Given two independent Poisson random variables $X$ and $Y$ with parameters $\lambda_{x}$ and $\lambda_{y}$ what is the $E[X|X+Y]$
I know that $X+Y$ is Poisson distributed with parameter $\lambda_{x}+\lambda_{y}$
I also know that $P[X=x|X+Y=k]$ is binomial with parameters $n=x+y$ and $$p= \frac{\lambda_{x}}{\lambda_{x}+\lambda_{y}}$$
So can I directly use that to find the expected value?