I have encountered a problem with inequalities. I have been looking at examples provided by two websites which 'solve' inequalities, however when I try using my own method, the extremely simple 'addition, subtraction, multiply, divide', I end up with the wrong inequality sign.
What I have done is as follows:
$$\frac{x-3}{x+3} < 4$$ $$x-3 < 4(x+3)$$ $$x-3 < 4x+12$$ $$x < 4x+15$$ $$-3x < 15$$ $$3x > -15$$ $$x > -5$$
I have guessed that that problem is somewhere in the first 2 lines, embarrassingly, however I am unsure what I am doing wrong; the 'calculators' are telling me the answer is $x < -5$ or $x > -3$.
What am I doing wrong with my solution, to get the $x > -5$ the wrong way around? What is this other path I can take to find the $x > -3$?
It'd be preferred if I did not have to start using the 'table' to test all solutions, but if that is the only way, it's fine.
Your problem happens when you multiply both sides by $(x+3)$, which can be a negative number, in which case the inequalitites would be reversed.
You need to deal with two cases: x+3>0 and x+3<0.
You use $x+3>0$ (or $x>-3$) to get $x>-5$, combining both give $x>-3$, which is part of the right answer.
Now use $x+3<0$ (or $x<-3$), change the direction of inequality while multiplying on both sides, and get the other direction, $x<-5$. Combining $x<-3$ and $x<-5$ gives just $x<-5$.
Best of luck.