document.write( "Question 886581: If f(x) = 2x + 1 and g(x) = x^2, what is f ○ g? What is g ○ f? \n" ); document.write( "
Algebra.Com's Answer #536011 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! f(x) = 2x + 1 and g(x) = x^2 \n" ); document.write( "fog = f(g(x)) = 2x^2 +1 \n" ); document.write( "gof = g(f(x)) = (2x +1)^2 = 4x^2 +4x +1 \n" ); document.write( " \n" ); document.write( " |