I just ran into the next problem: The random variables $X$ and $Y$ are independent, where $X \sim Normal(1,1)$ and $Y \sim Gamma(\lambda,p)$ with $E(Y) = 1$ and $Var(Y) = 1/2$ How do we find $E(X+Y)^3$ ?? I've tried a convolution, which leads to a really ugly looking integral from which I then have to get the third moment. I've tried characteristic functions and ran into the same problem, I'm sure there has to be some other easy way to solve this. Any ideas?
2026-04-05 21:16:45.1775423805
Third Moment of a Sum of Normal and Gamma
200 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Write $$\mathrm E\left[(X+Y)^3\right]=\mathrm E\left[X^3+3X^2Y+3XY^2+Y^3\right]$$ and use the fact that $X$ and $Y$ are independent, i.e. $$\mathrm E\left[X^pY^q\right]=\mathrm E\left[X^p\right]\mathrm E\left[Y^q\right].$$