How do you factor 15x^3+7x^2-40x+12?
1 Answer
Explanation:
By the rational root theorem, any rational zeros of
That means that the only possible rational zeros are:
Trying each in turn, the first one that works is
f(1/3) = 15/27+7/9-40/3+12 = (5+7-120+108)/9 = 0
So
15x^3+7x^2-40x+12 = (3x-1)(5x^2+4x-12)
To factor the remaining quadratic, use an AC method.
Find a pair of factors of
The pair
Use this pair to split the middle term and factor by grouping:
5x^2+4x-12
=5x^2+10x-6x-12
=(5x^2+10x)-(6x+12)
=5x(x+2)-6(x+2)
=(5x-6)(x+2)
Putting it all together:
15x^3+7x^2-40x+12 = (3x-1)(5x-6)(x+2)