504概率中等数值题medium
Three-Player Elimination Game
题目
Three players , , hold tokens: has , has , has (total ). Each round, two players are chosen uniformly at random (from the pairs) and they play a fair game: each of the two has probability of winning one token from the other. A player with tokens is eliminated. Play continues until one player holds all tokens.
What is the probability that player (who starts with tokens) ends up with all ?
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案