document.write( "Question 983643: Find the quotient and remainder when P(x)=x^4+x^3+2x is divided by D(x)=x+1 \n" ); document.write( "
Algebra.Com's Answer #604418 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! ;;;;;; x^3 +2 \n" ); document.write( "x+1/ X^4+x^3+2x \n" ); document.write( ";;;;;;; x^4+x^3 ; subtract \n" ); document.write( "=========== 2x \n" ); document.write( "============ 2x+2 \n" ); document.write( "subtract R=-2 \n" ); document.write( "Quotient=x^3+2 \n" ); document.write( "Check: (x+1)(x^3+2)=x^4+2x+x^3+2, or x^4+x^3+2x+2. \n" ); document.write( "Remainder is -2 , so we get the original equation. \n" ); document.write( " \n" ); document.write( " |