document.write( "Question 1047926: Two polynomials P and D are given. Use either synthetic or long division to divide
\n" );
document.write( "P(x)
\n" );
document.write( " by
\n" );
document.write( "D(x),
\n" );
document.write( " and express P in the form
\n" );
document.write( "P(x) = D(x) · Q(x) + R(x).
\n" );
document.write( "P(x) = x^4 + 3x^3 − 17x, D(x) = x − 4 \n" );
document.write( "
Algebra.Com's Answer #663746 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! x-4 means the root to check is 4.\r \n" ); document.write( "\n" ); document.write( "The coefficients shown representing the dividend account for ALL terms containing x, or ALL degrees of x.\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "4 | 1 3 0 -17 0\r\n" ); document.write( " |\r\n" ); document.write( " | 4 28 112 380 \r\n" ); document.write( " |_____________________________________\r\n" ); document.write( " 1 7 28 95 380\r\n" ); document.write( " \n" ); document.write( "Quotient is indicated and R is indicated.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " |