AMC 10 · 2021 · #25
Grade 11 countingnumber-theoryPick an answer.
Counting the good quadruples one at a time is hopeless because the divisibility condition tangles all four entries together. Tool #15 (Organize Information in More Ways) is the move: instead of examining quadruples individually, bundle them into families and count families. Tool #4 (Introduce a Variable) supplies the bundling rule — a shift amount k that is added to all four entries at once, wrapping around modulo m. Tool #2 (Make a Systematic List) does the plain permutation count of all quadruples and then divides it among the families. Tool #9 (Solve an Easier Related Problem) checks the resulting formula against m=5, which is small enough to count by hand. Tool #13 (Convert to Algebra) finishes by expanding the product form of the count into standard c₃x³+c₂x²+c₁x+c₀ shape so the requested coefficient can be read off.
Count every quadruple first
Count every quadruple first.
Each new slot has one fewer legal value because the earlier picks are already spent.
11.S-CP.B.9Make A Systematic ListShift all four entries together
Shift all four entries together.
Adding the same amount to everyone rotates the whole list around a circle of m seats, so nobody ever collides.
Adding the same amount to every entry rotates the whole list around a circle of seats, so nobody ever collides.
▸ Why?
After a full lap the seats return to their start, so shifting only relabels which seat is which.
▸ Why?
The shift matches each quadruple with exactly one other, so the families all have the same size.
Track what the shift does to the sum
The shift changes the sum predictably.
Since 4 is invertible modulo an odd number, letting k run through all residues makes the sum run through all residues too, hitting 0 exactly once.
9.A-REI.B.3Organize Information In More WaysDivide the pool by the family size
In each family exactly one works.
If every group of m contributes exactly one winner, the number of winners is the total divided by m.
9.A-SSE.A.2Make A Systematic ListTest the formula at m=5
Test the formula on a small value.
The smallest legal case is small enough to count directly, and it lands on the same number.
11.S-CP.B.9Solve An Easier Related ProblemExpand and read off c₁
Expanding gives a linear coefficient of 11.
Once the count is a product of linear factors, the coefficient of x is just the sum of the pairwise products of the roots.
9.A-APR.A.1Convert To AlgebraAdding the same number to all four entries and wrapping around m keeps them distinct and pushes the sum by 4k, so in each family of m shifted quadruples exactly one sum is a multiple of m — that makes D(m)=(m-1)(m-2)(m-3), whose x-coefficient is 11.
- Count every quadruple first
- Shift all four entries together
- Track what the shift does to the sum
- Divide the pool by the family size
- Test the formula at m=5
- Expand and read off c₁