document.write( "Question 1153477: Find the quotient Q(x) when the polynomial P(x) is divided by (x+3)
\n" ); document.write( "P(X) =x^4-2x^2+5x-7
\n" ); document.write( "

Algebra.Com's Answer #775705 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "-3  |  1   0   -2   5   -7\r\n" );
document.write( "    |\r\n" );
document.write( "    |     -3    9  -21  48\r\n" );
document.write( "    |_________________________\r\n" );
document.write( "      1  -3    7   -16  41\r\n" );
document.write( "

\n" ); document.write( "QUOTIENT : \"x%5E3-3x%5E2%2B7x-16\"
\n" ); document.write( "
\n" );