We have $X$ ~Poisson(a) and $Y$~Poisson(b), where $X$ and $Y$ are independent random variables. We are asked to calculate $P( X = k | X + Y = n)$ for $k$ between $[0,n]$. I know $(X + Y)$ is Poisson $(a + b)$, which is used in book's solution; however I use a different method.
I think that answer of this probability is equal to $P(Y = n-k)$; however answer in the book is different. If we are given that $X+Y = n$, the only way that $X = k$ is $Y = n-k$. Could you please explain what am I missing ? Thanks in advance.