document.write( "Question 436159: If f(x) =x^2-6x+2 and g(x) =-2x. Find the following composition?
\n" );
document.write( "(g*f)(2) \n" );
document.write( "
Algebra.Com's Answer #301761 by robertb(5830) You can put this solution on YOUR website! f(2) = 4 - 12 + 2 = -6, then g(-6) = -2*-6 = 12. Hence (g o f)(2) = 12. \n" ); document.write( " |