SOLUTION: Divide. x^3+2x^2+x+12/x+3

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Divide. x^3+2x^2+x+12/x+3      Log On


   



Question 117824: Divide. x^3+2x^2+x+12/x+3
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!

Let's simplify this expression using synthetic division


Start with the given expression %28x%5E3+%2B+2x%5E2+%2B+x+%2B+12%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.
-3|12112
|

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

Multiply -3 by 1 and place the product (which is -3) right underneath the second coefficient (which is 2)
-3|12112
|-3
1

Add -3 and 2 to get -1. Place the sum right underneath -3.
-3|12112
|-3
1-1

Multiply -3 by -1 and place the product (which is 3) right underneath the third coefficient (which is 1)
-3|12112
|-33
1-1

Add 3 and 1 to get 4. Place the sum right underneath 3.
-3|12112
|-33
1-14

Multiply -3 by 4 and place the product (which is -12) right underneath the fourth coefficient (which is 12)
-3|12112
|-33-12
1-14

Add -12 and 12 to get 0. Place the sum right underneath -12.
-3|12112
|-33-12
1-140

Since the last column adds to zero, we have a remainder of zero. This means x%2B3 is a factor of x%5E3+%2B+2x%5E2+%2B+x+%2B+12

Now lets look at the bottom row of coefficients:

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

x%5E2+-+x+%2B+4


So %28x%5E3+%2B+2x%5E2+%2B+x+%2B+12%29%2F%28x%2B3%29=x%5E2+-+x+%2B+4

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