Question
Let $X$ and $Y$ be the number of accidents which will occur at each of two intersections over the next year. Suppose that $X$ and $Y$ are independent Poisson random variables , with means $a$ and $b$ respectively. Find the conditional distribution of the number of accidents which will occur at the first intersection over the next year, given the total number of accidents.
My working
Let $W = X + Y$
$\implies f_W(w) = \frac {(a + b)^w e^{-(a + b)}} {w!}$
$f_{X \mid W}(x \mid w) = \frac {f_{X, W}(x, w)} {f_W(w)}$
This is where I am stuck. I believe that, in order to find the conditional distribution of $X$ on $W$, I need the joint distribution of $X$ and $W$ - I know of no other way to approach the problem. However, I am not sure if I am given enough information to find this joint distribution. In particular, it is obvious that $X$ and $W$ are not independent. How should I continue? Any intuitive explanations will be greatly appreciated :)