ashish.jere Wrote:Is |x -y| > |x| + |y|?
let's REPHRASE.
you should all be able to give the canonical rephrase of the left-hand side.
the expression |x - y| represents the DISTANCE between 'x' and 'y' on the number line.on the right hand side,
each INDIVIDUAL absolute value represents the distance between that number and ZERO.so |x| is the distance between 0 and x, and |y| is the distance between 0 and y.
once you have these 2 realizations in place, you can combine them:
* if x and y are on opposite sides of 0, then adding the distances |x| and |y| will produce the combined distance between x and y. therefore, the above inequality won't be true, since "=" will be the true statement.
* if x and y are on the same side of 0, then either one of the distances |x| and |y|,
alone, will be greater than the distance between x and y. therefore, their sum will
certainly be greater, and so the prompt inequality will be true.
* if either x or y (or both) IS 0, then "=" holds, and the inequality is false.
therefore, we can rephrase the question:
REPHRASE:
are x and y both positive or both negative?that rephrase is a LOT of work, but, once you have it in hand, it's really, really easy to use the statements.
(1) y < x
this doesn't tell whether x and y have the same sign.
insufficient.
(2) xy < 0
this means x and y have OPPOSITE signs, so the answer to the question is NO.
SUFFICIENT.
ans (b).
--