Problem:
My solution: $$P(X=k\mid X+Y=n)=P(Y=n-k)=e^{-\lambda}\frac{\lambda^{n-k}}{(n-k)!}$$ Official Solution:
My question: How does the first equality even work. I suppose they are using the independence of $X$ and $Y$ to say something like:
$$P(X=k \cap X+Y=n)=P(X=k)P(Y=n-k)$$
But I don't think this is right because in this specific probability you do not know that $X=k$.
My question(2): Why is my answer wrong. These two expressions are definitely not equivalent, but I cannot see where I went wrong.

