document.write( "Question 312237: if f(x)=-4x^2 and g(x)= 2/x, find [g*f](x) \n" ); document.write( "
Algebra.Com's Answer #223246 by fractalier(6550) You can put this solution on YOUR website! If I read you right (g*f)(x) is a composition and is equivalent to g(f(x))...if so, we get \n" ); document.write( "g(f(x)) = 2 / f(x) = 2 / (-4x^2) = -1 / 2x^2 \n" ); document.write( " |