Problem:
$N_1, N_2$ are 2 independent Poisson random variables, where $N_i \sim \mathcal{P}(\lambda_i)$. Please calculate $E(N_1\mid N_1+N_2)$ and $E(N_1+N_2\mid N_1)$.
I stuck at $$E(N_1\mid N_1+N_2) = \sum_{i=0}^niP(N_1=i\mid N_1+N_2=n)=\sum_{i=0}^ni\binom{n}{i}\frac{\lambda_1^n\lambda_2^{n-i}}{{(\lambda_1+\lambda_2)}^n},$$ since I cannot simplify this formula.
Please help me (A totally different method is also fine.), thx.
It can be derived that $N_1|N_1 + N_2$ ~ $Bin(n,\frac{\lambda_1}{\lambda_1 + \lambda_2 })$ where $T = N_1 + N_2$ and $n$ is the observed value of $T$. i.e. $$P(N_1 = i|N_1 +N_2 = n) = \binom{n}{i}\frac{\lambda_1^i}{{(\lambda_1 + \lambda_2)}^i}*\frac{\lambda_2^{n-i}}{(\lambda_1 + \lambda_2)^{n-i}}$$
Therefore $$ E(N_1|N_1 +N_2) = n \frac{\lambda_1}{\lambda_1 + \lambda_2} $$
Since $N_1$ and $N_2$ are independent, $$E(N_1 + N_2|N_1) = E(N_1|N_1) + E(N_2|N_1)$$ $$\implies E(N_1 + N_2|N_1) = N_1 + E(N_2) = N_1 + \lambda_2$$