AMC 10 · 2021 · #16
Grade 11 algebraPick an answer.
Tool #4 (Introduce a Variable) — the problem talks about roots but never names them, so name them: let r, s, t be the roots of f. Once they have names, g can be written in factored form and g(1) becomes a product of three simple factors. Tool #16 (Change Focus) — instead of hunting for the roots themselves (hopeless, they are not computable from a, b, c), focus on the two symmetric combinations that Vieta's formulas hand over for free: the product rst and the value f(1) = (1-r)(1-s)(1-t). Everything g(1) needs is built from those two. Tool #6 (Guess and Check) and Tool #3 (Eliminate Possibilities) are the safety net: build one concrete cubic satisfying 1 < a < b < c, compute g(1) numerically, and see which of the five expressions survives.
Name the roots
Give the three roots names.
A monic cubic is completely described by its three roots, so naming them loses nothing.
11.A-APR.B.3Introduce A VariableEvaluate the second at one
It becomes a product of three factors.
Monic plus a known root list determines the polynomial exactly, so plugging in 1 is legal right away.
9.F-IF.A.2Introduce A VariableClear the reciprocals
Split into a numerator and denominator.
Reciprocals are easier to handle as one big fraction than as three separate subtractions.
9.A-SSE.A.2Change Focus Count The ComplementRecognize the numerator
The numerator is the first polynomial's value.
The numerator is the same product f(1) already computes, just with every factor negated — three negatives make one.
11.A-APR.C.4Change Focus Count The ComplementGet the denominator
The root relations give the denominator.
The constant term of a monic cubic is minus the product of its roots.
The constant term of a monic cubic is minus the product of its roots.
▸ Why?
The coefficients record exactly the symmetric combinations of the roots, product included.
▸ Why?
A monic cubic is its three linear factors multiplied, so evaluating at zero picks out that product.
Combine and read
The result is the coefficient sum over the constant term.
Numerator -f(1) over denominator -c: the minus signs cancel and the roots never had to be found.
9.A-SSE.A.2Introduce A VariableYou never need the roots themselves. Name them r, s, t, write g(1) = (r-1)(s-1)(t-1)/rst, then notice the top is -f(1) = -(1+a+b+c) and the bottom is -c — so g(1) = (1+a+b+c)/c. Shortcut worth keeping: flipping every root of a polynomial just reverses its coefficient list.
- Name the roots of f
- Build g and evaluate at 1
- Clear the reciprocals
- Recognize the numerator as -f(1)
- Get the denominator from Vieta
- Combine and read off the choice