The expected number of times to pass Go before landing on Boardwalk

combinatoricsconditional-expectationexpected valueprobabilityprobability theory

This question just pertains to the monopoly board; that is, no actual functionalities of the game(chance cards, go to jail, etc.). The only mechanism to move forward is the rolling of the two dice. The expected number of passes of Go before landing on the 36th square boardwalk.

I interpret this question as the following:
If we imagine the sequence of squares as the sequence of natural numbers, and counting the first square as a passing of Go, it is the following expectation: $$E(\frac{X}{36} | (X \bmod 36 = 0))$$ Where X is the current position on the board, or current number in the sequence. How do I compute this expectation?

Best Answer

Answer: On average, you will pass Go approximately seven times before hitting Boardwalk (where your very first move counts as passing Go).

Explanation: Each turn, you move forward seven squares on average. This means you land on about one seventh of the squares of board on average during each pass around the board. In particular, during each revolution, there is about a one seventh chance you will hit Boardwalk. Therefore, it will take approximately seven revolutions on average to land on boardwalk.

This is only an approximate answer, but computer simulations confirm it is very close to the truth. See for yourself.

Related Question