SOLUTION: x^3-x^2-x+1=0

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: x^3-x^2-x+1=0      Log On


   



Question 759244: x^3-x^2-x+1=0
Answer by nerdybill(7384) About Me  (Show Source):
You can put this solution on YOUR website!
x^3-x^2-x+1=0
group:
(x^3-x^2)-(x-1)=0
x^2(x-1)-(x-1)=0
(x-1)(x^2-1) = 0 (notice x^2-1 is also a "difference of squares")
(x-1)(x^2-1^2) = 0
(x-1)(x-1)(x+1) = 0
x = {-1, 1}