AMC 10 · 2025 · #19
Grade 7 arithmeticPick an answer.
AMC 10 2025 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Building the whole array down to a giant row is too much work, so hunt for patterns instead. First, watch the row totals: they follow a clean doubling rule that tells you which row is the target without writing it out. Then track only the two numbers you care about — the 2nd and 3rd from the left — since each depends only on a couple of numbers directly above. Each of those makes its own simple pattern, so a short calculation reaches the far-off row.
Build a few rows to see the rule
Apply the rule to row 1: -1, 3, 1 gives -1, 2, 4, 1, and then -1, 1, 6, 5, 1 — exactly the picture, so the rule is clear.
Trying the rule on small rows first makes the machine that builds the array obvious.
7.NS.A.1Solve An Easier Related ProblemRow totals double, so find the row
Row totals run 3, 6, 12 — doubling, since each number feeds two sums below and the ends cancel. So 12,288 is row 13.
Each number feeds two sums below and the ends cancel, so every row total is exactly twice the last.
Each number feeds two sums below it, so each row's total is twice the row above.
▸ Why?
Each entry is used once in each of its two children, which doubles the contribution.
▸ Why?
Multiplying by the same factor each row makes the totals a run with a fixed ratio.
Track only the 2nd and 3rd numbers
Name them: a is a row's 2nd number, b its 3rd. New a is old 1st plus old 2nd, new b is old 2nd plus old 3rd; row 1 has a = 3, b = 1.
Only a few numbers near the left edge affect the third number, so name them and ignore the rest.
6.EE.B.6Introduce A VariableThe 2nd number drops by 1 each row
The 1st number is always -1, so the 2nd number just loses 1 a row: 3, 2, 1, 0, -1, … In row n it is 4 minus n.
Adding the fixed -1 each time is the same as counting down by one, giving a straight-line pattern.
4.OA.C.5Look For A PatternAdd up to reach the 3rd number in row 13
b picks up each row's 2nd number, so row 13 gives 1 plus the sum of 4-k for k = 1 to 12 = 1 - 30 = -29, choice (A).
Each step adds the current 2nd number, so stacking those additions from the start lands on the 3rd number far below.
7.NS.A.1Introduce A VariableWhen only one number in a huge pattern matters, track just the few numbers that feed it and let their small patterns carry you there.
- Build a few rows to see the rule
- Row totals double, so find the row
- Track only the 2nd and 3rd numbers
- The 2nd number drops by 1 each row
- Add up to reach the 3rd number in row 13