document.write( "Question 515677: (f o g)(x) if f(x) = x+3 and g(x) = x^2 \n" ); document.write( "
Algebra.Com's Answer #805018 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! (f o g)(x) \n" ); document.write( "= f(g(x)) \n" ); document.write( "= f(x^2) \n" ); document.write( "= x^2 + 3 \n" ); document.write( " |