document.write( "Question 1118975: (use long division) Find the quotient and remainder when: x^4-5x^3+9x+2 is divided by x^2+x-3 \n" ); document.write( "
Algebra.Com's Answer #734400 by josgarithmetic(39623)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "             x^2   -6x     9\r\n" );
document.write( "          ___________________________________\r\n" );
document.write( "x^2+x-3  |   x^4   -5x^3   0x^2   9x    2\r\n" );
document.write( "         |\r\n" );
document.write( "         |   x^4    x^3   -3x^2\r\n" );
document.write( "         -----------------------\r\n" );
document.write( "             0     -6x^3   3x^2   9x\r\n" );
document.write( "                   -6x^3   -6x^2  18x\r\n" );
document.write( "                  --------------------\r\n" );
document.write( "                     0     9x^2   -9x    2\r\n" );
document.write( "                           9x^2    9x   -27\r\n" );
document.write( "                          ------------------\r\n" );
document.write( "                            0     -18x   29\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "QUOTIENT:   \"x%5E2-6x%2B9\"\r\n" );
document.write( "REMAINDER:  \"-18x%2B29\"\r\n" );
document.write( "
\n" ); document.write( "
\n" );