There are two people F and S who are playing a game. The game is a fair coin toss with one side called X and one side called Y. The following are the conditions set by the players that define how they are able to win.
What is the probability that player F will win the game?
Give your answer in decimal form.
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 is one of the solutions that do not involve case-working. This also happens to be the solution I used.
Solution: Let the probability that F wins if the first toss is X be denoted as p and let the probability that he wins if the first toss is Y be denoted as q . Therefore, the probability that F wins is 2 1 p + 2 1 q .
If the first toss is X, there is a 4 1 probability that there will be two more X and F loses. Otherwise, the streak of X's will be broken. The probability that F wins after the Y that breaks the streak can be defined as q . This gives p = 4 3 q .
If the first toss is Y, there is a 2 1 chance that the next toss will be Y and F wins. Otherwise, the next toss is X. The probability that F wins after that can be defined as p . From this, q = 2 1 + 2 1 p .
Solving this system gives p = 5 3 and q = 5 4 . The probability that F wins is ( 2 1 × 5 3 ) + ( 2 1 × 5 4 ) = 1 0 3 + 1 0 4 = 1 0 7 = 0 . 7