By the given assumptions the occurrence of hurricanes can be modeled as success/failure trials, with success meaning that a hurricane occurs in a given year and occurring with probability p=0.05.
Thus, the probability that there are fewer than 3 hurricanes in a 20-year period is equal to the probability of having less than 3 successes in 20 success/failure trials with p=0.05.
By the binomial distribution, this probability is
P(X<3)=P(X=0)+P(X=1)+P(X=2)=
=(020)(0.05)0(0.95)20−0+(120)(0.05)1(0.95)20−1+
+(220)(0.05)2(0.95)20−2=
=(0.95)18(0.952+20(0.05)(0.95)+190(0.05)2)≈0.9245
0.92
Comments