Solving this exercise right now:
New files arrive at an office according to a Poisson process with a rate of $5$ per hour.
a) What is the probability the office receives exactly two files between $2$ and $2$:$30$?
We record the arrival of the first five files on a certain day.
b) What is the probability that between every two consecutive files recorded, there's a gap of at least $12$ minutes?
c) What is the expected duration in minutes between the $2$nd and $4$th files?
I solved a) and b). For a), I simply did $P(X=2)$ with the rate being $2.5$ instead, and I got $0.257$. For b), I changed the rate to $1$ since that's the rate in intervals of $12$ minutes, and then I got $[P(X=0)]^4$, which is $0.0183$.
My problem is with c). Any idea on how to do that part?
The time between two jumps of a Poisson process has an exponential distribution. Since the Poisson process has independent increments then it will be just $2\,\mathbb{E}X=1/\lambda$