AMC 10 · 2015 · #12

Grade 8 algebra
quadratic-equationsvieta-formulasoptimization convert-to-algebra ↑ Prerequisites: quadratic-equationsvieta-formulas
📏 Medium solution 💡 2 insights
Problem
Three different digits fill an equation whose roots are to be made as large as possible. Find the largest root sum.

Pick an answer.

(A)
15
(B)
15.5
(C)
16
(D)
16.5
(E)
17
How to solve
Strategy Extreme Principle

The question asks for a maximum, so tool #14 (Extreme Principle) is the spine: once we have a clean formula for the sum of the roots, we push a, b, c to their largest allowed values. To get that clean formula we first lean on tool #4 (Introduce a Variable): instead of multiplying everything out, we keep a, b, c as letters, factor the shared (x-b), and read the roots straight off. The sum of the roots turns out to weight b more heavily than a and c, which tells the Extreme Principle exactly where to put the biggest number. Finally tool #3 (Eliminate Possibilities) matches the computed total to one of the five numeric choices.

1STEP 1

Factor out the shared piece

A shared factor makes it factor at once.

(x-b)[(x-a)+(x-c)]=(x-b)(2x-a-c)=0
2STEP 2

Read off the two roots

One root is a digit; the other is an average.

x=b or 2x-a-c=0 → x=(a+c)/2
3STEP 3

Write the sum of the roots

So one slot carries twice the weight.

sum=b+(a+c)/2
4STEP 4

Assign the biggest values and compute

Assigning the biggest digits gives 16.5, choice (D).

b=9, a=8, c=7: 9+15/2=16.5 → (D)
Answer
16.5
Test a rival assignment to be sure b=9 really wins. If instead b=8 with a=9, c=7, the sum is 8+(9+7)/2=8+8=16, which is smaller than 16.5. Putting the 9 into a half-weight slot wastes part of it, confirming that the full-weight slot b should hold the largest value. So 16.5 is genuinely the maximum, and it sits right at the top of the answer choices, which is exactly where a maximum should land.
💡Key takeaway

Factor the shared piece to find the roots, then notice which variable counts the most in the sum and feed it your biggest number.

  • Factor out the shared piece
  • Read off the two roots
  • Write the sum of the roots
  • Assign the biggest values and compute