Let X and Y be independent random variable each Poisson distributed with common parameter $\lambda$. Find the conditional probability $$P(Y=y|X+Y=z) \text{ for } y=0,1,...,z.$$
my method is: let $Z=X+Y$ and $X1=X$ ,after finding the joint pdf of $Z$ and $X$, $f_{X Z}(x,z)=\frac{\lambda^{2x+2y}\times e^{-2y}}{x!(x+y)!}$, and i will know the marginal PDF of $Z$, but I am stuck here, I dont know how to do this,$f_{Z}(z)=\int^z_0\frac{\lambda^{2x+2y}\times e^{-2y}}{x!(x+y)!}dx$, or is there another method to solve this question?