SOLUTION: What is probability of having less than 3 boys in a family if there are four children total?

Algebra ->  Probability-and-statistics -> SOLUTION: What is probability of having less than 3 boys in a family if there are four children total?      Log On


   



Question 581798: What is probability of having less than 3 boys in a family if there are four children total?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
What is probability of having less than 3 boys in a family if there are four children total?
---
Binomial with n = 4 and p(boy) = P(girl) = 1/2
-----------------
P(0<= x <=2) = binomcdf(4,1/2,2) = 0.6875
------------
Cheers,
Stan H.