Skip to main content

2022 AMC 12B Problem 9

Problem 9 of 25EasierAlgebra

The sequence a0,a_0, a1,a_1, a2,a_2, \cdots is a strictly increasing arithmetic sequence of positive integers such that 2a7=227a7.2^{a_7} = 2^{27} \cdot a_7. What is the minimum possible value of a2?a_2?

Answer choices

Show solution

Solution

Dividing by 227,2^{27}, we need 2a727=a7.2^{a_7 - 27} = a_7. Thus a7=2ja_7=2^j and 2jj=27,2^j-j=27, where j=a7270.j=a_7-27\ge0. The left side is strictly increasing for j1,j\ge1, and j=5j=5 works, so uniquely a7=32.a_7=32. With common difference d1,d \ge 1, we have a7=a0+7d=32a_7 = a_0 + 7d = 32 and a2=a0+2d=325d.a_2 = a_0 + 2d = 32 - 5d. To minimize a2a_2 we maximize d;d; since a0=327d1,a_0 = 32 - 7d \ge 1, the largest choice is d=4d = 4 (giving a0=4a_0 = 4). Then a2=3220=12.a_2 = 32 - 20 = 12. Thus, the correct answer is B.

More practice

Concepts: arithmetic sequence · exponent · optimization

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