SOLUTION: A couple wants to start a family. A doctor tells the couple based on many factors, the probability distribution for possible birts is given. G for girl and B for boy. Assume the pr
Algebra ->
Probability-and-statistics
-> SOLUTION: A couple wants to start a family. A doctor tells the couple based on many factors, the probability distribution for possible birts is given. G for girl and B for boy. Assume the pr
Log On
Question 572774: A couple wants to start a family. A doctor tells the couple based on many factors, the probability distribution for possible birts is given. G for girl and B for boy. Assume the probabilities don't change for any reason.
X P(X=x) G 5/9 B 3/8
What is the probability that within the first 7 births the family will have at least 2 boys? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! P(X=x) G 5/9 B 3/8
What is the probability that within the first 7 births the family will have at least 2 boys?
-----
Ans: P(2<= x <=7) = 1 - P(0<= x <=1) = 1 - [P(x = 0)+P(x = 1)]
-----
= 1 - [(3/8)^7 + 7C1(5/9)(3/8)^6]
---
= 1 - [0.001+ 0.0108]
----
= 1 - [0.0109]
----
= 0.9891
===================
Cheers,
Stan H.
===================