Patrick F. answered 09/26/15
Tutor
4.6
(49)
Tutoring in Physics, chemistry, any level of math
Small note: people usually use ^ for exponents.
To start, list the factors of the of the "d" (x0) term. These are 1, 2, 3, and 6. Try plugging these into the formula to see if you get zero. It turns out the only one that works is +1. That means that is one of the roots, and there will be a (x - 1) term in the final answer.
The next step is to split the x2 and x terms so that you can "recreate" this (x - 1) factor. For example, you have
x3 + 4x2
To get an (x - 1), turn this into
x3 - x2 + 5x2 = x2(x - 1) + 5x2
To the same thing on the other part of the formula:
x - 6 = 6x - 5x - 6 = 6(x - 1) - 5x
So the formula now is
x2(x - 1) + 5x2 + 6(x - 1) - 5x
You can see that 5x2 - 5x can be written as 5x(x - 1), so
x2(x - 1) + 5x(x - 1) + 6(x - 1) = (x - 1)(x2 + 5x +6)
The quadratic term is pretty simple to factor: the factors are +3 and +2, so
(x - 1)(x + 3)(x + 2)
In this form, it is obvious what the roots are: +1, -3, and -2.