You can put this solution on YOUR website! I want to factorise this polynom
3x^3 - 5x^2 -6x + 8
I want to know the method
------
Notice that the coefficients add up to zero.
That means f(1) = 0
That means x = 1 is a root.
---
Now use synthetic division to find the "other" factor:
1)....3....-5....-6....8
.......3.....-2....-8..|..0
---
Quotient: 3x^2-2x-8
Factor:
(3x+4)(x-2) = 0
x = -4/3 or x = 2
======================
Cheers,
Stan H.
===================