AMC 10 · 2025 · #19

Grade 7 arithmetic
recursive-sequencesequences-arithmeticexponents pattern-recognition ↑ Prerequisites: sequences-arithmeticexponents
📏 Medium solution 💡 3 insights
Problem

An array of numbers is constructed beginning with the numbers 1-1, 33, and 11 in the top row. Each adjacent pair of numbers is summed to produce a number in the next row. Each row begins and ends with 1-1 and 1,1, respectively.

131\large{-1}\qquad\large{3}\qquad\large{1}
1241\large{-1}\qquad\large{2}\qquad\large{4}\qquad\large{1}
11651\large{-1}\qquad\large{1}\qquad\large{6}\qquad\large{5}\qquad\large{1}
If the process continues, one of the rows will sum to 12,28812{,}288. In that row, what is the third number from the left?

Pick an answer.

(A)
$\: -29$
(B)
$\: -21$
(C)
$\: -14$
(D)
$\: -18$
(E)
$\: -3$

AMC 10 2025 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

Try it yourself first — the explanation is most useful after you’ve attempted it.