Positive integers and satisfy the equation . What is the minimum possible value of ?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
sqrt(1183) = 13 sqrt(7) forces sqrt(x) = m sqrt(7), sqrt(y) = n sqrt(7), m + n = 13; then 7(m^2 + n^2) is least at 6, 7.
Solution
Factor: , so .
Square the equation: . Since is an integer, must be rational, hence an integer, so is a perfect square. Then forces and to be integer multiples of : write and with positive integers .
Then . With fixed, is smallest when the product is largest, i.e. when and are as close as possible: , .
(Indeed , and .)
The answer is .
Why this works
A sum of square roots of integers can equal a simplified radical only when each root simplifies to the same surd, so the problem is secretly about integers . Then "minimize a sum of squares with fixed sum" is the classic balancing principle: values as equal as possible. Recognizing is the only real hurdle.
Alternative approach
Ignoring integrality, the minimum would be at , giving . The true answer must be at least this and close to it, and is the only choice near ; confirm with , .
The trap
Guessing that x and y need not be multiples of 7, or splitting 13 unevenly (like 1 and 12) and reporting a larger sum such as 7 * 145.
Common mistakes
- Guessing that x and y need not be multiples of 7, or splitting 13 unevenly (like 1 and 12) and reporting a larger sum such as 7 * 145.
- Choosing the answer because it is below without noticing that no integer solution can beat the real-number minimum.
Techniques
Consider the largest/smallest element or boundary case · Substitute to simplify (u = x+1/x, shifting, scaling)