You play a game where there are three white marbles and one
You play a game where there are three white marbles and one black marble in a bag. You get to draw one marble at a time. If you draw the black one, you lose. If you don’t, you keep the white marble, and draw again. If you get all three white marbles, you win.
What is the probability of winning?
What are the odds of winning? Write as a reduced ratio of whole numbers.
Is this game fair? i.e. is the probability of winning and losing the same?
If you bet $1 to play, what should the “house” bet to make it fair? i.e. how much money should you receive if you win the game?
Solution
a.
P(win) = P(1st is W) P(2nd is W) P(3rd is W)
Thus,
P(win) = (3/4) (2/3) (1/2) = 1/4 = 0.25 [ANSWER]
*******************************
b.
Thus,
odds ratio = [1 - P(win)]/P(win) = 3 [ANSWER]
*********************************
c.
No. P(win) = 0.25, P(loss) = 0.75.
********************************
d.
For the game to be fair, if x = the prize money,
(-1) P(loss) + (x - 1) P(win) = 0
-1 (0.75) + (x - 1) (0.25) = 0
Thus,
x = $4 [ANSWER]
