SOLUTION: How would you factor out and solve for x, given x^3-x^2-4x+4=0? Thanks

Algebra ->  Real-numbers -> SOLUTION: How would you factor out and solve for x, given x^3-x^2-4x+4=0? Thanks       Log On


   



Question 941216: How would you factor out and solve for x, given x^3-x^2-4x+4=0?
Thanks

Answer by nerdybill(7384) About Me  (Show Source):
You can put this solution on YOUR website!
x^3-x^2-4x+4=0
group terms on the left:
(x^3-x^2) - (4x-4) = 0
x^2(x-1) - 4(x-1) = 0
(x-1)(x^2-4) = 0
x={1,2}