SOLUTION: A family has five children. The probablilty of having a girl is 1/2. What is the probability of having no more than 3 boys?
Algebra ->
Probability-and-statistics
-> SOLUTION: A family has five children. The probablilty of having a girl is 1/2. What is the probability of having no more than 3 boys?
Log On
Question 62858: A family has five children. The probablilty of having a girl is 1/2. What is the probability of having no more than 3 boys? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A family has five children. The probablilty of having a girl is 1/2. What is the probability of having no more than 3 boys?
---------
P(0<=X<=3)= binomcdf(5,.5,3)=0.81
This from using a TI-83
another way is 1-[P(X=4)+P(X=5)]
P(x=4)=5C4(1/2)^5
P(x=5)=1/32
Cheers,
Stan H.