Exercise
At the beginning of each round of a game of chance the player pays 12.5. The player then rolls one die with outcome N. The player then rolls N dice and wins an amount equal to the total of the numbers showing on the N dice. All dice have 6 sides and are fair.
Calculate the probability that a player starting with 15,000 will have at least 15,000 after 1000 rounds using the normal approximation.
- 0.01
- 0.04
- 0.06
- 0.09
- 0.12
Key: E
In each round,
N = result of first roll, to see how many dice you will roll
X = result of for one of the N dice you roll
S = sum of X for the N dice
Let [math]S_{1000}[/math] the sum of the winnings after 1000 rounds
After 1000 rounds, you have your initial 15,000, less payments of 12,500, plus winnings for a total of 2,500 + [math]S_{1000}[/math]. Since actual possible outcomes are discrete, the solution tests for continuous outcomes greater than 15000-0.5. In this problem, that continuity correction has negligible impact.