SOLUTION: What is the probability that if you have 8 kids, that at least 2 of them will be males? (Assume 7 births and P(male)=P(female)=.5 and births are independent events.)

Algebra ->  Probability-and-statistics -> SOLUTION: What is the probability that if you have 8 kids, that at least 2 of them will be males? (Assume 7 births and P(male)=P(female)=.5 and births are independent events.)      Log On


   



Question 187394: What is the probability that if you have 8 kids, that at least 2 of them will be males? (Assume 7 births and P(male)=P(female)=.5 and births are independent events.)
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
What is the probability that if you have 8 kids, that at least 2 of them will be males? (Assume 7 births and P(male)=P(female)=.5 and births are independent events.)
-------------
It's a binomial problem with n = 8,p = 1/2 ; 2 <= x <= 8
----------------------------------------------------------------
P(2 <= x <= 8) = 1 - binomcdf(8,0.5,1) = 0.9648
==================================================
Cheers,
Stan H.