document.write( "Question 653641: What is f(g(2))
\n" );
document.write( "if f(x)=3x+4
\n" );
document.write( " g(x)=(x+1)^(2)\r
\n" );
document.write( "\n" );
document.write( "And can you show the steps as well please \n" );
document.write( "
Algebra.Com's Answer #408482 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! What is f(g(2)) \n" ); document.write( "if f(x)=3x+4 \n" ); document.write( "g(x)=(x+1)^(2) \n" ); document.write( "g(2)=(2+1)^2=3^2=9 \n" ); document.write( "f(x)=3x+4 \n" ); document.write( "f[g(2)]=3*9+4=27+4=31 \n" ); document.write( " |