AMC 10 · 2025 · #19

Grade 11 algebra
vieta-formulassymmetric-polynomialspolynomial-factoringpolynomial-roots identify-subproblems ↑ Prerequisites: vieta-formulas
📏 Long solution 💡 2 insights
Problem
The number k is fixed but unknown. The three numbers a, b, and c are the roots of the cubic x³ + kx + 1, meaning each one makes that cubic equal zero. We must find the value of the long symmetric sum a³b² + a²b³ + b³c² + b²c³ + c³a² + c²a³, written in terms of k.

Pick an answer.

(A)
-k
(B)
-k+1
(C)
1
(D)
k-1
(E)
k
How to solve
Strategy Introduce a Variable

The roots a, b, c are never found one by one, and they don't need to be. Any expression symmetric in the roots can be rewritten using the three elementary symmetric quantities e1 = a+b+c, e2 = ab+bc+ca, and e3 = abc, and Vieta's formulas read those three numbers straight off the polynomial's coefficients. So the plan is to name those quantities, use the structure of S to fold it down until only e1, e2, e3 remain, then substitute their known values. The lucky break that makes the folding short is e1 = 0, which collapses each grouped binomial in one stroke.

1STEP 1

Expand the factored cubic

Since a, b, c are the roots, the cubic equals (x-a)(x-b)(x-c); expanding gives x³ - (a+b+c)x² + (ab+bc+ca)x - abc.

(x-a)(x-b)(x-c) = x³ - (a+b+c)x² + (ab+bc+ca)x - abc
2STEP 2

Read off Vieta's relations

Matching coefficients with x³ + 0x² + kx + 1 gives a+b+c = 0, ab+bc+ca = k, abc = -1 — the only root facts we need.

a+b+c = 0, ab+bc+ca = k, abc = -1
3STEP 3

Group by the shared square

Pair the six terms by their shared square, so S = a²b²(a+b) + b²c²(b+c) + c²a²(c+a).

S = a²b²(a+b) + b²c²(b+c) + c²a²(c+a)
4STEP 4

Use a+b+c = 0

Since a+b+c = 0, each binomial is minus the missing root (a+b = -c, etc.), so S = -(a²b²c + ab²c² + a²bc²).

a+b=-c, b+c=-a, c+a=-b → S = -(a²b²c + ab²c² + a²bc²)
5STEP 5

Factor out abc

Each term hides one a, one b, one c, so pulling out abc leaves S = -abc(ab + bc + ca) — both known Vieta quantities.

S = -abc (ab + bc + ca)
6STEP 6

Substitute the known values

Plug in abc = -1 and ab+bc+ca = k: S = -(-1)(k) = k — choice (E).

S = -abc (ab+bc+ca) = -(-1)(k) = k
Answer
k
The result is a single elementary symmetric quantity, S = -e2*e3 = k, exactly the kind of clean output a symmetric expression should collapse to once e1 = 0 is used. A numerical spot check confirms it: for k = 2 the cubic x³ + 2x + 1 has three roots whose sum a³b² + ... + c²a³ evaluates to 2, and for k = -3 the same sum evaluates to -3, always matching k. Choices like -k, -k+1, 1, or k-1 would each require a stray sign or constant that the algebra never produces.
💡Key takeaway

A messy symmetric sum in the roots is never as scary as it looks: rewrite it using a+b+c, ab+bc+ca, and abc, which you read straight off the coefficients, and here it melts down to just k.

  • Expand the factored cubic
  • Read off Vieta's relations
  • Group by the shared square
  • Use a+b+c = 0
  • Factor out abc
  • Substitute the known values