Question 574195
Suppose you are going to visit a village that has 120 males (70 boys and 50 men), and 140 females (80 girls and 60 women). What would the probability for you to run into three girls in a row?
----
# of ways to succeed: 80C3 = 82160
--
# of random groups of 3: 300C3 = 445100
----
P(3 girls) = 0.0184
==========
Cheers,
Stan H.
=============