SOLUTION: Please help me with this problem determine k so that the first polynomial is a factor of the second. {{{ x+2 }}}; {{{ 2x^3 + 3x^2 + k }}} {{{ x-2 }}}; {{{ x^4 - 2x^3 +kx+ 6 }

Algebra ->  Complex Numbers Imaginary Numbers Solvers and Lesson -> SOLUTION: Please help me with this problem determine k so that the first polynomial is a factor of the second. {{{ x+2 }}}; {{{ 2x^3 + 3x^2 + k }}} {{{ x-2 }}}; {{{ x^4 - 2x^3 +kx+ 6 }      Log On


   



Question 432385: Please help me with this problem
determine k so that the first polynomial is a factor of the second.
+x%2B2+; +2x%5E3+%2B+3x%5E2+%2B+k+
+x-2+; +x%5E4+-+2x%5E3+%2Bkx%2B+6+
I tried but I don't understand it still

Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!
determine k so that the first polynomial is a factor of the second.
x+2; +2x%5E3+%2B+3x%5E2+%2B+k+
:
Use synthetic division, we have to put a zero in the x position
:
_________________________
-2|2 + 3 + 0 + k
......... - 4 + 2 - 4
.....---------------
..... 2 - 1 + 2 + 0
from this we have the equation
k - 4 = 0
k = 4
Then the equation is: 2x^3 + 3x^2 + 4, which is :(x+2) (2x^2 - x + 2)
:
:
x-2; +x%5E4+-+2x%5E3+%2Bkx%2B+6+
:
Use synthetic division, we have to put a zero in the x^2 position
:
_________________________
+2|1 - 2 + 0 + k + 6
......... +2 + 0 + 0 + 2k
.....--------------------
..... 1 + 0 + 0 + k + 0
from this we have the equation
2k + 6 = 0
2k = -6
k = -3
:
The equation: x^4 - 2x^3 - 3x + 6; which is (x-2)*(x^3 - 3x)