Assume that customers arrive to a shop according to a Poisson process with intensity 2 customers/minute. Let $X(t)$ be the number of customers arriving in a time intervall [0,t].
a) Calculate P$(X(3) = 4)$
I figured I would use the gamma distribution and use $x = 3$.
$$\Gamma(4, 2) = \lambda e^{-\lambda x}\frac{(\lambda x)^{n-1}}{(n-1)!} = 72e^{-6} \approx 0.18$$
However the key says the answer is approximately $0.13$.
Why would you use a gamma distribution?
It is a Poisson process. Use a Poisson distribution.
$$X(t)\sim\mathcal{Pois}(2t)\quad\iff\quad\mathsf P(X(t){=}k)=\dfrac{(2t)^k\mathrm e^{-2t}}{k!}\cdot\mathbf 1_{k\in\Bbb N_0}$$