document.write( "Question 265638: Will you help me solve this please:\r
\n" );
document.write( "\n" );
document.write( "f(x)=x^2+2
\n" );
document.write( "g(x)=-3x
\n" );
document.write( "find (FoG)(x)\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #195301 by roseo(33) ![]() You can put this solution on YOUR website! f(x) = x^2+2 and g(x)=-3x find (FoG)(x). \n" ); document.write( "(FoG)(x) = F(G(x)) \n" ); document.write( "by substitution we would have F(-3x) because g(x)=-3x then put -3x in for x in the f(x) \n" ); document.write( "(FoG)(x)= (-3x)^2+2 \n" ); document.write( " =9x^2+2 \n" ); document.write( " |