Let X= the number of heads: X∼Bin(n,p)
Given n=7,p=0.5
P(X≥4)=P(X=4)+P(X=5)
+P(X=6)+P(X=7)
=(47)(0.5)4(1−0.5)7−4+(57)(0.5)5(1−0.5)7−5
+(67)(0.5)6(1−0.5)7−6+(77)(0.5)7(1−0.5)7−7
=1281(35+21+7+1)=0.5
The probability of obtaining at least 4 heads is 0.5.
Comments