Question

Difficulty: HardNumber Properties and Integer Constraints in Data Sufficiency

If xx and yy are positive real numbers, is xx an integer?

(1) x+yx + y is an integer and xy=12xy = 12.
(2) xyx - y is an integer and x2+y2=25x^2 + y^2 = 25.

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

Answer

Both statements together are sufficient to determine that xx must be an integer, but neither statement alone is sufficient.
Evaluating both statements together establishes that (x+y)2=x2+y2+2xy=25+2(12)=49(x+y)^2 = x^2 + y^2 + 2xy = 25 + 2(12) = 49, meaning x+y=7x+y=7. The system x+y=7x+y=7 and xy=12xy=12 yields solutions x=3,y=4x=3, y=4 or x=4,y=3x=4, y=3. In both outcomes, xx is guaranteed to be an integer, yielding a definitive 'Yes' answer.

Step-by-Step Solution

1
Evaluate Statement (1) independently.
Statement (1) gives x+y=kx + y = k for some integer kk, and xy=12xy = 12. If k=7k = 7, the quadratic equation t27t+12=0t^2 - 7t + 12 = 0 gives roots t=3t = 3 and t=4t = 4, which are integers. However, if k=9k = 9, the quadratic equation t29t+12=0t^2 - 9t + 12 = 0 gives roots t=9±332t = \frac{9 \pm \sqrt{33}}{2}. Here x=9+332x = \frac{9 + \sqrt{33}}{2} is a positive real number, y=9332>0y = \frac{9 - \sqrt{33}}{2} > 0, x+y=9x+y = 9 (integer), and xy=12xy = 12, but xx is NOT an integer. Thus, xx can be an integer or a non-integer.
Demonstrate that positive real numbers whose sum and product are integers do not necessarily have to be integers themselves.
2
Evaluate Statement (2) independently.
Statement (2) gives xy=mx - y = m for some integer mm, and x2+y2=25x^2 + y^2 = 25. If m=1m = 1, we can have x=4x = 4 and y=3y = 3, so xx is an integer. If m=2m = 2, then (xy)2=x22xy+y2    4=252xy    2xy=21(x-y)^2 = x^2 - 2xy + y^2 \implies 4 = 25 - 2xy \implies 2xy = 21. Then (x+y)2=x2+y2+2xy=25+21=46    x+y=46(x+y)^2 = x^2 + y^2 + 2xy = 25 + 21 = 46 \implies x+y = \sqrt{46}. Thus x=46+22x = \frac{\sqrt{46} + 2}{2}, which is positive and real, but NOT an integer. Thus, Statement (2) alone is not sufficient.
Test whether integer difference and fixed sum of squares guarantees integer values.
3
Evaluate Statements (1) and (2) together.
From Statement (1), xy=12xy = 12 and x+y=kx + y = k (where kk is an integer). From Statement (2), x2+y2=25x^2 + y^2 = 25. Using the algebraic identity x2+y2=(x+y)22xyx^2 + y^2 = (x+y)^2 - 2xy, we substitute the known values: 25=k22(12)    25=k224    k2=4925 = k^2 - 2(12) \implies 25 = k^2 - 24 \implies k^2 = 49. Since x>0x > 0 and y>0y > 0, x+y=k>0x + y = k > 0, so k=7k = 7. Now we have x+y=7x + y = 7 and xy=12xy = 12. The possible values for xx and yy are the solutions to t27t+12=0    (t3)(t4)=0    t{3,4}t^2 - 7t + 12 = 0 \implies (t-3)(t-4) = 0 \implies t \in \{3, 4\}. Therefore, xx must be either 3 or 4. In both cases, xx is definitively an integer.
Combine the conditions to solve for x+yx+y and prove xx must be an integer.

Key Concept

Integer constraints vs. real number assumptions in Data Sufficiency algebraic systems
Rate this question