2025 AMC 10A Problem 19

Attempt Problem 19 of the 2025 AMC 10A below, then check your answer against the professionally curated solution from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2025 AMC 10A solutions, or check the answer key.

All problems are used with official legal permission of the Mathematical Association of America (MAA).

19.

An array of numbers is constructed beginning with the numbers 1,3,1-1, 3, 1 in the top row. Each adjacent pair of numbers is summed to produce a number in the next row. Each row will begin and end with the numbers 1-1 and 1,1, respectively. The first three rows are shown below.

If the process continues, one of the rows will sum to 12,288.12{,}288. In that row, what is the third number from the left?

29-29

21-21

14-14

8-8

3-3

Answer: A
Concepts:recursiontriangular numberpattern recognition
Difficulty rating: 1910
Solution:

Each interior entry feeds two entries below, and the end values 1-1 and 11 cancel in the sum. So every row's total doubles the one above. The top row sums to 3,3, and 12,288=3212,12{,}288 = 3 \cdot 2^{12}, so this is the 1212th row (counting the top as row 00). Track the diagonals from the left. The second diagonal is 3,2,1,0,1,,3, 2, 1, 0, -1, \ldots, dropping by 11 each row. The third diagonal adds these up: for n4n \ge 4 it equals 7(0+1++(n4))7 - (0 + 1 + \cdots + (n-4)) =7(n4)(n3)2.= 7 - \frac{(n-4)(n-3)}{2}. Plug in n=12n = 12: 7892=29.7 - \frac{8 \cdot 9}{2} = -29. Thus, A is the correct answer.

← Problem 18#18
Full Exam

Problem 19 in Other Years