document.write( "Question 1003421: Use long division to divide the first polynomial by the second.
\n" ); document.write( "8x3 + 9x^2 − 13x + 29, x + 4
\n" ); document.write( "

Algebra.Com's Answer #620243 by josgarithmetic(39616)\"\" \"About 
You can put this solution on YOUR website!
Polynomial division works the same way as regular long division, but you have the variable, x, instead of 10.
\n" ); document.write( "
\r\n" );
document.write( "           8x^2  -23x    79\r\n" );
document.write( "       _________________________________\r\n" );
document.write( "x+4    |   8x^3+9x^2   -13x+29\r\n" );
document.write( "       |   8x^2+32x^2\r\n" );
document.write( "       |-------------\r\n" );
document.write( "           0   -23x^2-13x\r\n" );
document.write( "               -23x^2-92x\r\n" );
document.write( "               ----------\r\n" );
document.write( "                      79x+29\r\n" );
document.write( "                      79x-316\r\n" );
document.write( "                     ----------\r\n" );
document.write( "                         345\r\n" );
document.write( "

\n" ); document.write( "Remainder means, \"345%2F%28x%2B4%29\".
\n" ); document.write( "
\n" ); document.write( "
\n" );