Pairwise Coin-Tossing Game
Consider an -player game played in consecutive pairs: Round takes place between players and , round takes place between players and , and so on and so forth, all the way up to round , which takes place between players and . Then round takes place between players and as the entire cycle starts again.
In other words, during round , player faces off against player .
During each round, a fair coin is tossed to decide which of the two players wins that round. If any given player wins both rounds and , then that player wins the entire game.
Let be the probability that player wins in an -player game, in the form of a reduced fraction. For example, and .
Let be the product of the reduced numerator and denominator of . For example, and .
Find the last digits of .
配对抛掷硬币游戏
考虑如下名玩家轮流配对进行的游戏:第轮在玩家和之间进行,第轮在玩家和之间进行,依此类推,直到第轮在玩家和之间进行。然后第轮在玩家和之间进行,整个循环重新开始。
换言之,第轮游戏中,玩家将会面对玩家。
在每一轮中,抛掷一枚公平硬币来决定哪一位玩家赢得本轮。如果有一名玩家同时在第和轮获胜,该玩家立即赢得整个游戏。
记为玩家在一个名玩家进行的游戏中获胜的概率。例如,而。
记为表达为最简分数时分子和分母的乘积。例如,,而。
求的最后位数字。
Gitalking ...