document.write( "Question 19322: We are learning about \"f of g\" (fog as the teacher calles it) and \"g of f\" (gof as the teacher calles it)! Please explain the procedure for this!\r
\n" );
document.write( "\n" );
document.write( "Perform the following operation on the listed problem (a) f of g, & (b) g of f;\r
\n" );
document.write( "\n" );
document.write( "f(x) = 2x + 1 g(x) = 3x - 2\r
\n" );
document.write( "\n" );
document.write( "Thank you so much!\r
\n" );
document.write( "\n" );
document.write( "Sheri \n" );
document.write( "
Algebra.Com's Answer #9340 by Earlsdon(6294) ![]() You can put this solution on YOUR website! \"f o g\" is an abreviation of...f(g(x)) \n" ); document.write( "\"g o f\" is an abreviation of...g(f(x))\r \n" ); document.write( "\n" ); document.write( "If f(x) = 2x+1 and g(x) = 3x-2, then:\r \n" ); document.write( "\n" ); document.write( "f o g = f(g(x)) = f(3x-2) = 2(3x-2)+1 = 6x-4+1 = 6x-3\r \n" ); document.write( "\n" ); document.write( "g o f = g(f(x)) = g(2x+1) = 3(2x+1)-2 = 6x+3-2 = 6x+1 \n" ); document.write( " |