AMC 10 · 2024 · #23
Grade 5 arithmeticPick an answer.
AMC 10 2024 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
The problem hands us a finite, well-defined sum of 10 ratios. Tool #2 (Make a Systematic List) is the workhorse: list F₁, …, F₂0 in order, then list the 10 ratios. Tool #9 (Solve an Easier Related Problem) gets us moving even before that — compute the first three or four ratios by hand and notice they are integers (1, 3, 4, 7, …). Tool #5 (Look for a Pattern) then turns those into a Fibonacci-style recurrence (a_n = a_n-1 + a_n-2 starting 1, 3), so the rest of the list extends by addition rather than by dividing big Fibonacci numbers. With 10 integers in hand, the answer is one careful sum.
List Fibonacci numbers F₁ through F₂0 in order. Each one is the sum of the previous two.
Grade 4 "generate a number pattern given a rule" — start with 1, 1 and add.
4.OA.C.5Make A Systematic ListCompute the first few ratios a_n = by hand: they come out to whole numbers 1, 3, 4, 7, 11.
Grade 5 fraction-as-division: each is a clean small integer because F_n divides F₂n exactly.
5.NF.B.3Solve An Easier Related ProblemSpot the pattern: 4 = 1 + 3, 7 = 3 + 4, 11 = 4 + 7 — a_n uses the same add-the-last-two rule as Fibonacci, starting 1, 3.
Grade 4 number-pattern rule: compute four or five terms, conjecture, verify with one more — "4 = 1 + 3, 7 = 3 + 4" is the standard tell.
4.OA.C.5Look For A PatternExtend by addition for the last five ratios: 18, 29, 47, 76, 123 (check: = = 123).
Grade 4 pattern-extension by addition replaces five tedious Fibonacci divisions.
4.OA.C.5Make A Systematic ListAdd the ten ratios: 1 + 3 + 4 + 7 + 11 + 18 + 29 + 47 + 76 + 123 = 319, choice (B).
Grade 4 multi-digit addition done in small chunks — partial sums grow steadily, no big number tricks needed.
4.NBT.B.4Make A Systematic ListHard-looking Fibonacci ratios become a simple pattern game once you compute the first few: 1, 3, 4, 7, 11 extends by addition to 123, and ten numbers sum to 319 — just Grade 5 division and Grade 4 number-pattern rules.