Suppose $E(X) = 1$ and $V(X) = 0.95$. Let's say $C = 20+10X$. My textbook says:
$ E(C) = E(20+10X) = 20+10E(X) = 30$
$V(C) = V(20+10X) = 10^2V(X) = 95$
I understand how they did the expected value, but am a bit confused about the Variance. Can someone explain it to me?
There are some properties of variance that you should know (and also know how to prove). They should be mentioned in your textbook. For any random variable $Y$,
The second property is intuitive: variance is some measure of variability/spread, which does not change if we shift the random variable by a shift $c$. The first property can be read from the definition of variance; roughly, it is the average distance squared to the mean $\mathbb{E} Y$, so if you scale by $a$, this squared distance is scaled by $a^2$.
Applying this to your example, we have $$V(20+10X) = V(10X) = 10^2 V(X).$$