You can put this solution on YOUR website!
Find each pair of functions, find f(g(x)) and g(f(x))
,
------------------
f(g(x)) = f(4x+1) = (4x+1)^2 -2 = 16x^2+8x+1-2 = 16x^2+8x-1
---------------------
g(f(x)) = g(x^2-2) = 4(x^2-2)+1 = 4x^2-8+1 = 4x^2-7
===========================
Cheers,
Stan H.