AMC 10 · 2019 · #17
Grade 11 algebraPick an answer.
Tool #9 (Easier related problem): chasing the sum s_k directly is hard, but a single root is easy — a root plugged into the polynomial gives 0, which is one clean equation. Solve the one-root version, then add the three copies back. Tool #4 (Introduce a Variable): name the roots r₁, r₂, r₃ so the sum s_k can be written and manipulated. Tool #5 (Pattern): multiplying the one-root equation by a power of that root shifts every exponent up by the same amount, so the same three coefficients reappear at every level — that is exactly what a recurrence is. Tool #3 (Eliminate Possibilities): the choices are separated by sign patterns (5 - 8 + 13 versus 5 + 8 + 13), so the signs must be tracked, not guessed.
Name the roots
Name the power sums.
Every statement about s_k is really three statements — one per root — added together.
11.N-CN.C.9Introduce A VariableOne root, one equation
Each root gives one equation.
A root is a number that lets you trade its highest power for a combination of its lower powers.
9.A-SSE.A.2Solve An Easier Related ProblemPush the identity up to exponent k
Multiplying pushes the exponent up.
Multiplying by a power slides the whole identity up the exponent ladder without changing its shape.
Multiplying the identity by a power slides it up the exponent ladder without changing its shape.
▸ Why?
Multiplying both sides by the same quantity keeps the equation true, so the slide is legitimate.
▸ Why?
An exponent counts how many times a factor is used, so multiplying by a power just raises every count.
Add the three copies
Adding them hands over the coefficients.
Adding the three per-root identities turns unknowable roots into the known power sums.
11.A-APR.C.4Solve An Easier Related ProblemMatch coefficients
Match the coefficients.
The recurrence coefficients are the polynomial's own coefficients with their signs flipped.
9.A-SSE.A.1Introduce A VariableAdd and pick the choice
Adding gives 10.
The answer choices are built around the sign of the middle coefficient, so the sign carries the whole problem.
7.NS.A.1Eliminate PossibilitiesA root turns the polynomial into a trade: r³ = 5r² - 8r + 13. Multiply that by r^k-2, add the three roots' copies, and the recurrence appears with the polynomial's own coefficients sign-flipped — a = 5, b = -8, c = 13, so a + b + c = 10, choice (D).
- Name the roots
- One root, one equation
- Push the identity up to exponent k
- Add the three copies
- Match coefficients
- Add and pick the choice