SOLUTION: Divide X^4+X^2-80 over x+3

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Divide X^4+X^2-80 over x+3      Log On


   



Question 90640: Divide
X^4+X^2-80
over
x+3

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!

Start with the given polynomial %28x%5E4+%2B+x%5E2+-+80%29%2F%28x%2B3%29

First lets find our test zero:

x%2B3=0 Set the denominator x%2B3 equal to zero
x=-3 Solve for x.

so our test zero is -3


Now set up the synthetic division table by placing the test zero in the upper left corner and placing the coefficients of the numerator to the right of the test zero.(note: remember if a polynomial goes from 1x%5E4 to 1x%5E2 there is a zero coefficient for x%5E3. This is simply because x%5E4+%2B+x%5E2+-+80 really looks like 1x%5E4%2B0x%5E3%2B1x%5E2%2B0x%5E1%2B-80x%5E0
-3|1010-80
|

Start by bringing down the leading coefficient (it is the coefficient with the highest exponent which is 1)
-3|1010-80
|
1

Multiply -3 by 1 and place the product (which is -3) right underneath the second coefficient (which is 0)
-3|1010-80
|-3
1

Add -3 and 0 to get -3. Place the sum right underneath -3.
-3|1010-80
|-3
1-3

Multiply -3 by -3 and place the product (which is 9) right underneath the third coefficient (which is 1)
-3|1010-80
|-39
1-3

Add 9 and 1 to get 10. Place the sum right underneath 9.
-3|1010-80
|-39
1-310

Multiply -3 by 10 and place the product (which is -30) right underneath the fourth coefficient (which is 0)
-3|1010-80
|-39-30
1-310

Add -30 and 0 to get -30. Place the sum right underneath -30.
-3|1010-80
|-39-30
1-310-30

Multiply -3 by -30 and place the product (which is 90) right underneath the fifth coefficient (which is -80)
-3|1010-80
|-39-3090
1-310-30

Add 90 and -80 to get 10. Place the sum right underneath 90.
-3|1010-80
|-39-3090
1-310-3010

Since the last column adds to 10, we have a remainder of 10. This means x%2B3 is not a factor of x%5E4+%2B+x%5E2+-+80
Now lets look at the bottom row of coefficients:

The first 4 coefficients (1,-3,10,-30) form the quotient

x%5E3+-+3x%5E2+%2B+10x+-+30

and the last coefficient 10, is the remainder, which is placed over x%2B3 like this

10%2F%28x%2B3%29



Putting this altogether, we get:

x%5E3+-+3x%5E2+%2B+10x+-+30%2B10%2F%28x%2B3%29

So %28x%5E4+%2B+x%5E2+-+80%29%2F%28x%2B3%29=x%5E3+-+3x%5E2+%2B+10x+-+30%2B10%2F%28x%2B3%29

which looks like this in remainder form:
%28x%5E4+%2B+x%5E2+-+80%29%2F%28x%2B3%29=x%5E3+-+3x%5E2+%2B+10x+-+30 remainder 10


You can use this online polynomial division calculator to check your work