Solution:
p=q=21
n=6
X∼Bin(n,p)
a) P(two tails)=P(X=2)=6C2(0.5)2(0.5)4=0.234375
b) At least 5 tails)=P(X≥5)=P(X=5)+P(X=6)
=6C5(0.5)5(0.5)1+6C6(0.5)6(0.5)0=6(0.5)6+(0.5)6=0.109375
c) P(The most 2 heads)=P(X≤2)=P(X=0)+P(X=1)+P(X=2)
=6C0(0.5)0(0.5)6+6C1(0.5)1(0.5)5+6C2(0.5)2(0.5)4=(0.5)6+6(0.5)6+15(0.5)6=0.34375
Comments