Okay the question is:
Solve for x:
x (x - ((5x+6)/x)) = 0
I am okay up to:
x^2 - 5x - 6 = 0
However, this is what I'm doing next:
x^2 - 5x = 6
x (x - 5) = 6
x = 6, x = 11
At the same step, the book does this:
(x-6)(x+1) = 0
x = 6, x = -1
I understand that they "reverse foiled" to get (x-6)(x+1), but I am confused why solving it the way I did is giving me a different answer. Perhaps I'm just forgetting some basic algebra rule, but I thought that if a variable is a common factor, it can be removed from the equation and then you solve it by making what's outside the parenthesis 0 [then solving for x] and then what's inside the parenthesis 0 [then solving for x].