The polynomial has three positive integer roots. What is the smallest possible value of ?
- A)
- B)
- C)
- D)
- E)
Answer
A
Key insight
By Vieta the roots multiply to 2010 = 2 * 3 * 5 * 67 and a is their sum; keep 67 alone and split 30 as 5 and 6.
Solution
Let the roots be positive integers . Expanding and matching coefficients (Vieta) gives and . So we want three positive integers with product and the smallest possible sum.
Factor: . The prime must divide one of the roots, so that root is at least . Taking it to be exactly leaves to split between the other two; the sum is smallest when the pair is as balanced as possible:
compared with , , .
Could the root containing be larger? Then it is at least , and the sum exceeds . So the minimum is , attained by roots (and is fine).
The answer is .
Why this works
Vieta translates "integer roots" into "integer factorization of the constant term," and minimizing a sum with fixed product is a balancing problem: factors should be as close together as possible. The large prime dominates, so the real decision is how to split the cofactor .
The trap
Splitting 2010 into factors that are not as balanced as possible (e.g. 67, 30, 1 or 67, 10, 3) and stopping early.
Common mistakes
- Splitting 2010 into factors that are not as balanced as possible (e.g. 67, 30, 1 or 67, 10, 3) and stopping early.
- Sign confusion with the term, leading to a search for a negative or maximal .
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Organized listing / direct enumeration