Question

Difficulty: MediumNumber Properties and Integer Constraints in Data Sufficiency

If kk is a non-zero real number, is kk an integer?

(1) 12k\frac{12}{k} is an integer.

(2) k23kk^2 - 3k 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 to answer the question, but neither statement alone is sufficient.
The correct response demonstrates that neither statement individually restricts kk exclusively to integer values, but combining them enforces that kk is rational (from the reciprocal condition) and has a denominator of 1 (from the quadratic condition), proving conclusively that kk must be an integer.

Step-by-Step Solution

1
Evaluate Statement (1) independently.
Statement (1) states that 12k=m\frac{12}{k} = m for some non-zero integer mm, so k=12mk = \frac{12}{m}. If m=1m = 1, k=12k = 12 (an integer). If m=24m = 24, k=0.5k = 0.5 (not an integer). Since kk can be either an integer or a non-integer, Statement (1) is NOT sufficient.
Testing specific values reveals that kk can be fractional while fulfilling the condition.
2
Evaluate Statement (2) independently.
Statement (2) states that k23k=nk^2 - 3k = n for some integer nn. If k=4k = 4, k23k=4k^2 - 3k = 4 (an integer). However, if k=3+132k = \frac{3 + \sqrt{13}}{2}, k23k=1k^2 - 3k = 1 (an integer), but kk is irrational. Since kk can be an integer or irrational, Statement (2) is NOT sufficient.
Quadratic expressions with integer outputs can have irrational inputs.
3
Evaluate Statements (1) and (2) together.
From Statement (1), kk must be rational. Let k=pqk = \frac{p}{q} in lowest terms, where pp and qq are coprimes (gcd(p,q)=1\gcd(p, q) = 1) and q1q \ge 1. Substitute k=pqk = \frac{p}{q} into Statement (2): k23k=p23pqq2k^2 - 3k = \frac{p^2 - 3pq}{q^2}. For this expression to be an integer, q2q^2 must divide p(p3q)p(p - 3q). Since gcd(p,q)=1\gcd(p, q) = 1, qq shares no common prime factors with pp or p3qp - 3q. Thus gcd(p23pq,q2)=1\gcd(p^2 - 3pq, q^2) = 1, which means q2q^2 can divide p23pqp^2 - 3pq if and only if q2=1q^2 = 1, so q=1q = 1. Since q=1q = 1, k=pk = p, which guarantees kk is an integer. Thus, the combined statements yield a definitive 'Yes'.
Combining rationality from the first condition with the algebraic divisibility constraint of the second condition eliminates all non-integer possibilities.

Key Concept

Data Sufficiency logic with integer constraints and rational number representations
Estimated Time:2m 0s
Rate this question