The Gathering
Given bowls arranged in a circle, balls are distributed amongst them.
Initially the balls are distributed randomly: for each ball, a bowl is chosen equiprobably and independently of the other balls. After this is done, we start the following process:
- Choose one of the balls equiprobably at random.
- Choose a direction to move - either clockwise or anticlockwise - again equiprobably at random.
- Move the chosen ball to the neighbouring bowl in the chosen direction.
- Return to step .
This process stops when all the balls are located in the same bowl. Note that this may be after zero steps, if the balls happen to have been initially distributed all in the same bowl.
Let be the expected number of times we move a ball before the process stops. For example, , , , and .
Let . For example, and . You are also given that in scientific format with significant digits after the decimal point.
Find . Give your answer in scientific format with significant digits after the decimal point.
小球聚会
将个碗排成一圈,并向其中放入个球。
一开始,球是随机分布的:对于每个球,等概率且独立地选择一个碗,并将球放入。全部放完之后,我们进行以下操作:
- 等概率地从个球中随机选择一个。
- 等概率地随机选择一个移动方向:顺时针或逆时针。
- 将选中的球移动到所选方向的相邻碗中。
- 返回步骤。
当所有个球都位于同一个碗中时,停止操作。如果球一开始恰好就放在同一个碗中,则不需要进行任何操作,立刻停止。
令为在停止前移动球的期望次数。例如,,,,。
令。例如,,。已知(以科学计数法表示,小数点后保留位有效数字)。
求,并以科学计数法表示给出你的答案,小数点后保留位有效数字。
Gitalking ...