5972概率简单数值题medium
Hitting the Opposite Node on a Cycle
题目
A token does a symmetric random walk on the 6 vertices of a cycle (labelled 0..5, each step moving to one of the two adjacent vertices with probability 1/2 each). Starting at vertex 0, find the expected number of steps to first reach vertex 3, the diametrically opposite vertex.
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案