2018 AIME I 第 10 题

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

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

10.

下图所示的轮子由两个圆和五根辐条组成,每个辐条与圆的交点都有标签。一只虫子从点 AA 出发沿轮子行走。在过程的每一步中,虫子从一个有标签的点走到相邻的有标签点。沿内圆时,虫子只能逆时针行走;沿外圆时,虫子只能顺时针行走。例如,虫子可以沿路径 AJABCHCHIJAAJABCHCHIJA 行走,这条路径有 1010 步。令 nn 为从点 AA 开始并回到点 A 的 1515 步路径数。求 nn 除以 10001000 的余数。

The wheel shown below consists of two circles and five spokes, with a label at each point where a spoke meets a circle. A bug walks along the wheel, starting at point A.A. At every step of the process, the bug walks from one labeled point to an adjacent labeled point. Along the inner circle the bug only walks in a counterclockwise direction, and along the outer circle the bug only walks in a clockwise direction. For example, the bug could travel along the path AJABCHCHIJA,AJABCHCHIJA, which has 1010 steps. Let nn be the number of paths with 1515 steps that begin and end at point A.A. Find the remainder when nn is divided by 1000.1000.

答案:4
知识点:双射组合不变量
难度评级:3060
解答:

从任一内圆点出发,虫子恰有两种移动:沿内圆逆时针,或沿辐条向外;从任一外圆点出发,也恰有两种移动:沿外圆顺时针, 或沿辐条向内。若一步是逆时针或向内,称为 XX;若是顺时针或向外,称为 YY。于是 {X,Y}15\{X, Y\}^{15} 中的每个字符串都唯一描述一条从 AA。 出发的 1515 步路径。

一步到达内圆恰好当这一步是 XX,所以路径终点在内圆上恰好当最后一步是 XX;此时向内和向外的步数相等。 以五分之一圈为单位测量角位置(逆时针为 +1+1,顺时针为 1-1,辐条移动为 00),路径回到 AA 恰好当它终止在内圆且净转动是 55 的倍数,也就是最后一步为 XX,且 #X#Y0(mod5)\#X - \#Y \equiv 0 \pmod 5。共有 1515 步时,这意味着 XX 的个数为 551010, 或 1515

固定最后一步为 XX,前 1414 步分别含 4499, 或 1414XX,所以 n=(144)+(149)+(1414)=1001+2002+1=3004, \begin{aligned} n &= \binom{14}{4} + \binom{14}{9} + \binom{14}{14} \\ &= 1001 + 2002 + 1 = 3004, \end{aligned} 余数为 44

From any inner point the bug has exactly two moves, counterclockwise along the inner circle or outward along a spoke; from any outer point it has exactly two, clockwise along the outer circle or inward along a spoke. Call a move XX if it is counterclockwise or inward and YY if it is clockwise or outward. Then every string in {X,Y}15\{X, Y\}^{15} describes exactly one 1515-step path from A.A.

A step arrives on the inner circle exactly when it is an X,X, so the path ends on the inner circle exactly when its last move is an X;X; in that case the numbers of inward and outward moves are equal. Measuring angular position in fifths of a turn (counterclockwise +1,+1, clockwise 1,-1, spokes 00), the path returns to AA exactly when it ends on the inner circle and the net rotation is a multiple of 5,5, that is, when the last move is XX and #X#Y0(mod5).\#X - \#Y \equiv 0 \pmod 5. With 1515 moves this means the number of XXs is 5,5, 10,10, or 15.15.

Fixing the last move as X,X, the first 1414 moves contain 4,4, 9,9, or 1414 XXs, so n=(144)+(149)+(1414)=1001+2002+1=3004, \begin{aligned} n &= \binom{14}{4} + \binom{14}{9} + \binom{14}{14} \\ &= 1001 + 2002 + 1 = 3004, \end{aligned} and the remainder is 4.4.

← 第 9 题#9
完整试卷

其他年份的第 10 题