I've just been presented an inequality at GCSE (high school) level that, solving algebraically (the method used for linear inequalities), doesn't work correctly which has caught me by surprise. Research always leads to graphed or common-sensed solutions. Can anyone explain why this doesn't work and if there's an algebraic manipulation that leads to the right answers?
$$x^2 - 49 > 0$$ Using the quadratic identity $$(x + 7)(x - 7) > 0$$ Divide both sides by (x+7)... $$x - 7 > 0$$ $$x > 7$$ Divide both sides by (x-7)... $$x + 7 > 0$$ $$x > -7$$
Alternatively, $$x^2 - 49 > 0$$ $$x^2 > 49$$ $$x > \pm7$$
The negative solution has to be $$x < -7$$ but I don't know how that's arrived at through algebra.