Jon P. answered 01/19/15
Tutor
5.0
(173)
Knowledgeable Math, Science, SAT, ACT tutor - Harvard honors grad
I think the question isn't well stated. I think it should say:
"Find the probability that at most 2 individuals out of 14 children selected at random under 18 years of age lived with their father only."
Otherwise it doesn't really make sense.
OK... When they say "at most 2" it means that it could be 0, 1 or 2. Each of these is "mutually exclusive", which means that it can't be more than one number at the same time. That means you can find the probabilities of 0 children living with their father only, 1 and 2, and add the three probabilities together.
So when selecting n items, the probability that r of them will have a specific attribute is
n!
( Pyesr )( Pno(n-r) ) --------
r!(n-r)
Pyes is the probability that one item has the attribute.
Pno is the probability that one item does NOT have the attribute.
In this case, Pyes = 0.05 and Pno = 0.95.
So the probability that NONE of the children live with their father only is:
(0.05)0(0.95)14 * 14! / (0! * 14!) = 0.488
The probability that ONE of the children live with their father only is:
(0.05)1(0.95)13 * 14! / (1! * 13!) = 0.359
The probability that TWO of the children live with their father only is:
(0.05)2(0.95)12 * 14! / (2! * 12!) = 0.123
Adding the three probabilities together results in 0.970 or 97%