SOLUTION: how do i solve this problem (x-1)/(x+2)>0

Algebra ->  Inequalities -> SOLUTION: how do i solve this problem (x-1)/(x+2)>0      Log On


   



Question 616808: how do i solve this problem (x-1)/(x+2)>0
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
%28x-1%29%2F%28x%2B2%29%3E0
The solution to this is based on some simple logic:
  • This inequality, in its essence, says that a fraction is positive.
  • There are only two situations that make a fraction positive:
    • The numerator and denominator are both positive; or
    • The numerator and denominator are both negative.
All we have to do is translate this logic into some inequalities and solve.

"the numerator and denominator are both positive" translates into:
((x-1) > 0 and (x+2) > 0)
"the numerator and denominator are both negative" translates into:
((x-1) < 0 and (x+2) < 0)
"the numerator and denominator are both positive or the numerator and denominator are both negative" translates into:
((x-1) > 0 and (x+2) > 0) or ((x-1) < 0 and (x+2) < 0)

Now we solve.
(x > 1 and x > -2) or (x < 1 and x < -2)

(x > 1 and x > -2) will simplify. The only way x can be greater than 1 and -2 at the same time is if x > 1. So we can replace (x > 1 and x > -2) with just (x > 1).

Using similar logic on (x < 1 and x < -2) we find that we can replace it with just (x < -2)

So our "reduced" solution is:
(x > 1) or (x < -2)