document.write( "Question 741451: Can you explain to me how to do:
\n" ); document.write( "G(x)=x+4
\n" ); document.write( "F(x)=3x+5
\n" ); document.write( "Find g(f(x))
\n" ); document.write( "

Algebra.Com's Answer #452008 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
g(f(x)) means you replace every x in g(x) with f(x)'s value. f(x)'s value is 3x+5.


\n" ); document.write( "G(F(x)) = (3x+5) + 4 = 3x+9 \n" ); document.write( "

\n" );