$X$ and $Y$ are independent normal random variables and have the same moment-generating function and are thus identically distributed. Find the distribution of $Z$ where $Z=aX+bY$.
I have the MGF for $X$ and $Y$ :$M_X(t)=e^{{(t\mu_X)+t^2\sigma_X^2}/2}$ and $M_Y(t)=e^{{(t\mu_Y)+t^2\sigma_Y^2}/2}$.
Since they are identically distributed, can't I just replace $Y$ by $X$ and have $Z=(a+b)X$? That would make calculations a lot simpler.
Edit: Thanks for the pointers guys. So would the distribution for $Z$ then be $f_Z(x)=\frac{1}{\sqrt{2\pi}}(a\sigma_X+b\sigma_Y)e^{-x-(a\mu_X+b\mu_Y)^2/2(a^2\sigma_X^2+b^2\sigma_Y^2)}$?
Edit 2: Am I using the right assumption for my answer to the distribution of $Z$? That is, that I can just linearly combine the distributions for $X$ and $Y$?