Variance of a Binomial Random Variable
Let
X ∼ Bin(n, p).
Write
X = I1 + · · · + In,
where the Ij are independent Bernoulli(p) random variables.
Each has variance
Var(Ij ) = p(1 − p).
Since the indicators are independent (*),
n
X
Var(X) =
Var(Ij ).
j=1
Therefore
Var(X) = np(1 − p).
(*): Note that we previously proved that the expected value of a sum of random variables is equal to the sum of
their expected values. However, this property does not generally hold for variance. In general, the variance of a
sum is not equal to the sum of the variances. Variances add only in the special case where the random variables
have zero covariance, that is, when they are uncorrelated. In particular, independence implies zero covariance, so
variances of independent random variables do add. We will study covariance, correlation, and independence in
more detail later. For a direct derivation of the variance of the Binomial distribution using its PMF, click here.
Arman Jahangiri
Summer 2026 32