document.write( "Question 672042: How can I factor this:
\n" );
document.write( "(7x^4-4x^2+x) - (7x^3+8x^2+9x) + (2x^2-x) \n" );
document.write( "
Algebra.Com's Answer #417781 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! (7x^4-4x^2+x) - (7x^3+8x^2+9x) + (2x^2-x) \n" ); document.write( "----- \n" ); document.write( "7x^4 - 4x^2 + x - 7x^3 - 8x^2 - 9x + 2x^2 - x \n" ); document.write( "--------------------- \n" ); document.write( "= 7x^4 - 7x^3 - 10x^2 - 9x \n" ); document.write( "------------------- \n" ); document.write( "= x[7x^3 - 7x^2 - 10x - 9] \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |