document.write( "Question 1148192: Two polynomials P and D are given. Use either synthetic or long division to divide
\n" );
document.write( "P(x) by D(x),
\n" );
document.write( " and express P in the form
\n" );
document.write( "P(x) = D(x) ยท Q(x) + R(x)\r
\n" );
document.write( "\n" );
document.write( "P(x) = 64x^5 โ 16x^4 + 4x^2 โ 4, D(x) = 4x^2 โ 4x + 1 \n" );
document.write( "
Algebra.Com's Answer #769551 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Synthetic division can only be used to divide a polynomial by a linear binomial; you need to use long division. \n" ); document.write( "Do you not know how to do polynomial long division? Here is an example. \r\n" ); document.write( "\r\n" ); document.write( " 2x + 3\r\n" ); document.write( " -------------------------\r\n" ); document.write( " 3x^2 - 2x + 5 ) 6x^3 + 5x^2 + 6x + 20\r\n" ); document.write( " 6x^3 - 4x^2 + 10x\r\n" ); document.write( " ----------------------\r\n" ); document.write( " 9x^2 - 4x + 20\r\n" ); document.write( " 9x^2 - 6x + 15\r\n" ); document.write( " ---------------\r\n" ); document.write( " 2x + 5 \n" ); document.write( "6x^3+5x^2+6x+20, divided by 3x^2-2x+5, is 2x+3 with remainder 2x+5. Or, in the form required in your problem, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |