Skip to main content

2001 AMC 12 Problem 25

Problem 25 of 25HarderAlgebra

Consider sequences of positive real numbers of the form x,x, 2000,2000, y,y, ,\ldots, in which every term after the first is 11 less than the product of its two immediate neighbors. For how many different values of xx does the term 20012001 appear somewhere in the sequence?

Answer choices

Show solution

Solution

If a,b,ca, b, c are consecutive terms then b=ac1,b = ac - 1, so c=1+ba.c = \dfrac{1 + b}{a}. Applying this repeatedly, the first five terms are a, b, 1+ba, 1+a+bab, 1+ab, a,\ b,\ \dfrac{1 + b}{a},\ \dfrac{1 + a + b}{ab},\ \dfrac{1 + a}{b}, after which aa and bb recur, so the sequence is periodic with period 5.5. Here b=2000b = 2000 is the second term. Setting each of the other four displayed terms equal to 20012001 gives, respectively, a=2001,a=1,a=20014001999,a=4001999. \begin{gathered} a=2001,\quad a=1,\\ a=\frac{2001}{4001999},\quad a=4001999. \end{gathered} These four values are positive and distinct. The second term itself is 2000,2000, and periodicity shows there are no other positions to consider. So there are 44 values of x.x. Thus, the correct answer is D.

More practice

Concepts: recursion · casework

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