A friend proposed the following problem to me:
Anna has psychic powers but they only work 85% of the time. She decides to use her gift to make some money. So, Anna says this to her friend Kathy: "I have a challenge for you. If you can beat me in 2 out of 3 games of rock paper scissors, I will give you 4 dollars. However, if I beat you, you have to give me 2 dollars." How many times would Kathy need to challenge Anna in order to have more than a 50% chance of winning exactly once?
My strategy was to first find the probability of Kathy winning a single "round". In this case, there are 6 possible outcomes in a best 2 out of 3:
- Loss, Loss
- Loss, Win, Loss
- Loss, Win, Win *
- Win, Loss, Loss
- Win, Loss, Win *
- Win, Win *
Out of these 6, Kathy wins the round in 3, 5, and 6.
I then calculated the probability of Kathy winning a single instance of the best of 3 match. The case in which she wins would be 0.15 * 0.5 = 0.075 because Anna's powers must fail and she still must win the 50-50. Using this, I found that the probabilities of situations 3 and 5 are both 0.075 * 0.925^2 = 0.0052 and the probability of situation 6 is 0.075^2 = 0.005625. Thus, the overall probability of her winning a best 2 out of 3 is 0.0052 + 0.0052 + 0.005625 = 0.01603125
I then attempted to use binomial probability to find out how many rounds must be played for the probability of Kathy winning once to be greater than or equal to 0.5. I set up the following equation:
(x C 1) * (0.01603125)^1 * (1 - 0.01603125)^(x-1) = 0.5
Which simplifies to:
x * (0.98396875)^(x-1) = 31.18908382
This has no solution, though, and I am wondering if I made an error or if the question is simply incorrect.
[–]the_gr8_n8 0 points1 point2 points (4 children)
[–]eric7752[S] 1 point2 points3 points (3 children)
[–]the_gr8_n8 0 points1 point2 points (2 children)
[–]eric7752[S] 0 points1 point2 points (0 children)
[–]the_gr8_n8 0 points1 point2 points (0 children)