X is a binomial random variable with $n = 10000$ and $p = 60\%$ (hence $E(X) = 10000 * 60 = 6000$). Now Y is a transformed random variable with $Y = 100000 - 7X$.
I have to calculate the expected value $E(Y)$ and variance $V(Y)$ of Y.
For $E(Y)$ I thought of this: $E(Y) = E(100000 - 7X) = E(-7X) + 100000 = 100000 - E(7X) = 100000 - 7E(X) = 100000 - 7 * 6000 = 58000$
But how do I calculate $V(Y)$?
$$V(Y)=V(100000-7X)=7^2\cdot V(X)$$
I believe you can finish the exercise from here.