Question

Difficulty: MediumInequalities, Absolute Values, and Number Ranges in Data Sufficiency

If xx and yy are real numbers, is xy<x+y|x - y| < |x + y|?

(1) x3y>0x^3 y > 0
(2) x<y|x| < y

  1. Statement (1) ALONE is sufficient, but statement (2) alone is not sufficient.Answer
  2. B
    Statement (2) ALONE is sufficient, but statement (1) alone is not sufficient.
  3. C
    BOTH statements TOGETHER are sufficient, but NEITHER statement ALONE is sufficient.
  4. D
    EACH statement ALONE is sufficient.
  5. E
    Statements (1) and (2) TOGETHER are NOT sufficient.

Answer

Statement (1) ALONE is sufficient, but statement (2) alone is not sufficient.
Rephrasing the stem by squaring both non-negative sides reveals that xy<x+y|x - y| < |x + y| is strictly equivalent to xy>0xy > 0. Statement (1) specifies x3y>0x^3 y > 0. Because x3x^3 and xx always have the same sign, x3y>0x^3 y > 0 means xx and yy share the same sign, which guarantees xy>0xy > 0. Thus, Statement (1) alone provides a definitive 'Yes'. Statement (2) states x<y|x| < y, which forces y>0y > 0 but allows xx to be either positive or negative, so xyxy can be either positive or negative. Therefore, Statement (1) alone is sufficient, but Statement (2) alone is not sufficient.

Step-by-Step Solution

1
Rephrase the question stem by squaring both sides of the inequality.
Since both xy|x - y| and x+y|x + y| are non-negative, xy<x+y    (xy)2<(x+y)2    x22xy+y2<x2+2xy+y2    0<4xy    xy>0|x - y| < |x + y| \iff (x - y)^2 < (x + y)^2 \iff x^2 - 2xy + y^2 < x^2 + 2xy + y^2 \iff 0 < 4xy \iff xy > 0. The question asks whether xx and yy have the same sign (and neither is zero).
Simplifying absolute value inequalities before analyzing statements prevents misinterpretation.
2
Evaluate Statement (1): x3y>0x^3 y > 0.
Since x3x^3 always has the exact same algebraic sign as xx for all real numbers, x3y>0    xy>0x^3 y > 0 \implies xy > 0. This yields a definitive 'Yes' to the rephrased question.
Statement (1) alone provides enough information to answer the target question conclusively.
3
Evaluate Statement (2): x<y|x| < y.
Since x0|x| \ge 0, this implies y>0y > 0. However, xx can be positive (e.g., x=2,y=3    xy=6>0x=2, y=3 \implies xy=6 > 0, Yes) or negative (e.g., x=2,y=3    xy=6<0x=-2, y=3 \implies xy=-6 < 0, No).
Because Statement (2) allows both 'Yes' and 'No' answers, it is not sufficient.

Key Concept

Rephrasing absolute value inequalities and analyzing product sign constraints in Data Sufficiency
Rate this question