Let binomial random variable X denotes the number of boys in the family: X∼B(n,p).
Since boy and girl child have equal probability, then p=q=0.5.
Given n=5. Then X∼B(5,0.5)
i.
P(X≥1)=1−P(X<1)=1−P(X=0)
=1−(05)(0.5)0(0.5)5−0=0.96875 96.875 %
ii.
P(X=5)=(05)(0.5)5(0.5)5−5=0.03125 3.125 %
iii.
P(X≥3)=P(X=3)+P(X=4)+P(X=5)
=(35)(0.5)3(0.5)5−3+(45)(0.5)4(0.5)5−4
+(55)(0.5)5(0.5)5−5=(10+5+1)(0.5)5=0.5
50 %
Comments