I have a question on poisson arrival times / gamma distribution that I just cannot understand as of now. Question: The times when goals are scored in a 60 minute match are modeled as a Poisson process. For such a process, assumed that the average time between goals are 15 minutes ($\lambda$= 1/15).
Assume that at least three goals are scored in a game. What is the mean time of the third goal?
Here is the answer given in the book I have (Introduction to Stochastic Processes with R):

I expected something on the form of E[$S_n$] = n / $\lambda$ but got something very different.. can someone explain the answer and why it is correct?
Thanks.
One can also rely on known properties :
Now if you know that $S_3=T_1+T_2+T_3$ has distribution $f(s)$ than $E[S_3|S_3<a]$ is equal to:
$E[S_3|S_3<a]=\frac{\int_0^a xf(x)dx}{\int_0^a f(x)dx}$,
which is your expression. As @Henry observed, this can be either numerically or analitically evaluated. For the analytical part, I would rely on Mathematica or Wolfram Alpha to make things quicker...