2024 AMC 12A Problem 21

Below is the professionally curated solution for Problem 21 of the 2024 AMC 12A, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2024 AMC 12A solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:recursionsum of first n squaresbounding to limit cases

Difficulty rating: 2130

21.

Suppose that a1=2a_1=2 and the sequence (an)(a_n) satisfies the recurrence relation an1n1=an1+1(n1)+1 \frac{a_n-1}{n-1}=\frac{a_{n-1}+1}{(n-1)+1} for all n2.n\ge2. What is the greatest integer less than or equal to n=1100an2? \sum_{n=1}^{100}a_n^2?

338,550338{,}550

338,551338{,}551

338,552338{,}552

338,553338{,}553

338,554338{,}554

Solution:

The recurrence rearranges to an=1+n1n(an1+1).a_n=1+\tfrac{n-1}{n}(a_{n-1}+1). Computing early terms 2,52,103,174,2,\tfrac52,\tfrac{10}3,\tfrac{17}4,\ldots reveals an=n+1n,a_n=n+\tfrac1n, which checks out. Then an2=n2+2+1n2,a_n^2=n^2+2+\tfrac1{n^2}, so n=1100an2=n=1100n2+200+n=11001n2=338350+200+S, \sum_{n=1}^{100}a_n^2=\sum_{n=1}^{100}n^2+200+\sum_{n=1}^{100}\frac1{n^2}=338350+200+S, where 1<S<2.1\lt S\lt2. Hence the sum is between 338550338550 and 338552,338552, and its floor is 338551.338551. Thus, the correct answer is B.

Problem 21 in Other Years