I've been playing with my son a simple board game where you roll a regular 6 faced die and move as many positions as you roll.
So nothing fancy, just pure luck game.
Lately I've been trying to teach him that is not OK for him to always go first. It's not fair. Then he asked me a good question. "WHY?".
The answer is obvious, because you get a better chance of reaching the end of the board first. You may have an extra roll to reach the end of the board.
But I would like to see some numbers / probabilities. Not to explain my son, but for my inner peace.
So my question is: Is there a formula that shows the chances of winning if you go first depending on the board length?
For simplicity, let's say that there are 2 players only and the traps and bonuses from the board are ignored.
I tried an incremental approach.
- board has the length 1 => Player 1 always wins.
- board has the length 2 => Player 2 wins only if P1 rolls a 1 and P2 rolls 2 or more so P2 wins with a probability of $\frac{1}{6} \times \frac{5}{6} = \frac{5}{36}$ and P1 with a probability of $\frac{31}{36}$.
- board has the lenght of 3 => I got lost in the math and my head hurts.
Just for the record, my board has the length of 45.
It seams logical that the bigger the board the closer the chances get to $\frac{1}{2}$ for each player. But is there a formula?


