Calls to a university’s admission information line are assumed to follow an exponential distribution with a mean of 8 minutes between each call.
- What is the probability of there being no calls in a given hour?
- What is the probability of at least 7 calls in a given hour?
I know the exponential distribution formula is $\lambda e^{-\lambda x}$. However I am now confused what to do next.


Let $N(t)$ denote the number of calls made to the information line by time $t$. The interperiod times between calls is (i.i.d.) exponentially distributed with mean 8. Let $\lambda$ denote the rate of the exponential distribution. Since $\lambda^{-1} = 8$, it follows that $\lambda = \frac{1}{8}$.
$N(t)$ is a counting process, but we can say more. Since the interperiod times between "arrivals" is iid exponential with rate $\lambda = \frac{1}{8}$, then $N(t)$ is a Poisson process. In particular, this means that $N(t)$ is distributed according to the distribution $\mathsf{Poisson}(\frac{t}{8})$.
Incidentally, the reason why we can reduce everything to $N(60)$ and not have to worry about terms like $N(60+t) - N(t)$ is because of the memorylessness property of the Poisson process.