Try to find whole roots of this polynomial.
If a whole root exists, it should be a divisor of the constant term (-12).
So, whole roots could be only ±1, ±2, ±3, ±4, ±6, ±12.
Check these values. We could stop when we find that x = -1 is a root.
Divide the original polynomial by (x+1):
(6x5 - 17x4 - 15x3 +33x2 + 13x - 12) ÷ (x + 1) = 6x4 - 23x3 + 8x2 + 25x - 12
Now try to find the whole roots for the new polynomial (again from ±1, ±2, ±3, ±4, ±6, ±12).
Again, the value x = -1 is a root of the new polynomial.
Divide the new polynomial by (x + 1):
(6x4 - 23x3 + 8x2 + 25x - 12) ÷ (x + 1) = 6x3 - 29x2 + 37x - 12
Try to find the whole roots for this polynomial.
The value x = 3 is a root.
Divide this polynomial by (x - 3):
(6x3 - 29x2 + 37x - 12) ÷ (x - 3) = 6x2 -11x + 4
The last polynomial is a binomial, and we can factor them by k-l method:
6x2 -11x + 4 = (2x - 1)(3x - 4)
Finally, P(x) = (x + 1)2 (x - 3) (2x - 1) (3x - 4)