Skip to main content

2019 AMC 10A Problem 23

Problem 23 of 25HarderAlgebra

Travis has to babysit the terrible Thompson triplets. Knowing that they love big numbers, Travis devises a counting game for them. First Tadd will say the number 1,1, then Todd must say the next two numbers (22 and 33), then Tucker must say the next three numbers (4,4, 5,5, 66), then Tadd must say the next four numbers (7,7, 8,8, 9,9, 1010), and the process continues to rotate through the three children in order, each saying one more number than the previous child did, until the number 10,00010{,}000 is reached. What is the 20192019th number said by Tadd?

Answer choices

Show solution

Solution

Tadd speaks on turns of lengths 1,4,7,1,4,7,\ldots. After nn of Tadd’s turns, he has said i=1n(3i2)=3n2n2\sum_{i=1}^n (3i-2)=\frac{3n^2-n}{2} numbers. For n=36n=36, this total is 19261926, while for n=37n=37 it is 20352035. Therefore Tadd’s 20192019th number is the (20191926)=93(2019-1926)=93rd number of his 3737th turn. Before that turn, the children have completed turns of lengths 11 through 108108, saying 1+2++108=58861+2+\cdots+108=5886 numbers. The 9393rd number of the next turn is 5886+93=59795886+93=5979. Thus, C is the correct answer.

More practice

Concepts: arithmetic sequence · triangular number · summation

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.