Step 1:
For a random variable $Z = aX + bY + c$, where $X$ and $Y$ are independent random variables, the mean and standard deviation are given by:
Mean of $Z = a \cdot E[X] + b \cdot E[Y] + c$
Standard deviation of $Z = \sqrt{a^2 \cdot Var[X] + b^2 \cdot Var[Y]}$
Show more…