Alice and Bob are playing with a biased coin with
6
0
%
head and
4
0
%
tail.
They repeat tossing the coin.
They decided that if a head-tail pattern appears first, Alice will win.
If a tail-head pattern appears first, Bob will win. (pattern means that they come consecutively)
(They will toss the coin repeatedly until one of them wins.)
What is the probability (in percentage) of winning for the one with higher probability? (if it is a
5
0
-
5
0
, enter
5
0
)
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.
Alice can only win if the flips before the head-tail pattern are heads, otherwise Bob would have won before Alice (the consecutive head pattern would be broken by a tails, e.g. H H H T H H ). Alice can therefore only win in the trials HT, HHT, HHHT, and so on. The probability of Alice winning is therefore ( 5 3 ) ( 5 2 ) + ( 5 3 ) 2 ( 5 2 ) + ( 5 3 ) 3 ( 5 2 ) + . . . = 1 − 5 3 ( 5 2 ) ( 5 3 ) = 5 3 .
Bob can only win if the flips before the tail-head pattern are tails, otherwise Alice would have won before Bob (the consecutive tails pattern would be broken by a heads, e.g. T T T H T T ). Bob can therefore only win in the trials TH, TTH, TTTH, and so on. The probability of Bob winning is therefore ( 5 2 ) ( 5 3 ) + ( 5 2 ) 2 ( 5 3 ) + ( 5 2 ) 3 ( 5 3 ) + . . . = 1 − 5 2 ( 5 2 ) ( 5 3 ) = 5 2 .
Alice has the greatest chance of winning with a probability of 6 0 % .
Problem Loading...
Note Loading...
Set Loading...
The result only depends on the first trial.
If the first is a head, Alice wins. If it is a tail, Bob wins.
(Why?)
Answer = 6 0