How do I show that $$\text{Var}(aX+b)=a^2\text{Var}(X).$$ Since I am reading statistics for the first time, I don't have any idea how to start.
Thanks for helping me.
How do I show that $$\text{Var}(aX+b)=a^2\text{Var}(X).$$ Since I am reading statistics for the first time, I don't have any idea how to start.
Thanks for helping me.
On
Directly from the definition: $Var(aX)=E[(aX)^2] - E[(aX)]^2=E[a^2X^2]-E[(aX)]^2=a^2E[X^2]-(aE[X])^2=a^2E[X^2]-a^2E[X]^2=a^2(E[X^2]-E[X]^2)=a^2Var(X),$ where in the third and fourth equality, I have applied the linearity of Expectation, in the form $E[cX]=cE[X]$.
Next, observe $Var[Y+b]=Var(Y)$, with a similiar proof to the above, using directly the definition of $Var[Y]$, again.
Putting the two together, you have $Var(aX+b)= a^2Var(X)$. q.e.d.
See the solution is easy but at least you have to try once. Just applying the definition of variance you will get the desired result. Although I am writing the solution but please try by yourself.