2019 AMC 10B Problem 24

Below is the professionally curated solution for Problem 24 of the 2019 AMC 10B, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2019 AMC 10B 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:recursioninequalitybounding to limit cases

Difficulty rating: 2380

24.

Define a sequence recursively by x0=5x_0=5 and xn+1=xn2+5xn+4xn+6x_{n+1}=\frac{x_n^2+5x_n+4}{x_n+6} for all nonnegative integers n.n. Let mm be the least positive integer such that xm4+1220.x_m\leq 4+\frac{1}{2^{20}}. In which of the following intervals does mm lie?

[9,26] [9,26]

[27,80] [27,80]

[81,242] [81,242]

[243,728] [243,728]

[729,) [729,\infty)

Solution:

Let an=xn4a_n=x_n-4. Then a0=1a_0=1, and simplifying the recurrence gives an+1=an(an+9)an+10.a_{n+1}=\frac{a_n(a_n+9)}{a_n+10}. As long as 0<an10<a_n\le1, this implies 910anan+11011an.\frac9{10}a_n\le a_{n+1}\le\frac{10}{11}a_n.

By induction, (910)nan(1011)n\left(\dfrac9{10}\right)^n\le a_n\le\left(\dfrac{10}{11}\right)^n. For n=80n=80, (109)80<220\left(\dfrac{10}{9}\right)^{80}<2^{20}, so (910)80>220\left(\dfrac9{10}\right)^{80}>2^{-20}, and therefore m>80m>80.

Also (1110)8>2\left(\dfrac{11}{10}\right)^8>2, so (1011)160<220\left(\dfrac{10}{11}\right)^{160}<2^{-20}, which gives m160m\le160. Hence 81m16081\le m\le160, so mm lies in [81,242][81,242]. Thus, C is the correct answer.

Problem 24 in Other Years