why add variance but not standard deviation

290 Views Asked by At

I'm curious, when calculating the sum of two distribution, why do we add variance of two distribution but can't add standard deviation of two distribution?

Does it have something to do with the pythagorean theorem?

1

There are 1 best solutions below

0
On BEST ANSWER

$$a^2=b^2+c^2$$ $$\implies a=\sqrt{b^2+c^2}\neq b+c$$

Just replace $b^2$ and $c^2$ with the respective variances: $\sigma_X^2$ and $\sigma_Y^2$, and with $a^2$ being $\sigma_{X+Y}^2$