[Math] How to factor a four term polynomial without grouping

algebra-precalculusfactoring

$$2x^3 + 9x^2 +7x -6$$

This equation doesn't factor by grouping, and other than that I have no idea how to solve this problem. Will someone please help?

Best Answer

Use the Rational Root Theorem to find possible candidates for roots. For example, $-2$ is a candidate, and it is indeed a zero of your polynomial (the polynomial is equal to zero when $x = -2$), hence $(x - (-2)) = (x + 2)$ is a factor.

Now use synthetic division on the polynomial, call it $p(x)$, to obtain the quotient when divided by $(x + 2)$.

You may simply be able to simply "eye up" the polynomial-quotient, this time with the resulting quadratic equation to $p(x)/(x+2).\;$ If the factorization of the quadratic is readily apparent, then you'll have three factors in all: $(x+ 2)$ and the factors of the quadratic.

Otherwise, use the coefficients of the quadratic and the Rational Root Theorem to find a second zero/root, $x = b$, and use polynomial division to divide the quadratic by the second factor $(x - b)$, to find the resulting quotient, which will be the "last" factor. If all had gone well, (and it should, in this case), you'll now havethree factors in all!

Related Question