Let , , and be three distinct one-digit numbers. What is the maximum value of the sum of the roots of the equation ?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Factor out (x - b): the roots are b and (a + c)/2, so make b the largest digit 9 and give a, c the next two, 8 and 7.
Solution
Both terms share the factor , so
The roots are and , and their sum is
The digit is counted at full weight while and each count for half, so put the largest available digit in : . Then and must be the two largest remaining distinct digits, and (in either order). The maximum sum is
The answer is .
Why this works
A common factor should be pulled out, never multiplied through; it turns an unknown quadratic into two visible linear roots. Once the target is a weighted sum , maximizing is a greedy assignment: the heaviest weight gets the biggest number. The distinctness condition is what stops the answer from being .
Alternative approach
Expand: , so by Vieta the sum of the roots is . Maximize with distinct digits: , giving .
The trap
Expanding and applying Vieta carelessly, or maximizing by putting 9 in the wrong slot (the shared factor b counts fully, a and c only half).
Common mistakes
- Expanding and applying Vieta carelessly, or maximizing by putting 9 in the wrong slot (the shared factor b counts fully, a and c only half).
- Ignoring "distinct" and using to get , which is not even a choice, then guessing .
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Consider the largest/smallest element or boundary case