How do you write the combined function as a composition of several functions if f(g(x))=1x2+2?

1 Answer
Feb 1, 2016

If I remember correctly there are many "right" ways to solve this equation. f(g(x)) merely means you are plugging a function of x into g into f with each letter being a different function.

For instance: your equation for g could possibly be 1x2.
After, we plug in x into that equation we get the same function (1x2).

Next step when solving multiple step functions is to plug in your result of your first function (in our case g) into the new function (f). This is where we need another function to get 1x2 into 1x2+2.

For this step we may say (f)=x+2.

When we plug in 1x2 into our new (f)=x+2 our result is
1x2+2, the equation we needed to get to.

Another solution would be to have (g)=1x2 and (f)=x+2
There are many more solution, just be creative, these are only two!