A bin contains 25 balls: 10 red, 8 yellow, and 7 blue. We draw three balls at random (without looking!) from the bin, and we will say that we "win" if our three balls represent exactly two colors. (That is, we "win" if we draw two balls of one color and another ball of a different color.) What is the probability of winning this particular game?
2006-12-28
18:01:12
·
4 answers
·
asked by
sahsjing
7
in
Science & Mathematics
➔ Mathematics
Essentially, there are two ways to do the problem. Which way do you think is simpler? Could you show your work? For discussion purpose you only need to write expression.
2006-12-28
18:23:53 ·
update #1
Following gjmb1960's idea,
Prob. = (1/2)[(10)(9)(8+7) + (8)(7)(10+7) + (7)(6)(10+8)]/10C3
2006-12-28
18:34:13 ·
update #2