Question 710827
 f(x) = x^4 + x^3 + 2x^2 + 4x - 8. To find all zeros of the polynomial function,
Use the factors of -8, to perform synthetic division, how about x=-2
:
. . .__________________
-2 | 1 + 1 + 2 + 4 - 8
..  . . . . -2 + 2 - 8 + 8
. . -------------------
. . . 1 - 1 + 4 - 4 + 0 
:
we now have (x + 2)(x^3 - x^2 + 4x - 4)
we could us synthetic division again but this will group factor
(x^3 - x^2) + (4x - 4)
x^2(x - 1) + 4(x - 1)
Factor out (x-1)
(x - 1)(x^2 + 4)
now we have
(x + 2)(x - 1)(x^2 + 4)
only two real solutions
x = -2
x = +1
:
I did confirm this on my calculator