AMC 10 · 2023 · #12
Grade 9 arithmeticPick an answer.
Cubing eighteen numbers and alternating the signs works, but it is slow and error-prone. Tool #7 (Identify Subproblems) first cuts the chain into nine couples, each an even cube minus the odd cube one below it. Tool #5 (Look for a Pattern) shows all nine couples share one shape. Then the load-bearing move, Tool #4 (Introduce a Variable): call the couple index k and expand (2k)³ - (2k-1)³ once. The cubic parts cancel and a quadratic survives, so nine cubic differences turn into one quadratic summed nine times. Tool #3 (Eliminate Possibilities) provides an independent divisibility check on the five choices at the end.
Chop it into pairs
Chop it into nine pairs.
Nine tiny differences are much easier to control than one eighteen-term chain, and regrouping costs nothing.
6.EE.A.3Identify SubproblemsIndex the pairs
Give the pairs an index.
All nine pairs have the same shape, so a single letter can stand for all of them at once.
6.EE.B.6Look For A PatternExpand one general pair
Expanding makes the cubes cancel.
Two cubes one step apart differ only by the thin shell between them, and that shell grows like a square, not like a cube.
Two cubes one step apart differ only by the thin shell between them, and that shell grows like a square.
▸ Why?
A difference of like powers always carries the difference of the bases as a factor, here just one.
▸ Why?
Expanding the leftover bracket spreads the multiplication out into ordinary squared and linear terms.
Sum the quadratic
Use the standard sum formulas.
A sum of a quadratic is just a weighted blend of three sums you already know by heart.
9.A-SSE.A.2Introduce A VariableFinish the arithmetic
The arithmetic gives 3159.
Once the pattern is packed into a formula, the last mile is plain arithmetic.
6.EE.A.1Identify SubproblemsTwo cubes that sit one apart barely differ: (2k)³ - (2k-1)³ collapses from cubic all the way down to 12k² - 6k + 1. Add that over k = 1 to 9 and eighteen cubes shrink to 12(285) - 6(45) + 9 = (D) 3159.
- Chop the chain into nine pairs
- Index the pairs by k
- Expand one general pair
- Sum the quadratic over nine values
- Finish the arithmetic