Question

Difficulty: HardNumber Properties and Integer Constraints in Data Sufficiency

If rr is a positive real number, is rr an integer?

(1) r2+2rr^2 + 2r is an integer.
(2) r22rr^2 - 2r is an integer.

  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, but NEITHER statement ALONE is sufficient.
Neither statement alone is sufficient because irrational numbers like 21\sqrt{2}-1 and 2+1\sqrt{2}+1 can satisfy statements (1) and (2) respectively. However, combining both statements proves that 4r4r is an integer kk, and substituting r=k/4r = k/4 into the quadratic equation shows that kk must be a multiple of 4, forcing rr to be a positive integer.

Step-by-Step Solution

1
Evaluate Statement (1) independently.
Statement (1) is INSUFFICIENT.
If r=1r = 1, then r2+2r=3r^2 + 2r = 3 (an integer), and rr is an integer (YES). If r=21r = \sqrt{2} - 1, then r2+2r=(322)+(222)=1r^2 + 2r = (3 - 2\sqrt{2}) + (2\sqrt{2} - 2) = 1 (an integer), but rr is NOT an integer (NO). Since rr can be an integer or a non-integer, Statement (1) alone is not sufficient.
2
Evaluate Statement (2) independently.
Statement (2) is INSUFFICIENT.
If r=3r = 3, then r22r=3r^2 - 2r = 3 (an integer), and rr is an integer (YES). If r=2+1r = \sqrt{2} + 1, then r22r=(3+22)(22+2)=1r^2 - 2r = (3 + 2\sqrt{2}) - (2\sqrt{2} + 2) = 1 (an integer), but rr is NOT an integer (NO). Since rr can be an integer or a non-integer, Statement (2) alone is not sufficient.
3
Evaluate Statement (1) and Statement (2) together.
Statements (1) and (2) together are SUFFICIENT.
Let r2+2r=ar^2 + 2r = a and r22r=br^2 - 2r = b, where aa and bb are integers. Subtracting Statement (2) from Statement (1) gives (r2+2r)(r22r)=ab    4r=ab(r^2 + 2r) - (r^2 - 2r) = a - b \implies 4r = a - b. Since aa and bb are integers, ab=ka - b = k for some integer kk. Thus, r=k4r = \frac{k}{4}. Now substitute r=k4r = \frac{k}{4} back into Statement (1): (k4)2+2(k4)=a    k216+k2=a    k2+8k16=a\left(\frac{k}{4}\right)^2 + 2\left(\frac{k}{4}\right) = a \implies \frac{k^2}{16} + \frac{k}{2} = a \implies \frac{k^2 + 8k}{16} = a. This means 1616 must divide k2+8k=k(k+8)k^2 + 8k = k(k+8). If kk were odd, k(k+8)k(k+8) would be odd and thus not divisible by 16. So kk must be even. Let k=2mk = 2m. Then k(k+8)=2m(2m+8)=4m(m+4)k(k+8) = 2m(2m+8) = 4m(m+4). For 1616 to divide 4m(m+4)4m(m+4), 44 must divide m(m+4)m(m+4). If mm were odd, m(m+4)m(m+4) would be odd, which is not divisible by 4. Thus, mm must be even. Let m=2pm = 2p. Then k=2m=4pk = 2m = 4p, which means kk is a multiple of 4. Therefore, r=k4=4p4=pr = \frac{k}{4} = \frac{4p}{4} = p, an integer. Thus, rr MUST be an integer.

Key Concept

Testing integer constraints in Data Sufficiency requires evaluating whether non-integer real numbers satisfy given equations, and combining equations to determine if rational and integer bounds strictly hold.
Rate this question