The real random variables $X$ and $Y$ are independent and both have a Poisson distribution with the parameter 1, i.e. Po(1).
Find:
$$\mathbb{E}\left[ \left( 2^{2X}+2^{Y} \right)^2|X+Y \right]$$
Answer: $$\left(\frac{9}{2}\right)^{X+Y} +2\cdot 3^{X+Y}+\left(\frac{5}{2} \right)^{X+Y}$$
My steps: $$\left( 2^{2X}+2^{Y} \right)^2=2^{4X}+2^{2Y}+2\cdot 2^{2X+Y}=2^{4X}+2^{2Y}+2^{X+1}2^{X+Y}$$ Hence we have $$\mathbb{E}\left[ \left( 2^{2X}+2^{Y} \right)^2|X+Y \right]=2^{X+Y}\mathbb{E}\left[ 2^{X+1}|X+Y\right]+\mathbb{E}\left[ 2^{4X}|X+Y\right]+\mathbb{E}\left[ 2^{2Y}|X+Y\right]$$
So, if we know how to calculate $\mathbb{E}\left[ 2^{cX+d}|X+Y\right]$ for $c,d\in \mathbb{R}$, we'll get the answer, but I don't know how to do it. Please help.
However, if $X$ and $Y$ are not independent, then $E(X|Y)$ is usually a random variable.
– Vadim Omelchenko Sep 11 '15 at 07:39$\mathbb{E}(X|Y=s)=f(s)$ where $f$ is a function. And hence $f(Y)$ is a random variable. Hence $\mathbb{E}(X|Y)=f(Y)$ is a random variable.
– Vadim Omelchenko Sep 11 '15 at 07:49