AMC 10 · 2024 · #25
Grade 8 number-theory
Pick an answer.
AMC 10 2024 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Tool #1 (Draw a Diagram) starts: a 3 × 3 × 3 stack of bricks has outer dimensions 3a, 3b, 3c in some axis order, and a 2 × 2 × 7 stack has 2x, 2y, 7z in some axis order — that geometry is one quick sketch. Tool #7 (Identify Subproblems) splits the work into three independent matchings (one per axis), each of the form "new outer dim = old outer dim + 1", which Tool #13 (Convert to Algebra) turns into three linear equations. Tool #14 (Use Cases) handles the ambiguity in which brick edge plays the role of "7z" — for the 7 to give an integer answer, 7z = 3 · (some letter) + 1 must be solvable, and only one cyclic assignment (3a+1 = 2b, 3b+1 = 2c, 3c+1 = 7a) leads to small positive integers. Tool #6 (Guess and Check) verifies the answer at the end against the pairwise-coprime requirement.
The 3 × 3 × 3 stack has outer dims 3a, 3b, 3c; the 2 × 2 × 7 stack has 2x, 2y, 7z with {x, y, z} a permutation of {a, b, c}.
Grade 5 "volume by stacking unit boxes" — count bricks per axis to read the outer length.
5.MD.C.5Draw A DiagramEach new dim is an old dim +1, so {3a+1, 3b+1, 3c+1} = {2x, 2y, 7z} as multisets; the lone 7z slot pins the match.
Grade 8 system-of-equations setup: a set equality is three equations once we match elements pairwise.
8.EE.C.8Convert To AlgebraOnly the cycle 3a+1 = 2b, 3b+1 = 2c, 3c+1 = 7a gives positive integers; other matches repeat a letter or force 6a = 1.
Grade 8 case selection: the 7-times slot is rare, so trying it first (7a vs 7b vs 7c) quickly narrows to one workable cycle.
8.EE.C.8Evaluate Finite DifferencesSubstitute down: b = , c = , then 3c+1 = 7a becomes 27a + 19 = 28a, giving a = 19.
Grade 8 substitute and clear denominators — three linear equations cascade to one number.
8.EE.C.8Convert To AlgebraBack-substitute: b = = 29, c = = 44, so the brick is 19 × 29 × 44.
Grade 8 linear-equation arithmetic — one value cascades into the others.
8.EE.C.7Convert To AlgebraCheck: 19, 29, 44 are pairwise coprime, and {57, 87, 132} + 1 = {58, 88, 133} matches {2b, 2c, 7a}.
Grade 6 GCF check + numerical verification — every original constraint passes.
6.NS.B.4Guess And CheckAdd them: a + b + c = 19 + 29 + 44 = 92, choice (E).
Grade 4 three-number addition closes the problem.
4.NBT.B.4Identify SubproblemsTwo brick stacks differing by one along each axis become three small equations once you label dimensions: 3a+1=2b, 3b+1=2c, 3c+1=7a. Solve in cascade — a = 19, b = 29, c = 44 — and the sum 92 closes (E).