How do you factor x^3-2x^2-4x+8?
2 Answers
x^3-2x^2-4x+8 = (x-2)^2(x+2)
Explanation:
Note that the ratio of the first and second terms is the same as that of the third and fourth terms. So this cubic will factor by grouping:
x^3-2x^2-4x+8 = (x^3-2x^2)-(4x-8)
color(white)(x^3-2x^2-4x+8) = x^2(x-2)-4(x-2)
color(white)(x^3-2x^2-4x+8) = (x^2-4)(x-2)
color(white)(x^3-2x^2-4x+8) = (x^2-2^2)(x-2)
color(white)(x^3-2x^2-4x+8) = (x-2)(x+2)(x-2)
color(white)(x^3-2x^2-4x+8) = (x-2)^2(x+2)
Explanation:
Although this question has already been answered, here is an alternative way of grouping the 4 terms, which results in the same factors.