AMC 10 · 2022 · #15

Grade 8 geometry-3d
polynomial-rootsvieta-formulasvolume-rectangular-prism identify-subproblemsconvert-to-algebra ↑ Prerequisites: vieta-formulas
📏 Short solution 💡 2 insights
Problem
The three roots of a certain cubic are the three edge lengths of a rectangular box. Each edge is then lengthened by 2. Find the volume of the new box.

Pick an answer.

(A)
$\frac{24}{5}$
(B)
$\frac{42}{5}$
(C)
$\frac{81}{5}$
(D)
30
(E)
48
How to solve
Strategy Identify Subproblems

Two clean subproblems: (a) expand (a+2)(b+2)(c+2) into symmetric sums of the roots, and (b) read those symmetric sums straight off the polynomial's coefficients via Vieta's relations. No actual root-finding needed — the trick is to see that the new volume depends only on a+b+c, ab+bc+ca, and abc, all of which Vieta hands us for free. Tool #7 names the split; Tool #13 lets us treat the roots as algebraic objects without computing them.

1STEP 1

Expand the new volume

Expanding leaves only symmetric sums.

(a+2)(b+2)(c+2) = abc + 2(ab+bc+ca) + 4(a+b+c) + 8
2STEP 2

Read them off the coefficients

Read them off the coefficients without solving.

a+b+c = 39/10, ab+bc+ca = 29/10, abc = 6/10
3STEP 3

Substitute and compute

Substituting gives the volume.

V = 6/10 + 2 · 29/10 + 4 · 39/10 + 8 = (6 + 58 + 156 + 80)/10 = 300/10 = 30
4STEP 4

Match the choice

The volume is 30.

V = 30 → (D)
Answer
30
Cross-check via the substitution shortcut: P(x) = 10(x-a)(x-b)(x-c), so P(-2) = 10(-2-a)(-2-b)(-2-c) = -10(a+2)(b+2)(c+2). Compute P(-2) = 10(-8) - 39(4) + 29(-2) - 6 = -80 - 156 - 58 - 6 = -300. Then (a+2)(b+2)(c+2) = -P(-2)/10 = 300/10 = 30 — matches choice (D). Magnitude is also plausible: with abc = 0.6 and the boosts of +2 on each edge, the dominant new term is 4(a+b+c) + 8 = 4 · 3.9 + 8 = 23.6, plus correction terms of about 6.4 — total near 30.
💡Key takeaway

We never have to find the three roots themselves — Vieta hands us their sum, pair-sum, and product directly from the coefficients. Expanding (a+2)(b+2)(c+2) = abc + 2(ab+bc+ca) + 4(a+b+c) + 8 uses only those three numbers, and substituting gives 6/10 + 58/10 + 156/10 + 80/10 = 30 — choice (D).