What Are the Probabilities of Winning or Losing in a Three-Win Ball Game?

  • Thread starter Thread starter thoradicus
  • Start date Start date
  • Tags Tags
    Balls Probability
thoradicus
Messages
44
Reaction score
0

Homework Statement


17 balls named LOSE
3 balls named WIN
no replacements
person who selects 3rd win ball wins the game, regardless of who selected the other 2 WIN balls

a)If i draw 1st, find the probability that I win the game on my second draw
b) If I draw 1st, find the probability that the opponent wins the game on his second draw
c)If I draw 1st, what is the probability that I win? HINT:you can win on 2nd,3rd,4th draw etc, but not on the 1st draw.
d) Would you prefer to draw 1st or 2nd?

Homework Equations





The Attempt at a Solution


a)WWW
(3/20)(2/19)(1/18)=1/1140

b)WWLW
LWWW
WLWW

3*(1/1140)

c) and d) I'm not sure... the question seems to be hinting about using 1-(complement)..but I can't seem to find it.
 
Physics news on Phys.org
thoradicus said:

Homework Statement



17 balls named LOSE
3 balls named WIN
no replacements
person who selects 3rd win ball wins the game, regardless of who selected the other 2 WIN balls

a) If i draw 1st, find the probability that I win the game on my second draw
b) If I draw 1st, find the probability that the opponent wins the game on his second draw
c) If I draw 1st, what is the probability that I win? HINT:you can win on 2nd,3rd,4th draw etc, but not on the 1st draw.
d) Would you prefer to draw 1st or 2nd?


Homework Equations





The Attempt at a Solution



a)WWW
(3/20)(2/19)(1/18)=1/1140

b)WWLW
LWWW
WLWW

3*(1/1140)
You need to incorporate the probability of drawing the L ball.


c) and d) I'm not sure... the question seems to be hinting about using 1-(complement)..but I can't seem to find it.
 
So I need to calculate the total probability of me losing when I draw first?
Like,
WWLW
LWWW
WLWW
WLLLLLWW
up until the 20th draw
etc?

something seems to be wrong lol.

What abt my other 2 answers? Are they right?
 
I'm saying your answer to (b) is wrong because you didn't incorporate the probability of selecting an L.
 
Youre talking about who selecting the L?Me or the other guy?
 
thoradicus said:
Youre talking about who selecting the L?Me or the other guy?

Your value for P(LWWW or WLWW or WWLW) is incorrect: it forgets to include the fact that one 'L' is also drawn.

Anyway, if you know the hypergeometric distribution, it is not hard to find the probability that somebody wins on draw n: the first n-1 draws come from 17Ls and 3Ws and must result in exactly n-3 Ls and 2 Ws (which will then be followed by the final W). Getting the probability for the first n-1 is just an example of the hypergeometric distribution; see, eg., http://en.wikipedia.org/wiki/Hypergeometric_distribution .

So, just compute these for all relevant n and sum them up.
 
Last edited:
well i did, i think :confused:

for example, (3/20)(2/19)(17/18)(1/17) WWLW, last win ball drawn by opponent, probability is still 1/1140?

alright, ill try the above method.
 
thoradicus said:
well i did, i think :confused:

for example, (3/20)(2/19)(17/18)(1/17) WWLW, last win ball drawn by opponent, probability is still 1/1140?

alright, ill try the above method.

OK: P{2nd wins on draw 4} = 3/1140 = 1/380, with that factor of 3 arising, of course, from the fact that the L can be in anyone of three places, and all three places give the same probability of 1/1140. The '3' in your expression is the number of W balls---so is a 'different' 3 from the one that counts the places for L!
 
  • Like
Likes 1 person
thoradicus said:
well i did, i think :confused:

for example, (3/20)(2/19)(17/18)(1/17) WWLW, last win ball drawn by opponent, probability is still 1/1140?
Yes, you were right. Sorry. It's just looked like you took the answer to part (a) and multiplied it by 3 to answer (b), which turns out to yield the right answer but for the wrong reason.
 
  • Like
Likes 1 person
  • #10
ah no problem, lol should have made it clearer i guess.
 
  • #11
Another way to get a formula is to think of the balls as placed in a line. The tail of the list is a WIN ball followed by n LOSE balls. The probability of this is 3 * 17!/(17 - n)! * (20-(n+1))!/20! = 1/2280 * (19-n)!/(17-n)! = (18 - n)(19 - n)/2280.

However, a formula is not required to answer part c) (nor the others).
 
  • #12
verty said:
Another way to get a formula is to think of the balls as placed in a line. The tail of the list is a WIN ball followed by n LOSE balls. The probability of this is 3 * 17!/(17 - n)! * (20-(n+1))!/20! = 1/2280 * (19-n)!/(17-n)! = (18 - n)(19 - n)/2280.

However, a formula is not required to answer part c) (nor the others).

This formula does not work: it gives 0 when n = 18 or 19.

A correct formula for the probability that somebody wins on draw n is
p_n ={n-1 \choose 2} \frac{1}{1140} = \frac{(n-1)(n-2)}{2} \frac{1}{1140}, \; n = 3, 4, \ldots, 20.
 
  • #13
Ray Vickson said:
This formula does not work: it gives 0 when n = 18 or 19.

A correct formula for the probability that somebody wins on draw n is
p_n ={n-1 \choose 2} \frac{1}{1140} = \frac{(n-1)(n-2)}{2} \frac{1}{1140}, \; n = 3, 4, \ldots, 20.

My n is different, it is the number of balls remaining once the last WIN ball is chosen. So it relates to a win on draw 20-n. A win on draw 3 means n here is 17, therefore 1/1140.

One comment, when I said a formula is not required to answer the 3 given questions, I meant a general formula is not required.
 
Back
Top