A roulette wheel has 38 slots: 18 red, 18 black, and 2 green. The ball ends at one of these at random.
You are a player who plays a large number of games and makes an even bet of Ghc 1 on red in every
game. After n games, what is the probability that you are ahead? Answer this for n = 100 and
n = 1000.
Let be the number of times you win. This is a Binomal random variable.
P(ahead)=P(win more than half of the games)
For n=100,
For n=1000.
Comments