You can put this solution on YOUR website! write an expression for the following composite function problem:
g(f(x))
-----
Assume g(x) = x^2 and f(x) = x+1
----
Then g(f(x)) = g(x+1) = (x+1)^2 = x^2 + 2x + 1
--------------------
Cheers,
Stan H.
------------