-
voodoo_child
- Master | Next Rank: 500 Posts
- Posts: 405
- Joined: Thu Feb 10, 2011 1:44 am
- Thanked: 3 times
- Followed by:1 members
In a $10 game of chance in Las Vegas, there are two identical bowls that contain 100 marbles. Each bowl contains black colored 95 marbles along with 5 different colored marbles: one blue, one yellow, one green, one red and one gold. You get to pick one marble randomly from each bowl. If you get a matching pair of colored marbles (blue-blue, gold-gold), you win $10000. What is the probability that you win the prize in one play of the game?
HEre's what I tried :
Method 1 = total pairs = 100; Total combinations = 100*100 => PRob = 1/100
Method 2 (really crash landed) --
Choose 1 of the black colored balls from the first bowl and then the second one => 95C1 * 95C1
Choose 1 of blue balls => 1C1 * 1C1 ...Now this will be done for all the five colors. Hence, total = 5*1c1 * 1c1 = 5
Total = (95^2 + 5)/(100^2) = CRASHED !
Can any of the experts please help me ?
Thanks
HEre's what I tried :
Method 1 = total pairs = 100; Total combinations = 100*100 => PRob = 1/100
Method 2 (really crash landed) --
Choose 1 of the black colored balls from the first bowl and then the second one => 95C1 * 95C1
Choose 1 of blue balls => 1C1 * 1C1 ...Now this will be done for all the five colors. Hence, total = 5*1c1 * 1c1 = 5
Total = (95^2 + 5)/(100^2) = CRASHED !
Can any of the experts please help me ?
Thanks