document.write( "Question 1165144: Find g•f
\n" );
document.write( "f(x)=2x+3
\n" );
document.write( "g(x)=x^2-4 \n" );
document.write( "
Algebra.Com's Answer #789596 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! here put the 2x+3 into the g(x) function anywhere there is an x \n" ); document.write( "g o f= (2x+3)^2-4\r \n" ); document.write( "\n" ); document.write( "f(x)=2x \n" ); document.write( "g(x)=x^2\r \n" ); document.write( "\n" ); document.write( "f o g (x) is where the x^2 from g is substituted for x in f so f o g (x)=2x^2 \n" ); document.write( "g o f(x) is where the 2x in f is substituted for thee x in g and that is (2x)^2=4x^2.\r \n" ); document.write( "\n" ); document.write( "so in the above g o f(x) is putting the 2x+3 from f into the x in g \n" ); document.write( "that makes the answer (2x+3)^2-4. The constants don't change in any instance. \n" ); document.write( " |