You can put this solution on YOUR website! f(x)= -2x; g(x)= -2x^2 +3
----------
fog(x) = f[g(x)] = f[-2x^2+3] = -2[-2x^2+3] = 4x^2-6
------------------------
gof(x) = g[f(x)] = g[-2x] = -2(-2x)^2+3 = -2(4x^2)+3 = -8x^2+3
--------------------------
Cheers,
Stan H.
----------