document.write( "Question 983606: Find the quotient and remainder when P(x) is divided by D(x).
\n" );
document.write( "P(x)= x^4 + x^3 +2x^2 +x+1 ; D(x)= x^2-2x+1 \n" );
document.write( "
Algebra.Com's Answer #604389 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x^2-2x+1 ;; divide into x^4 + x^3 +2x^2 +x+1\r \n" ); document.write( "\n" ); document.write( "First term is x^2, and you have x^4-3x^3+x^2 underneath. \n" ); document.write( "subtract, and you have 3x^3+x^2+x\r \n" ); document.write( "\n" ); document.write( "Second term is 3x, and you have 3x^3-6x^2+3x underneath. \n" ); document.write( "Subtract, and you have 7x^2-2x+1\r \n" ); document.write( "\n" ); document.write( "Third term is 7, and you have 7x^2-14x+7 \n" ); document.write( "Subtract, and you have 12x-6 remainder\r \n" ); document.write( "\n" ); document.write( "if you multiply (x^2-2x+1)and (x^2+3x+7), you obtain \n" ); document.write( "x^4+x^3+2x^2-11x+7. If you add the two, you get the original polynomial divisor.\r \n" ); document.write( "\n" ); document.write( "quotient is x^2+3x+7; remainder 12x-6 \n" ); document.write( " \n" ); document.write( " |