document.write( "Question 65875: if f(x)=2x+1 and g(x)=x^2, find (g o f)(2) \n" ); document.write( "
Algebra.Com's Answer #46639 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
Firstly, define [g o f].
\n" ); document.write( "g(f(x)) = (2x + 1)^2 = 4x^2 + 4x + 1
\n" ); document.write( "Now, plug in two.
\n" ); document.write( "4*4 + 4*2 + 1 = 16 + 8 + 1 = 25
\n" ); document.write( "
\n" );