document.write( "Question 443193: Given f(x)= -3x+2 and g(x)= -2x+9
\n" );
document.write( "find (gof)(x)
\n" );
document.write( "Can anyone help me with this problem? TY in advance. \n" );
document.write( "
Algebra.Com's Answer #305722 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! (gof)(x) = g(f(x))\r \n" ); document.write( "\n" ); document.write( "Take what is in f(x) and put it in where you see x in g(x).\r \n" ); document.write( "\n" ); document.write( "================= \n" ); document.write( "g(f(x)) = -2(-3x+2) + 9 \n" ); document.write( "g(f(x)) = 6x -4 + 9 \n" ); document.write( "g(f(x)) = 6x +5 = (gof)(x)\r \n" ); document.write( "\n" ); document.write( " |