2019 AMC 12A Problem 9

Below is the professionally curated solution for Problem 9 of the 2019 AMC 12A, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2019 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:recursionsubstitutionarithmetic sequence

Difficulty rating: 1500

9.

A sequence of numbers is defined recursively by a1=1,a_1 = 1, a2=37,a_2 = \dfrac{3}{7}, and

an=an2an12an2an1 a_n = \dfrac{a_{n-2} \cdot a_{n-1}}{2a_{n-2} - a_{n-1}}

for all n3.n \ge 3. Then a2019a_{2019} can be written as pq,\dfrac{p}{q}, where pp and qq are relatively prime positive integers. What is p+q?p + q?

20202020

40394039

60576057

60616061

80788078

Solution:

Taking reciprocals, 1an=2an2an1an2an1=2an11an2. \dfrac{1}{a_n} = \dfrac{2a_{n-2} - a_{n-1}}{a_{n-2}a_{n-1}} = \dfrac{2}{a_{n-1}} - \dfrac{1}{a_{n-2}}.

Let bn=1an.b_n = \dfrac{1}{a_n}. Then bn=2bn1bn2,b_n = 2b_{n-1} - b_{n-2}, so bnb_n is arithmetic with b1=1,b_1 = 1, b2=73,b_2 = \dfrac{7}{3}, and common difference 43.\dfrac{4}{3}.

Thus b2019=1+201843=80753,b_{2019} = 1 + 2018 \cdot \dfrac{4}{3} = \dfrac{8075}{3}, so a2019=38075.a_{2019} = \dfrac{3}{8075}. Since these are relatively prime, p+q=8078.p + q = 8078.

Thus, the correct answer is E.

Problem 9 in Other Years