For how many real values of is an integer?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
Set 120 − √x = k^2 with k a nonnegative integer; k runs from 0 to 10, and each k gives exactly one x.
Solution
Let , where is an integer; since a square root is never negative, . Squaring,
The left side is a square root, so it must be at least : , which means because is too big. So , eleven values.
Each determines and hence a single real ; different give different . So there are values of .
The answer is .
Why this works
"Expression is an integer" problems are usually solved by naming that integer and unwinding the expression one layer at a time, tracking the domain restrictions (here, square roots are nonnegative) at each layer. The count of valid integers is then a count of perfect squares in a range, and is a perfect square.
The trap
Skipping k = 0 (√x = 120 is perfectly valid) and answering 10 (choice (D)).
Common mistakes
- Skipping ( is perfectly valid) and answering (choice (D)).
- Counting negative as well, or counting only squares of primes or only odd squares, giving one of the small choices.
Techniques
Set up the equation/formula and compute; no special trick needed