Solution
Since the sample size is fixed, i.e. n=7 and that the probability of picking a boy is constant for each trial (picking a baby boy) the binomial distribution is appropriate
P(X=r)= nCr Pr(1−P)n−r
P(X<3) =
7C0∗0.550∗0.457+7C1∗0.551∗0.456+7C2∗0.552∗0.455 =0.2745
The probability of getting fewer than 3 boys is 0.2745
Comments