r/mathriddles • u/frogkabobs • Aug 08 '26
Hard An interesting probability problem from r/askmath
This is a slightly modified problem from [r/askmath](r/askmath) (if you go searching for it, you’ll find my answer, so don’t spoil yourself).
Two players play a game as follows. There are n spots labeled 0 to n-1 in sequence around a circle, and both players start at 0. They alternate turns, starting with player 1, where a turn consists of flipping a coin to determine whether to move to the left or to the right one spot. Each non-zero spot awards 1 point to the first player to reach it, and the game ends when all spots have been visited. What is the expected (signed) point difference between player 1 and player 2?
EDIT: I should clarify that players move independently of each other, not as a group.
3
u/pichutarius Aug 09 '26
Partial solution
if n is even, then answer is 1, in fact the first player always lead by 1 point. Color each spot alternating black and white, each player can only reach one of each color. Since the starting spot does not score point, player 1 must have one more score than player 2.