Earthquake wait time

Suppose the San Andreas fault produces major earthquakes modeled by a Poisson process, with an average of 1 major earthquake every 100 years.

(a) What is the probability that there will not be a major earthquake in the next 20 years?

(b) What is the probability that three earthquakes will strike within the next 20 years?

Solution

(a)

Since the average wait time is 100 years, we set λ=0.01 earthquakes per year. Set XExp(0.01) and compute:

P[X>20]=eλ20e0.01200.82

(b)

The same Poisson process has the same λ=0.01 earthquakes per year. Set XErlang(3,0.01), so:

fX(t)=λ(1)!t1eλt(0.01)3(31)!t31e0.01t1062t2e0.01t

Now compute:

P[X20]=020fX(x)dx0201062t2e0.01tdt0.00115