SOLUTION: Can someone please assist me with the below problems. Thank you. Christine 1) Factor the polynomial into two polynomials of lesser degrees given one of its factors: Poly

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Can someone please assist me with the below problems. Thank you. Christine 1) Factor the polynomial into two polynomials of lesser degrees given one of its factors: Poly      Log On


   



Question 73065: Can someone please assist me with the below problems. Thank you.
Christine

1) Factor the polynomial into two polynomials of lesser degrees given one of its factors:
Polynomial: 2x^3 +x^2 - 2x -1; Factor: x + 1
This is how I attempted to solve:
1 | 2 1 -2 -1
_____________
2 3 1 0
Solution: (2x^2 + 3x - 1)(x + 1)
Please help!!!!!!!


Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
You're on the right track by using synthetic division. But the value on in the box should be -1, since x+1=0 x=-1 is your zero


          -1 | 2  1  -2  -1
               _____________
 
              2  <---------bring down the first term
                                     



          -1 | 2  1  -2  -1
               __-2___________   Place the product of (-1) and 2 under the 1
 
              2  -1              Add the terms
                                     



          -1 | 2  1  -2  -1
               __-2___1________   Place the product of (-1) and (-1) under the -2
 
              2  -1   -1           Add the terms
                                     



          -1 | 2  1  -2  -1
               __-2___1___1_____   Place the product of (-1) and (-1) under the -2
 
              2  -1   -1   0        Add the terms
                                     

Since you get a remainder of 0 it shows that x+1 is a zero (which was already given, but we proved it). The qoutient coefficients 2 -1 -1 are then placed next to variables.
2x%5E2-x-1So this is your factor
If you multiplied 2x%5E2-x-1 by x%2B1 you would get
%282x%5E2-x-1%29%28x%2B1%29=2x%5E3+%2Bx%5E2+-+2x+-1So this is your factored form and your answer.
Hope this helps.