A game is played starting with 6 fair coins laid out with heads facing up.
Each round consists of flipping all of the coins showing heads.
If fewer than half of the flipped coins come up heads the player loses.
Rounds continue until the player either loses or gets to one head remaining.
The player wins by getting to one head without losing.
What is the probability of winning this game? The answer in lowest terms can be written as . Enter the value of
Examples:
6→4→1 would be a loss. (1 is less than half of 4.)
6→5→3→2→2→2→1 would be a win.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This problem is begging to be worked backward. Let P ( x ) = the probability of winning the game beginning with x = heads.
Clearly, P ( 1 ) = 1 since this is the winning position.
To win if x = 2 , consider the outcomes of flipping two coins:
0 heads = lose, p = 4 1
1 head = win, p = 4 2
2 heads = inconsequential, p = 4 1 , flip them again.
The relative probability is then
P ( 2 ) = 3 2
Next x=3
0 heads = lose p= 8 1
1 head = lose p= 8 3
2 heads = chance to still win. p= 8 3
3 heads, flip again. Thus
P ( 3 ) = 7 3 ∗ 3 2 = 7 2
x=4
0 heads = 1 6 1 lose
1 heads = 1 6 4 lose
2 heads = 1 6 6 chance to continue with x=2
3 heads = 1 6 4 chance to continue with x=3
4 heads = 1 6 1 flip again
P ( 4 ) = 1 5 6 ∗ 3 2 + 1 5 4 ∗ 7 2 = 3 5 1 2
x=5
must get 3 or 4 heads to continue
P ( 5 ) = 3 1 1 0 ∗ 7 2 + 3 1 5 ∗ 3 5 1 2 = 2 1 7 3 2
x=6
must get 3, 4 or 5 heads to continue
P ( 6 ) = 6 3 2 0 ∗ 7 2 + 6 3 1 5 ∗ 3 5 1 2 + 6 3 6 ∗ 2 1 7 3 2 = 2 7 9 5 2
So the answer is 5 2 + 2 7 9 = 3 3 1