document.write( "Question 253353: if f(x)=x^2-x and g(x)=x-1, what is f(g(x))?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #185636 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if f(x)=x^2-x and g(x)=x-1, what is f(g(x))? \n" ); document.write( "----------------- \n" ); document.write( "f[g(x)] = f[x-1] \n" ); document.write( "= (x-1)^2-(x-1) \n" ); document.write( "--- \n" ); document.write( "= x^2-2x+1 -x+1 \n" ); document.write( "--- \n" ); document.write( "= x^2 - 3x + 2 \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |