A few days ago
Anonymous

how do you factor questions with a variable to the power of 3?

x^3 + 5x^2 + 2x -8

can some one please help me factor this equation!!! apparently the anwser is (x-1)(x+2)(x+4) but i have no idea how to get it.

Top 1 Answers
A few days ago
gervin_tan

Favorite Answer

The best way to do this is by using Synthetic Division and by applying the Theorem on Possible Rational Roots and the Factor Theorem. Since that would be too long to explain, I’ll just give you a simple technique.

We need values of x that would make the given equal to zero. Once we know these values, then we use the Factor Theorem to get the corresponding factors. If, for example, we substitute 5 for x and the given becomes equal to zero, then (x-5) is a factor. If -3 does that, then (x+3) is a factor.

To limit the choices for the values of x that we will try, we can make use of the Theorem on Possible Rational Roots. This theorem states that the possible rational roots include factors of the constant (in your given problem, this is the number -8). Therefore, positive and negative 1, 2, 4 and 8 are possible rational roots.

Let’s substitute some of these values.

If we try x = 1, we get:

(1)^3 + 5(1)^2 + 2(1) – 8

= 1 + 5 + 2 -8 = 0

Therefore 1 is a zero, and (x-1) is a factor.

Let’s try x = -1:

(-1)^3 + 5(-1)^2 + 2(-1) – 8

= -1 + 5 – 2 – 8 = -6

Therefore -1 is NOT a zero and (x+1) is NOT a factor.

If you continue to do this for the other values, you’ll get -2 and -4 are zeroes, which means that (x+2) and (x+4) are factors.

This is actually the short version of the longer and more comprehensive explanation you might need, but I hope this helps.

0