nicksbyman said:
Thank you for your reply Mentallic. I don't quite understand your solution. You said "Multiplying through won't change the inequality sign because we are multiplying through by a positive value (since our assumption is x>-2 or x+2>0). Solve the inequality now, and remember to discard any values of x<-2 because this doesn't satisfy our original assumption." I don't understand what you mean by solve the inequality, I thought I already did that, what can I do differently? Also why should I discard the values of x<-2, they don't satisfy which inequality? x<9/2 or x>-2. I'm quite confused.
Thanks.
You sort of solved the inequality, but you started off making the assumption (whether or not you realized it) that x + 2 is positive, because you did not change the inequality sign.
You started with this:
[tex]\frac{3x-7}{x+2} < 1[/tex]
I personally don't like cross multiplying with inequalities. Instead, I will multiply both sides by the denominator:
[tex]\frac{3x - 7}{x + 2} \cdot (x + 2) < 1 \cdot (x + 2)[/tex]
This is the problem: we don't know yet what the sign of x + 2 is. If x + 2 is positive, then we need to assume that x > -2. We leave the inequality sign alone.
[tex]3x - 7 < x + 2[/tex]
Solving for x, you get x < 9/2, as you said.
But wait! We assumed that x > -2 when we solved this. This means we have to throw out values less then or equal to -2. Test any of those values in the
original inequality and you will end up with a false statement. So the solutions in this case is
(-2, 9/2)
Now consider the 2nd case, where x + 2 is negative. This means we assume that x < -2. Because we are multiplying both sides by a negative number, we must switch the inequality sign.
[tex]3x - 7 > x + 2[/tex]
Solve for x, and compare this with what we assumed in this 2nd case.