Just trying to get some properties straight. Was looking at a problem online which reads:
Let X be a random variable with mean μ and variance σ2. What is the variance of X/σ+10μ?
The solution of which is:
$Var(X/σ+10μ)=Var(X/σ)=Var(X)/σ2=1$.
I assume this means $Var(X/σ+10μ)$ expands to $Var(X/σ)$ + $Var(10μ)$, then implying $Var(10μ)=0$.
Next, I assume $Var(X/σ)$ expands to $Var(X)/Var(σ)$, implying $Var(σ)=σ^2$.
Is this correct? Are these universal properties for all distributions? Or am I way off target?
That is correct, but it's not generally true that $V(X+Y)=VX+VY$ unless $X,Y$ are uncorrelated. The result you're after uses two elementary properties of variances. For any constant $c$,
$$V(X+c)=VX$$
and
$$V(cx)=c^2 VX$$