2020 AMC 10B 第 15 题

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

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

15.

Steve 从左到右反复写数字 1122334455,形成一个有 10,00010,000 位数字的列表,开头为 123451234512123451234512\ldots。 然后他擦掉列表中每第三个数字,也就是从左数第 336699\ldots 个数字;接着在剩下的列表中擦掉每第四个数字,也就是剩余列表中第 44881212\ldots 个数字;然后在此时剩下的列表中擦掉每第五个数字。 此后位于第 201920192020202020212021 位的三个数字之和是多少?

Steve wrote the digits 1,1, 2,2, 3,3, 4,4, and 55 in order repeatedly from left to right, forming a list of 10,00010,000 digits, beginning 123451234512123451234512\ldots He then erased every third digit from his list (that is, the 33rd, 66th, 99th, \ldots digits from the left), then erased every fourth digit from the resulting list (that is, the 44th, 88th, 1212th, \ldots digits from the left in what remained), and then erased every fifth digit from what remained at that point. What is the sum of the three digits that were then in positions 2019,2019, 2020,2020, and 2021?2021?

77

99

1010

1111

1212

答案:D
知识点:找规律过程模拟最小公倍数
难度评级:1660
解答:

初始循环块为 1234512345。删除每第三个数字时,每 lcm(3,5)=15\operatorname{lcm}(3,5)=15 个原位置重复一次: 所以新周期长度为 10101234512345123451245235134, \begin{aligned} &123451234512345 \\ &\quad \longrightarrow 1245235134, \end{aligned}

从这个周期中删除每第四个数字时,每 lcm(4,10)=20\operatorname{lcm}(4,10)=20 个位置重复一次: 所以新周期长度为 151512452351341245235134124235341452513, \begin{aligned} &12452351341245235134 \\ &\quad \longrightarrow 124235341452513, \end{aligned}

再删除每第五个数字,得到 其周期为 1212。由于 20193(mod12)2019\equiv 3\pmod{12},第 201920192020202020212021 位分别对应周期中的第三、四、五位,即 4,2,54,2,5,和为 1111124235341452513124253415251, \begin{aligned} &124235341452513 \\ &\quad \longrightarrow 124253415251, \end{aligned}

所以正确答案是 D

Start with the repeating block 12345.12345. Deleting every third digit repeats over lcm(3,5)=15\operatorname{lcm}(3,5)=15 original positions: 1234512345123451245235134, \begin{aligned} &123451234512345 \\ &\quad \longrightarrow 1245235134, \end{aligned} so the new period has length 10.10.

Deleting every fourth digit from this period repeats over lcm(4,10)=20\operatorname{lcm}(4,10)=20 positions: 12452351341245235134124235341452513, \begin{aligned} &12452351341245235134 \\ &\quad \longrightarrow 124235341452513, \end{aligned} so the new period has length 15.15.

Deleting every fifth digit from this period gives 124235341452513124253415251, \begin{aligned} &124235341452513 \\ &\quad \longrightarrow 124253415251, \end{aligned} which has period 12.12. Since 20193(mod12),2019\equiv 3\pmod{12}, the digits in positions 2019,2019, 2020,2020, and 20212021 are the 3rd, 4th, and 5th digits of this period: 4,2,5.4,2,5. Their sum is 11.11.

Thus, the correct answer is D .

← 第 14 题#14
完整试卷

其他年份的第 15 题