cbenk121 wrote:If x != -y, is (x-y) / (x+y) > 1?
(1) X > 0
(2) Y < 0
Standard DS answers apply...
OA: E
I'm not sure how they got the right answer, so if you post, post your reasoning as well.
Hi cbenk 121,
Most often, the question isn't difficult to think about but the statements are complex. Every so often, the question is complicated but the statements might not be so bad. Here, we get a complicated algebra question (and the statements provide readily digestible information). Whenever we get a complicated algebra question, we should always try to simply the algebra before going to the statements.
When you see inequality in a DS statement, the first thing you should ask is whether you have to worry about sign-flip. When you see inequality in a DS question stem, and you want to simplify the question, you should try to do it without sign-flipping.
With inequalities you can treat it EXACTLY like an equation except for just one instance: when multiplying or dividing by a negative. In DS when you see inequality and you have to cross-multiply with unknowns, watch it! Because they are unknowns, unless provided other information, we don't know their pos/neg signs, and if those signs vary, inequality signs start flipping. We don't know the sign of (x+y), so, if we were to cross multiply, we would have two inequalities, the one that is the subject of this thread and: Is x-y < -(x +y)?
BUT, we don't have to do that. Instead, we can subtract the 1 from both sides just as if that inequality sign were an equal sign (remember inequality is same as equal in all operations except multiplication and division).
Then:
Is x-y/x+y - 1> 0?
x-y/x+y - x+y/x+y >0?
Is -2y/x+y>0? (as xcusemplz and palvarez point out)
Now, we go to the statements. Here, we should pick numbers to help our reasoning. When picking numbers with inequality, be organized, and pick different numbers (+)(-) and (+)(+) or (-)(-).
When things are being divided, in order to be positive, they need to have to the same sign. Statement 1 tells us x is pos. But don't know about y so insufficient. Same problem with statement 2.
Combo:
X is positive and y is negative. We should pick one large positive and one "small" negative number, and then reverse it.
Large pos and "small" negative: Try x = 10 and y = -5. Then, the left hand side is positive, and the answer is yes.
Small pos and "large" negative: Try x = 5 and y = -10. Then, the left hand side is negative, and the answer is no.
Because we get both a yes and no answer, the answer is E.
Note: when we get to the point of combining the statements, either we can a) pick numbers to help our reasoning, b) rely on reasoning alone or c) use algebra alone. a and b are better than c.
Another high-end DS inequality issue is in dealing with systems of inequalities. In these cases, you can stack inequalities and add them (the same way you add equations) IF (and only if) the arrows are pointing in the same direction. If the arrows are pointing in opposite directions, you can subtract one inequality from another but you can't add them. However, here, it is usually easier to rewrite one of the inequalities, and add them.