返回题库

AIME 2020 II · 第 6 题

AIME 2020 II — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Define a sequence recursively by t1=20t_1 = 20, t2=21t_2 = 21, and

tn=5tn1+125tn2t_n = \frac{5t_{n-1}+1}{25t_{n-2}} for all n3n \ge 3. Then t2020t_{2020} can be expressed as pq\frac{p}{q}, where pp and qq are relatively prime positive integers. Find p+qp+q.

解析

Solution

Let tn=sn5t_n=\frac{s_n}{5}. Then, we have sn=sn1+1sn2s_n=\frac{s_{n-1}+1}{s_{n-2}} where s1=100s_1 = 100 and s2=105s_2 = 105. By substitution, we find s3=5350s_3 = \frac{53}{50}, s4=10310550s_4=\frac{103}{105\cdot50}, s5=101105s_5=\frac{101}{105}, s6=100s_6=100, and s7=105s_7=105. So sns_n has a period of 55. Thus s2020=s5=101105s_{2020}=s_5=\frac{101}{105}. So, 1011055    101+525=626\frac{101}{105\cdot 5}\implies 101+525=\boxed{626}. ~mn28407

Solution 2 (Official MAA)

More generally, let the first two terms be aa and bb and replace 55 and 2525 in the recursive formula by kk and k2k^2, respectively. Then some algebraic calculation shows that

t3=bk+1ak2,  t4=ak+bk+1abk3,  t5=ak+1bk2,  t6=a,  and  t7=b,t_3 = \frac{b\,k+1}{a\, k^2},~~t_4 = \frac{a\, k + b\,k+1}{a\,b\, k^3},~~ t_5 = \frac{a\,k+1}{b\, k^2},~~ t_6 = a, \text{~ and ~}t_7 =b, so the sequence is periodic with period 55. Therefore

t2020=t5=205+12125=101525.t_{2020} = t_{5} = \frac{20\cdot 5 +1}{21\cdot 25} = \frac{101}{525}. The requested sum is 101+525=626101+525=626.

Solution 3

Let us examine the first few terms of this sequence and see if we can find a pattern. We are obviously given t1=20t_1 = 20 and t2=21t_2 = 21, so now we are able to determine the numerical value of t3t_3 using this information:

t3=5t31+125t32=5t2+125t1=5(21)+125(20)=105+1500t3=106500=53250t_3 = \frac{5t_{3-1}+1}{25t_{3-2}} = \frac{5t_{2}+1}{25t_{1}} = \frac{5(21) + 1}{25(20)} = \frac{105 + 1}{500}t_3 = \frac{106}{500} = \frac{53}{250} t4=5t41+125t42=5t3+125t2=5(53250)+125(21)=5350+1525=10350525=10326250t_4 = \frac{5t_{4-1}+1}{25t_{4-2}} = \frac{5t_{3}+1}{25t_{2}} = \frac{5(\frac{53}{250}) + 1}{25(21)} = \frac{\frac{53}{50} + 1}{525} = \frac{\frac{103}{50}}{525} = \frac{103}{26250} t5=5t51+125t52=5t4+125t3=5(10326250)+125(53250)=1035250+15310=535352505310=101525t_5 = \frac{5t_{5-1}+1}{25t_{5-2}} = \frac{5t_{4}+1}{25t_{3}} = \frac{5(\frac{103}{26250}) + 1}{25(\frac{53}{250})} = \frac{\frac{103}{5250} + 1}{\frac{53}{10}} = \frac{\frac{5353}{5250}}{\frac{53}{10}} = \frac{101}{525} t6=5t61+125t62=5t5+125t4=5(101525)+125(10326250)=101105+11031050=2061051031050    t6=20t_6 = \frac{5t_{6-1}+1}{25t_{6-2}} = \frac{5t_{5}+1}{25t_{4}} = \frac{5(\frac{101}{525}) + 1}{25(\frac{103}{26250})} = \frac{\frac{101}{105} + 1}{\frac{103}{1050}} = \frac{\frac{206}{105}}{\frac{103}{1050}} \implies t_6 = 20 Alas, we have figured this sequence is period 5! But since 20205(mod5)2020 \equiv 5 \pmod 5, we can state that t2020=t5=101525t_{2020} = t_5 = \frac{101}{525}. According to the original problem statement, our answer is 626\boxed{626}. ~ nikenissan

Solution 4

Like solution 1, we will make a substitution. Let un=5tnu_n = 5t_n. Then

un=25tn1+525tn2=un1+1un2u_n = \frac{25t_{n-1} + 5}{25t_{n-2}} = \frac{u_{n-1} + 1}{u_{n-2}} .

Let u1=au_1 = a, u2=bu_2 = b. The following holds for all n3n \ge 3. Then,

u3=b+1au_3 = \frac{b+1}{a} u4=b+1+aab=b+1+aabu_4 = \frac{\frac{b+1+a}{a}}{b} = \frac{b+1+a}{ab} u5=b+1+a+ababb+1a=(b+1)(a+1)abb+1a=(b+1)(a+1)abab+1=a+1bu_5 = \frac{\frac{b+1+a+ab}{ab}}{\frac{b+1}{a}} = \frac{\frac{(b+1)(a+1)}{ab}}{\frac{b+1}{a}} = \frac{(b+1)(a+1)}{ab} \cdot \frac{a}{b+1} = \frac{a+1}{b} u6=a+1+bbb+1+aab=a+1+bbabb+1+a=au_6 = \frac{\frac{a+1+b}{b}}{\frac{b+1+a}{ab}} = \frac{a+1+b}{b} \cdot \frac{ab}{b+1+a} = a .

Thus, unu_n is periodic with periodicity 5.

Note that u2020=u5u_{2020} = u_5, and thus t2020=t5t_{2020} = t_5. Also, u1=5t1=100=au_1 = 5t_1 = 100 = a and u2=5t2=105=bu_2 = 5t_2 = 105 = b. Then,

5t5=1011055t_5 = \frac{101}{105} t5=101525t_5 = \frac{101}{525} And thus t2020=t5=101525t_{2020} = t_5 = \frac{101}{525}. The answer is 101+525=626101 + 525 = \boxed{626}.

~Pinotation

Video Solution

https://youtu.be/_JTWJxbDC1A ~ CNCM

Video Solution 2

https://youtu.be/__B3pJMpfSk

~IceMatrix

Quick way to notice recursion loop

Round the first two values to both be 20. Then, the next element can be rounded to 15\frac{1}{5}. t4t_4 can then be quickly calculated to around 1250\frac{1}{250}, and t5t_5 can be rounded to 15\frac{1}{5}. t6t_6 turns out to be around 20, which means that there is probably a loop with period 5. The rest of the solution proceeds normally.