Does $Y=a-bX$ work the same way as $Y=a+bX$ in terms of finding $\mathrm E[Y]$ and $\mathrm{var}[Y]$?
What I mean is, will $\mathrm E[Y] = a-b\mathrm E[X]$, similar to how when $Y=a+bX$, $\mathrm E[Y] = a+b\mathrm E[X]$? Does the variance of $Y$ stay the same too?
The variances would be the same in both cases, but the expectations would not:
$$Y=a-bX\implies\begin{cases}E[Y]=a-b E[X]\\V[Y]=b^2 V[X]\end{cases}$$
$$Y=a+bX\implies\begin{cases}E[Y]=a+b E[X]\\V[Y]=b^2 V[X]\end{cases}$$