Assume customers arrive according to a Poisson process with rate $\lambda = 3$.
Given three customers arrive in the first hour, find the probability that the third customer arrives in the second half of the hour.
So that is if $X_3$ is the third arrival time: $P(X_3 \in [0.5,1] \mid N(1) = 3)$
and we have $X_3 \sim$ Gamma$(3,3)$.
To solve this I have cases : $\bigg \{X_1,X_2 \in [0,.5]$ and $X_3 \in [.5,1]\bigg\}$ or
$\bigg \{X_1 \in [0,.5]$ and $X_2,X_3 \in [.5,1]\bigg\}$ or $\bigg \{X_1,X_2, X_3 \in [.5,1] \bigg \}$
However, isn't there a way to solve this using the Uniform distribution?
Given that exactly three events were observed in the first hour, the distribution of their event times are independent and uniform over that hour. So the probability the third event occurs in the second half hour is equal to the complement of the probability that all three events occur in the first half hour. But the probability of all three events occurring in the first half hour is simply $(1/2)^3 = 1/8$; therefore, the desired answer is $1 - 1/8 = 7/8$.