返回题库

转盘随机游走:最后出现的扇区

A wheel of fortune

专题
Probability / 概率
难度
L4

题目详情

概率题:转盘随机游走:最后出现的扇区。

英文原题

A wheel of fortune has n2n \geq 2 sectors labeled by 1,2,,n1,2,\ldots ,n . In each step the wheel is rotated by one sector to the left or to the right with equal probability. The procedure is repeated until every number from the set {1,2,,n}\{1,2,\ldots ,n\} appears at least once on top of the wheel. If the number 1 is on top at the beginning, determine the probability that the last number that appears on top is kk , where k{2,3,,n}k \in \{2,3,\ldots ,n\} .

解析

把扇区重标为 0,1,,n10,1,\ldots,n-1,起始为 0。每步左右移动 1 等价于一维对称随机游走在环上探索新点。

对任意 k{1,2,,n1}k\in\{1,2,\ldots,n-1\},最后一个“首次出现”的扇区在对称性下没有偏好,且总共有 n1n-1 个候选(不可能是起始 0)。

因此

P(最后出现的是 k)=1n1,k=2,3,,n.\boxed{\mathbb{P}(\text{最后出现的是 }k)=\frac{1}{n-1}},\quad k=2,3,\ldots,n.

英文解析

Let us relabel the sectors to 0,1,,n10,1,\ldots ,n - 1 , and let us assume that sector 0 is on top of the wheel at the beginning. The wheel rotations can be modeled by a symmetric random walk that starts at 0 and in each step changes its location by +1+1 or

  • 1 with equal probabilities. In what follows, the negative locations $-1,
  • 2,\ldots ,
  • (n-
    1)correspondtothesectorscorrespond to the sectorsn
  • 1,n
  • 2,\ldots ,1,inthatorder.For, in that order. Fora\in \mathbb{Z},denoteby, denote byT_{a}thehittingtimeofthesetthe hitting time of the set{a}.Let. LetX(t)denotethesectorontopofthewheelafterdenote the sector on top of the wheel aftertsteps.Letsteps. Let\taudenotethenumberofstepsuntilforthefirsttimeeverynumberfromthesetdenote the number of steps until for the first time every number from the set{0,1,\ldots ,n
  • 1}hasappearedatleastonceontopofthewheel.Clearly,has appeared at least once on top of the wheel. Clearly,\mathbb{P}(X(\tau) =0) = 0.Wewillprovethat. We will prove that\mathbb{P}(X(\tau) = k) = 1 / (n - 1)foreveryfor everyk\in {1,2,\ldots ,n - 1}$

First, let us determine the probability of the event {X(τ)=1}\{X(\tau) = 1\} . The event {X(τ)=1}\{X(\tau) = 1\} is equal to the event that sector 2 appears on top of the wheel before 1 appears. This event, in turn, is equivalent to a symmetric random walk, starting at 0, visiting $- (n

  • 2)$ before visiting 1. From (2.166), we know that
P(X(τ)=1)=P(T(n2)<T1)=1n1.\mathbb{P}(X(\tau) = 1) = \mathbb{P}\left(T_{-(n - 2)}< T_{1}\right) = \frac{1}{n - 1}.

By symmetry, we also have that

P(X(τ)=n1)=1n1.\mathbb{P}(X(\tau) = n - 1) = \frac{1}{n - 1}.

Let k{2,3,,n2}k\in \{2,3,\ldots ,n - 2\} . Denote by AkA_{k} the event that a symmetric random walk starting at O visits k1k - 1 before visiting - (nk1)(n - k - 1) , and then, starting at k1k - 1 visits (nk1)- (n - k - 1) before visiting kk . Denote by BkB_{k} the event that a symmetric random walk starting at O visits (nk1)- (n - k - 1) before visiting k1k - 1 , and (nk)- (n - k) . Then (nk1)- (n - k - 1) visits k1k - 1 before BkB_{k} are disjoint, and the event X(τ)=X(\tau) = the events AkA_{k} and BkB_{k} are AkBkA_{k}\cup B_{k} . Also, note that the event kk is equivalent to AkBkA_{k}\cup B_{k} . of a symmetric random visiting kk is equivalent to the event of (nk1)- (n - k - 1) before visiting, starting at (k1)(k1)=0(k - 1) - (k - 1) = 0 , a symmetric random walk, k1)=(n2)k - 1) = - (n - 2) before visiting k(k1)=1k - (k - 1) = 1 . Similarly, the event of a symmetric random walk starting at (nk1)- (n - k - 1) , visiting k1k - 1 before visiting (nk)- (n - k) is equivalent to the event of a symmetric random walk, starting at (nk1)+(nk1)=0- (n - k - 1) + (n - k - 1) = 0 , visiting k1+(nk1)=n2k - 1 + (n - k - 1) = n - 2 before visiting (nk)+(nk1)=1- (n - k) + (n - k - 1) = - 1

Then, by using (2.166) repeatedly, we obtain that

P(X(τ)=k)=P(Ak)+P(Bk)=P(Tk1<T(nk1))P(T(n2)<T1)+P(T(nk1)<Tk1)P(Tn2<T1)=nk1n21n1+k1n21n1=1n1P\begin{array}{r l} & {\mathbb{P}(X(\tau) = k) = \mathbb{P}(A_{k}) + \mathbb{P}(B_{k})}\\ & {= \mathbb{P}\left(T_{k - 1}< T_{-(n - k - 1)}\right)\cdot \mathbb{P}\left(T_{-(n - 2)}< T_{1}\right)}\\ & {\quad +\mathbb{P}\left(T_{-(n - k - 1)}< T_{k - 1}\right)\cdot \mathbb{P}\left(T_{n - 2}< T_{-1}\right)}\\ & {= \frac{n - k - 1}{n - 2}\cdot \frac{1}{n - 1} +\frac{k - 1}{n - 2}\cdot \frac{1}{n - 1}}\\ & {= \frac{1}{n - 1}\cdot \mathbb{P}} \end{array}