fangtray wrote:If x does not equal -y, is (x-y)/(x+y) > 1?
1. x > 0
2. y < 0
got the right answer here, but took me too long. i plugged in answers to get the right one. Wondering if there was a faster way to do this one. thanks.
You can use your knowledge of concepts to solve rather than plugging in numbers (although picking numbers is also a great way to go).
First, let's ask ourselves when we'll get a YES answer to the question.
First, we need the sign of the top and bottom to be the same (if the signs were different, the result would be negative, giving us an automatic "NO").
Second, we need the absolute value of the numerator to be greater than the absolute value of the denominator (otherwise we'll get a fraction, giving us an automatic "NO").
To the statements!
Each of (1) and (2) is clearly insufficient alone, since each only gives info about one of the two variables, so let's jump right to combination.
If x > 0 and y < 0, then x > 0 > y.
So, we know that:
x - y = (+) - (-) = +; and
x + y = (+) + (-) = it depends on which has a greater magnitude (if x=10 and y=-1, then it's positive; if x=1 and y=-10, then it's negative).
So, we could have:
+/+ which gives a potential YES answer; or
+/- which gives a definite NO answer.
Maybe YES, maybe NO - insufficient, choose E.