hohaddict
Can someone please let me know when I can flip and when I cannot flip a fraction in an inequality?
Typically, this is "unsafe" since the variable's sign is not known. However, in this problem, it appears necessary.
If not, is there another way to solve it? I tried doing the wavy line method after solving for two sides independently and trying to overlap, but it didn't work....
Problem:
If 3 ≤ 6/(x+1) ≤ 6, find the range of x
My approach:
Because I don't know the sign of the expression (x+1), I resorted to solving two inequalities and seeing if there was an overlap:
Pause for a moment and let your logical brain take a step back. Are you sure you don't know the sign of the expression (x+1)? The reason we worry about that is because if it's negative, there are problems with multiplying by it. But in this case, 6/(x+1) is definitely positive, since it's between two positive numbers. And the numerator, 6, is positive. So, for the whole fraction to be positive, x+1 must be positive as well. We can safely multiply by it - everything is positive here!
3(x+1) ≤ 6 ≤ 6(x+1)
3x + 3 ≤ 6 ≤ 6x + 6
3x ≤ 3 ≤ 6x + 3
x ≤ 1 ≤ 2x + 1
You can split that into two inequalities: x ≤ 1, and 1 ≤ 2x + 1, which simplifies to 0 ≤ x. Therefore, 0≤x≤1.
But, that isn't the most efficient way to solve this thing - I just wanted to show that it's possible and gives the right answer! What you probably want to do instead, to be quicker, is to notice that everything is a multiple of 3. We're dividing 6 by something, and the result comes out to be somewhere between 3 and 6. So, we divided 6 by 2 (at the most) or 1 (at the least). That means x+1 is between 1 and 2, so x is between 0 and 1.