document.write( "Question 67061: F(X)= X2 - X
\n" ); document.write( "G(X) = X-1
\n" ); document.write( "WHAT IS F [G(X)]
\n" ); document.write( "

Algebra.Com's Answer #47684 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
f[g(x)] = (x - 1)^2 - (x - 1)
\n" ); document.write( "f[g(x)] = x^2 - 2x + 1 - x + 1
\n" ); document.write( "f[g(x)] = x^2 - 3x + 2
\n" ); document.write( "
\n" );