What is the sum of all integer solutions to ?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
(x-2)^2 must be 4, 9, or 16, so x - 2 is ±2, ±3, ±4; the six values are symmetric about 2 and sum to 12.
Solution
Since is an integer, is a perfect square strictly between and , so it is , , or . Then
Adding to each gives .
The six values of come in opposite pairs and cancel, so the six values of sum to . Directly: .
The answer is .
Why this works
An inequality on a squared expression is really a statement about : here , i.e. . Solutions of always pair up symmetrically around , so their sum is (number of solutions) without any listing.
The trap
Forgetting the negative square roots (x - 2 = -2, -3, -4), or including x - 2 = ±1 or ±5, where the strict inequalities fail.
Common mistakes
- Forgetting the negative square roots (x - 2 = -2, -3, -4), or including x - 2 = ±1 or ±5, where the strict inequalities fail.
- Summing the values of (which give ) or of instead of the values of .
Techniques
Organized listing / direct enumeration · Exploit symmetry to reduce work or pair up objects