Question

Difficulty: MediumNumber Properties and Integer Constraints in Data Sufficiency

If kk is a real number, is kk an integer?

(1) k2k^2 is an integer.
(2) k3k^3 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.
The correct option states that both statements together are sufficient, but neither alone is sufficient. Statement (1) allows irrational square roots like 2\sqrt{2}, making it insufficient. Statement (2) allows irrational cube roots like 23\sqrt[3]{2}, making it insufficient. Combined, taking the ratio k3k2=k\frac{k^3}{k^2} = k shows that kk is the quotient of two integers and therefore rational. A rational number whose square is an integer must be an integer itself, giving a definitive 'Yes'.

Step-by-Step Solution

1
Evaluate Statement (1): k2k^2 is an integer.
If k=2k = 2, k2=4k^2 = 4 (an integer) and kk is an integer (Yes). If k=2k = \sqrt{2}, k2=2k^2 = 2 (an integer), but kk is not an integer (No). Statement (1) is NOT sufficient.
The question specifies kk is a real number, so non-integer square roots must be tested.
2
Evaluate Statement (2): k3k^3 is an integer.
If k=2k = 2, k3=8k^3 = 8 (an integer) and kk is an integer (Yes). If k=23k = \sqrt[3]{2}, k3=2k^3 = 2 (an integer), but kk is not an integer (No). Statement (2) is NOT sufficient.
Cube roots of non-cube integers yield irrational real numbers.
3
Evaluate Statement (1) and Statement (2) combined.
If k=0k = 0, kk is an integer (Yes). If k0k \neq 0, then k=k3k2k = \frac{k^3}{k^2}. Since k3k^3 and k2k^2 are both integers, kk must be a rational number. Let k=pqk = \frac{p}{q} in simplest form where p,qZp, q \in \mathbb{Z} and gcd(p,q)=1\gcd(p, q) = 1. Since k2=p2q2k^2 = \frac{p^2}{q^2} is an integer and gcd(p2,q2)=1\gcd(p^2, q^2) = 1, q2q^2 must equal 11, so q=±1q = \pm 1. Thus, kk is an integer. Combined, the statements are SUFFICIENT.
Combining algebraic operations reveals that kk is rational, and a rational number with an integer square must itself be an integer.

Key Concept

Data Sufficiency evaluation of number properties with real number constraints and rational number properties
Rate this question