2020 AIME II 第 6 题

先试着解答 2020 AIME II 第 6 题,然后核对你的答案与精心整理的解答,解答来自 LIVE by Po-Shen Loh。你也可以参加完整限时模拟考试、查看全部 2020 AIME II 解答,或核对答案

所有题目均经美国数学协会(MAA)官方合法授权使用。

6.

递归定义数列 t1=20t_1 = 20t2=21t_2 = 21,并且对所有 n3n \ge 3tn=5tn1+125tn2t_n = \frac{5t_{n-1} + 1}{25t_{n-2}} 那么 t2020t_{2020} 可写成 pq\frac{p}{q},其中 ppqq 是互质正整数。求 p+qp + q

Define a sequence recursively by t1=20,t_1 = 20, t2=21,t_2 = 21, and tn=5tn1+125tn2t_n = \frac{5t_{n-1} + 1}{25t_{n-2}} for all n3.n \ge 3. Then t2020t_{2020} can be written as pq,\frac{p}{q}, where pp and qq are relatively prime positive integers. Find p+q.p + q.

答案:626
知识点:递推找规律
难度评级:2340
解答:

精确计算各项: t3=521+12520=53250,t4=553250+12521=10326250,t5=510326250+12553250=535352501053=101525, \begin{aligned} t_3 &= \frac{5 \cdot 21 + 1}{25 \cdot 20} = \frac{53}{250}, \\ t_4 &= \frac{5 \cdot \frac{53}{250} + 1}{25 \cdot 21} = \frac{103}{26250}, \\ t_5 &= \frac{5 \cdot \frac{103}{26250} + 1}{25 \cdot \frac{53}{250}} \\ &= \frac{5353}{5250} \cdot \frac{10}{53} = \frac{101}{525}, \end{aligned} 其中用到 5353=531015353 = 53 \cdot 101。接着 t6=5101525+12510326250t_6 = \frac{5 \cdot \frac{101}{525} + 1}{25 \cdot \frac{103}{26250}} =2061051050103= \frac{206}{105} \cdot \frac{1050}{103} =20=t1= 20 = t_1,且 t7=101101/21=21=t2t_7 = \frac{101}{101/21} = 21 = t_2

因为每一项只由前两项决定,数列以 55 为周期。由于 2020202055 的倍数,得到 t2020=t5=101525t_{2020} = t_5 = \frac{101}{525}。因为 101101 是质数且不整除 525525,该分数已经约分,所以 p+q=101+525=626p + q = 101 + 525 = 626

Computing terms exactly: t3=521+12520=53250,t4=553250+12521=10326250,t5=510326250+12553250=535352501053=101525, \begin{aligned} t_3 &= \frac{5 \cdot 21 + 1}{25 \cdot 20} = \frac{53}{250}, \\ t_4 &= \frac{5 \cdot \frac{53}{250} + 1}{25 \cdot 21} = \frac{103}{26250}, \\ t_5 &= \frac{5 \cdot \frac{103}{26250} + 1}{25 \cdot \frac{53}{250}} \\ &= \frac{5353}{5250} \cdot \frac{10}{53} = \frac{101}{525}, \end{aligned} using 5353=53101.5353 = 53 \cdot 101. Then t6=5101525+12510326250t_6 = \frac{5 \cdot \frac{101}{525} + 1}{25 \cdot \frac{103}{26250}} =2061051050103= \frac{206}{105} \cdot \frac{1050}{103} =20=t1= 20 = t_1 and t7=101101/21=21=t2.t_7 = \frac{101}{101/21} = 21 = t_2.

Since each term depends only on the two preceding terms, the sequence repeats with period 5.5. Because 20202020 is a multiple of 5,5, we get t2020=t5=101525.t_{2020} = t_5 = \frac{101}{525}. As 101101 is prime and does not divide 525,525, the fraction is reduced, and p+q=101+525=626.p + q = 101 + 525 = 626.

← 第 5 题#5
完整试卷

其他年份的第 6 题