2019 AMC 10A Problem 15

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

Difficulty rating: 1540

15.

A sequence of numbers is defined recursively by a1=1,a_1 = 1, a2=37,a_2 = \frac{3}{7}, and an=an2an12an2an1a_n=\dfrac{a_{n-2} \cdot a_{n-1}}{2a_{n-2} - a_{n-1}}for all n3.n \geq 3. Then a2019a_{2019} can be written as pq,\frac{p}{q}, where pp and qq are relatively prime positive integers. What is p+q?p+q ?

20202020

40394039

60576057

60616061

80788078

Solution:

We can rewrite the recursive formula as 1an=an2an12an2an1=2an11an2.\begin{align*} \dfrac{1}{a_n} &= \dfrac{a_{n - 2} \cdot a_{n - 1}}{2a_{n - 2} - a_{n - 1}} \\&= \dfrac{2}{a_{n - 1}} - \dfrac{1}{a_{n - 2}}. \end{align*}

This means that 1an1an1=1an11an2, \dfrac{1}{a_n} - \dfrac{1}{a_{n - 1}} = \dfrac{1}{a_{n - 1}} - \dfrac{1}{a_{n - 2}}, which tells us that {1an}\left\{\dfrac{1}{a_n}\right\} is an arithmetic sequence.

Using a1a_1 and a2,a_2, we get that the common difference is 13711=731=43.\dfrac{1}{\frac{3}{7}} - \dfrac{1}{1} = \dfrac{7}{3} - 1 = \dfrac{4}{3}.

From this, we get that 1a2019=1+201843=80753.\begin{align*} \dfrac{1}{a_{2019}} &= 1 + 2018 \cdot \dfrac{4}{3} \\&= \dfrac{8075}{3}. \end{align*}

p+qp + q is therefore 8075+3=8078.8075 + 3 = 8078.

Thus, E is the correct answer.

Problem 15 in Other Years