-
A Challenging Question
An urn contains 17 blue balls, and 3 red balls. You and an opponent take turns drawing a ball from the urn (and keeping it). The winner of the game is the one who draws the third red ball. Find the probability of winning if you draw (a) first, (b) second.
-
Let's take the case of picking first.
You can win with your second try or your third try...
The probability of winning on YOUR second pick meant that you picked red, your opponent picked red
and you picked red again.
=P(RRR)= \biggl({3\over 20}\biggr) \biggl({2\over 19}\biggr) \biggl({1\over 18}\biggr))
The probability of winning on YOUR third pick meant that on the first four selections there were two red and two blues
AND then you picked the third red on the fifth overall selection.
={4\choose 2} P(RRBBR))
 \biggl({2\over 19}\biggr) \biggl({17\over 18}\biggr)\biggl({16\over 17}\biggr)\biggl({1\over 16}\biggr) )
={6\choose 2} P(RRBBBBR))
 \biggl({2\over 19}\biggr) \biggl({17\over 18}\biggr) \biggl({16\over 17}\biggr) \biggl({15\over 16}\biggr) \biggl({14\over 15}\biggr) \biggl({1\over 14}\biggr) )
and so on.....
These fractions reduce, but I wanted to show the pattern.
They reduce to
 \biggl({2\over 19}\biggr) \biggl({1\over 18}\biggr))
where n=1,2,..9, since your last pick is the 19th and we need that to be red and have conditions placed on the first 18 balls. So my answer seems to be
 \biggl({2\over 19}\biggr) \biggl({1\over 18}\biggr)<br />
= \biggl({3\over 20}\biggr) \biggl({2\over 19}\biggr) \biggl({1\over 18}\biggr)\sum_{n=1}^9{2n\choose 2})
-
Thanks that helps a lot.
Now for the second part:
If the probability of winning from drawing first is P(A) and the probability of winning from drawing second is P(B).
Then it must be that P(B) = 1 - P(A) ??
-
I think that's correct, but it's always a good idea to see if those two sum to one.
-
Worked through them both and they do add to 1.
But why is it that P(A) is less then P(B), when you draw first you can win on the third pick, which is earlier that when you draw second, so shouldnt P(A) be greater than P(B)?
-
I would think P(A)>P(B), but I didn't add them up.
Show me your work.
-
I think now it is because to win on your second pick when drawing first it has to be RRR, but to win on your second pick when drawing second it can go RRBR or BRRR or RBRR.
So the smaller prob comes from there being more combinations available to the person drawing second.
Is this right?
-
That does make some sense, BUT I would need to see the numbers.
I didn't calculate the probabilities because I feel that you need to work through these problems.
Students don't learn by having the entire problem solved for them.
-
also if you draw second there are less balls left, which would increase the chance of picking the last red one
-
-
To win you must pick out the last red ball, so the combinations are made up of 1 less than the amount of balls taken out, because the last must be red