Question

Difficulty: MediumNumber Properties and Integer Constraints in Data Sufficiency

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

(1) x3x^3 is an integer.
(2) x5x^5 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.
Evaluating each statement independently leaves open the possibility that xx is an irrational root like 23\sqrt[3]{2} or 25\sqrt[5]{2}, making neither statement alone sufficient. Combining both statements allows us to express xx as (x3)2x5\frac{(x^3)^2}{x^5}. Because both x3x^3 and x5x^5 are integers, xx must be a rational number. For any rational number whose cube is an integer, its denominator must equal 1, which proves conclusively that xx is an integer. Thus, both statements together are sufficient.

Step-by-Step Solution

1
Evaluate Statement (1) independently.
Statement (1) is insufficient.
If x=2x = 2, then x3=8x^3 = 8 (an integer), so xx is an integer (Yes). However, if x=23x = \sqrt[3]{2}, then x3=2x^3 = 2 (an integer), but xx is not an integer (No). Since both Yes and No answers are possible, Statement (1) alone is not sufficient.
2
Evaluate Statement (2) independently.
Statement (2) is insufficient.
If x=2x = 2, then x5=32x^5 = 32 (an integer), so xx is an integer (Yes). However, if x=25x = \sqrt[5]{2}, then x5=2x^5 = 2 (an integer), but xx is not an integer (No). Since both Yes and No answers are possible, Statement (2) alone is not sufficient.
3
Combine Statement (1) and Statement (2).
The combined statements are sufficient.
Notice that (x3)2x5=x6x5=x\frac{(x^3)^2}{x^5} = \frac{x^6}{x^5} = x. Since x3x^3 is an integer, (x3)2(x^3)^2 is also an integer. Since x5x^5 is an integer, x=(x3)2x5x = \frac{(x^3)^2}{x^5} is the ratio of two integers, meaning xx must be a rational number. If x=abx = \frac{a}{b} in simplest form where aa and bb are positive integers with gcd(a,b)=1\gcd(a,b)=1, then x3=a3b3x^3 = \frac{a^3}{b^3} being an integer implies b3=1b^3 = 1, so b=1b = 1. Thus, x=ax = a, which means xx must be an integer. This yields a definitive 'Yes' answer.

Key Concept

Integer constraints versus real numbers in Data Sufficiency and quotient relationships of exponent powers
Rate this question