2003 AIME II 第 13 题

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

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

13.

一只虫子从等边三角形的一个顶点出发。每一步,它随机选择当前不在的另外两个顶点之一,并沿着三角形的一条边爬到该顶点。 已知这只虫子在第十步移动到其起始顶点的概率为 mn\frac{m}{n}, 其中 mmnn 是互质的正整数, 求 m+nm + n

A bug starts at a vertex of an equilateral triangle. On each move, it randomly selects one of the two vertices where it is not currently located, and crawls along a side of the triangle to that vertex. Given that the probability that the bug moves to its starting vertex on its tenth move is mn,\frac{m}{n}, where mm and nn are relatively prime positive integers, find m+n.m + n.

答案:683
知识点:随机游走递推概率
难度评级:2650
解答:

pnp_n 为虫子在走完 nn 步后位于起始顶点的概率,因此 p0=1p_0 = 1。 虫子在第 n+1n + 1 步后回到起点,当且仅当它在第 nn 步后位于别处(概率为 1pn1 - p_n),然后选择起始顶点 (概率为 12\frac{1}{2}): pn+1=12(1pn).p_{n+1} = \frac{1}{2}(1 - p_n).

这个递推的不动点为 13\frac{1}{3}, 且 pn+113=12(pn13)p_{n+1} - \frac{1}{3} = -\frac{1}{2}\left(p_n - \frac{1}{3}\right), 所以 pn=13+23(12)np_n = \frac{1}{3} + \frac{2}{3}\left(-\frac{1}{2}\right)^n

n=10n = 10: 时: p10=13(1+21024)=1310261024=171512. \begin{aligned} p_{10} &= \frac{1}{3}\left(1 + \frac{2}{1024}\right) \\ &= \frac{1}{3} \cdot \frac{1026}{1024} = \frac{171}{512}. \end{aligned} 因为 171=919171 = 9 \cdot 19512=29512 = 2^9 没有公因数, m+n=171+512=683m + n = 171 + 512 = 683

Let pnp_n be the probability that the bug is at its starting vertex after nn moves, so p0=1.p_0 = 1. The bug is home after move n+1n + 1 exactly when it was elsewhere after move nn (probability 1pn1 - p_n) and then chose the starting vertex (probability 12\frac{1}{2}): pn+1=12(1pn).p_{n+1} = \frac{1}{2}(1 - p_n).

The fixed point of this recurrence is 13,\frac{1}{3}, and pn+113=12(pn13),p_{n+1} - \frac{1}{3} = -\frac{1}{2}\left(p_n - \frac{1}{3}\right), so pn=13+23(12)n.p_n = \frac{1}{3} + \frac{2}{3}\left(-\frac{1}{2}\right)^n.

For n=10:n = 10: p10=13(1+21024)=1310261024=171512. \begin{aligned} p_{10} &= \frac{1}{3}\left(1 + \frac{2}{1024}\right) \\ &= \frac{1}{3} \cdot \frac{1026}{1024} = \frac{171}{512}. \end{aligned} Since 171=919171 = 9 \cdot 19 and 512=29512 = 2^9 share no factor, m+n=171+512=683.m + n = 171 + 512 = 683.

← 第 12 题#12
完整试卷

其他年份的第 13 题