You can put this solution on YOUR website! given f(x) = x+1 and g(x) = x2 + 2x-8, find (g*f)(x)
----
(g*f)(x) = g(x)*f(x) = (x^2+2x-8)(x+1) = x^3 + x^2 + 2x^2 -8x +2x - 8
------------------
= x^3 + 3x^2 - 6x - 8
------------------
Cheers,
Stan H.
-----------------