Make a python simulator for the game shown above, and run simulations to figure out the average number of throws a player need to throw in order to win. Show the distribution of the dice rolls graphically. Consider how many simulations that is necessary in order to come up with an approximate result for the average dice rolls in order to win.
Things to consider:
1: You can only win if you land on the 90th tile
2: There is only one dice
3: Start position is 0 (Tile 0)
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Assuming that one can only win by landing on exactly 90, it takes about 42 rolls on average to win the game. Averaging results over 105 games yields this result consistently. Even averaging over 102 games gives a "reasonably" reliable idea of the number of rolls required.