document.write( "Question 864792: Given ;g(x) = x-2 find [Fog](4)\r
\n" );
document.write( "\n" );
document.write( "I got 1.. \n" );
document.write( "
Algebra.Com's Answer #521300 by rothauserc(4718) You can put this solution on YOUR website! f(x) = x^2 -4x + 5 \n" ); document.write( "g(x) = x - 2 \n" ); document.write( "(fog)(4), first calculate (fog)(x) \n" ); document.write( "(fog)(x) = (x-2)^2 -4(x-2) + 5 \n" ); document.write( "(fog)(x) = x^2-4x+4 -4x+8 +5 \n" ); document.write( "(fog)(x) = x^2 -8x +17 \n" ); document.write( "(fog)(4) = 16 -32 +17 = 1 \n" ); document.write( "you are correct \n" ); document.write( " \n" ); document.write( " |