document.write( "Question 166602: Please help me with the following:\r
\n" ); document.write( "\n" ); document.write( "Use long division to find the quotient Q(x) and the remainder R(x) when P(x) is divided by d(x).\r
\n" ); document.write( "\n" ); document.write( "P(x)=x^4+2x^3-2x+4
\n" ); document.write( "d(x)=x-2\r
\n" ); document.write( "\n" ); document.write( "Thank you.
\n" ); document.write( "

Algebra.Com's Answer #122790 by gonzo(654)\"\" \"About 
You can put this solution on YOUR website!
here's how it's done.
\n" ); document.write( "---
\n" ); document.write( "you want to divide (x^4 + 2x^3 - 2x + 4) by (x-2).
\n" ); document.write( "-----
\n" ); document.write( "first you make sure your equation and your divisor are in the correct exponential order (highest exponent first, then next lower, then next lower, etc.)
\n" ); document.write( "they are that way already.
\n" ); document.write( "-----
\n" ); document.write( "next you divide the highest order of your divisor into the highest order of the equation to be divided which is the original equation.
\n" ); document.write( "-----
\n" ); document.write( "that would be (x^4) divided by (x) which equals (x^3).
\n" ); document.write( "-----
\n" ); document.write( "you multiply (x-2) * (x^3) to get (x^4 - 2x^3).
\n" ); document.write( "-----
\n" ); document.write( "you subtract that from your original equation.
\n" ); document.write( "-----
\n" ); document.write( "(x^4 + 2x^3 - 2x + 4) - (x^4 - 2x^3) is the same as
\n" ); document.write( "(x^4 + 2x^3 - 2x + 4)- (x^4) + (2x^3).
\n" ); document.write( "-----
\n" ); document.write( "your first remainder is: (4x^3 - 2x + 4).
\n" ); document.write( "the first term in your answer is (x^3).
\n" ); document.write( "-----
\n" ); document.write( "next you divide the highest order of your divisor into the highest order of the equation to be divided which would be your first remainder.
\n" ); document.write( "-----
\n" ); document.write( "that would be (4x^3) divided by (x) which equals (4x^2).
\n" ); document.write( "-----
\n" ); document.write( "you multiply (x-2) * (4x^2) to get (4x^3 - 8x^2)
\n" ); document.write( "-----
\n" ); document.write( "you subtract that from your first remainder.
\n" ); document.write( "-----
\n" ); document.write( "(4x^3 - 2x + 4) - (4x^3 - 8x^2) is the same as
\n" ); document.write( "(4x^3 - 2x + 4) - (4x^3) + (8x^2).
\n" ); document.write( "-----
\n" ); document.write( "your second remainder is (8x^2 - 2x + 4).
\n" ); document.write( "the second term in your answer is (4x^2).
\n" ); document.write( "-----
\n" ); document.write( "next you divide the highest order of your divisor into the highest order of the equation to be divided which would be your second remainder.
\n" ); document.write( "-----
\n" ); document.write( "that would be (8x^2) divided by (x) which equals (8x).
\n" ); document.write( "-----
\n" ); document.write( "you multiply (x-2) * (8x) to get (8x^2 - 16x).
\n" ); document.write( "-----
\n" ); document.write( "you subtract that from your second remainder.
\n" ); document.write( "-----
\n" ); document.write( "(8x^2 - 2x + 4) - (8x^2 - 16x) is the same as
\n" ); document.write( "(8x^2 - 2x + 4) - (8x^2) + (16x).
\n" ); document.write( "-----
\n" ); document.write( "your third remainder is (14x + 4).
\n" ); document.write( "the third term in your answer is (8x).
\n" ); document.write( "-----
\n" ); document.write( "next you divide the highest order of your divisor into the highest order of the equation to be divided which would be your third remainder.
\n" ); document.write( "-----
\n" ); document.write( "that would be (14x) divided by (x) which equals (14).
\n" ); document.write( "-----
\n" ); document.write( "you multiply (x-2) * (14) to get (14x - 28).
\n" ); document.write( "-----
\n" ); document.write( "you subtract that from your third remainder.
\n" ); document.write( "-----
\n" ); document.write( "(14x + 4) - (14x - 28) is the same as
\n" ); document.write( "(14x + 4) - (14x) + (28).
\n" ); document.write( "-----
\n" ); document.write( "your fourth remainder is (32).
\n" ); document.write( "the fourth term in your answer is (14).
\n" ); document.write( "-----
\n" ); document.write( "since the highest order of your equation to be divided is less then the highest order of the equation to be divided, you are done.
\n" ); document.write( "-----
\n" ); document.write( "your fourth remainder is your final remainder making it the remainder of the division.
\n" ); document.write( "-----
\n" ); document.write( "you add up all the terms in your answer to get:
\n" ); document.write( "(x^3 + 4x^2 + 8x + 14) + 32.
\n" ); document.write( "-----
\n" ); document.write( "in order to prove your answer is correct, you multiply this answer by (x-2) and you should get back to your original equation after adding in the remainder.
\n" ); document.write( "-----
\n" ); document.write( "(x-2) * (x^3 + 4x^2 + 8x + 14) are the factors to be multiplied.
\n" ); document.write( "first you multiply all terms of the equation by (x).
\n" ); document.write( "you get:
\n" ); document.write( "(x^4 + 4x^3 + 8x^2 + 14x) equals first part of multiplication.
\n" ); document.write( "then you multiply all terms of the equation by (-2).
\n" ); document.write( "you get:
\n" ); document.write( "(-2x^3 -8x^2 -16x -28) equals second part of multiplication.
\n" ); document.write( "you add the first part and the second part of your multiplication together to get.
\n" ); document.write( "(x^4 + 4x^3 - 2x^3 + 8x^2 - 8x^2 + 14x - 16x - 28) which becomes
\n" ); document.write( "(x^4 + 2x^3 - 2x - 28)
\n" ); document.write( "you add the remainder of 32 to this to make it:
\n" ); document.write( "(x^4 + 2x^3 - 2x + 4).
\n" ); document.write( "since this the original equation you started with, your division is good.
\n" ); document.write( "-----\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );