Let X denote number of girls in n=5 independent births, where each has a probability p=0.5.
We denote:
Binomial(n=5,p=0.5)Probability of x number of girls is:
P(X=x)=n!/(x!(n−x)!)∗px∗(1−p)n−x Then the probability of a family with 5 children having 4 girls is
P(X=4)=5!/(4!(5−4)!)∗0.54∗(1−0.5)5−4=0.15625=5/32
Comments