SOLUTION: solve the equation x^3+2x^2+x+2=0, if -2 is a root.

Algebra ->  Sequences-and-series -> SOLUTION: solve the equation x^3+2x^2+x+2=0, if -2 is a root.       Log On


   



Question 465062: solve the equation x^3+2x^2+x+2=0, if -2 is a root.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
solve the equation x^3+2x^2+x+2=0, if -2 is a root.
-----
Use synthetic division:
---
-2)....1...2....1....2
........1...0....1...|..0
-------------------------------
Quotient: x^2+1
Remainder: 0
----
Factor the quotient expression:
x^2+1 = 0
(x+i)(x-i) = 0
x = i or x = -i or x = -2
==================================
Cheers,
Stan H.
============================