n = 5
p = 0.62
(1 - p) = 0.38
As per binomial distribution formula
P(X=x)=Cxn×px×(1−p)n−x
We need to calculate P(X ≥ 1)
P(X≥1)=P(X=1)+P(X=2)+P(X=3)+P(X=4)+P(X=5)P(X≥1)=(C15×0.621×0.384)+(C25×0.622×0.383)+(C35×0.623×0.382)+(C45×0.624×0.381)+(C55×0.625×0.380)P(X≥1)=0.065+0.211+0.344+0.281+0.092P(X≥1)=0.993
Comments