I understand the proof, but I don't see why Bernoulli trials are mutually independent [...] is not necessary.
2026-03-27 11:45:27.1774611927
Probability: $N$ dependent Bernoulli trials?
325 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

There is a more elegant way to prove this. Making use of linearity of expectation we find:$$\mathbb E(B_1+\cdots+B_n)=\mathbb EB_1+\cdots+\mathbb EB_n=np$$ since $\mathbb EB_i=P(B_i=1)=p$ for every $i\in\{1,\dots,n\}$.
Linearity of expectation also works if the $B_i$ are not independent. So this route is not only (much) more elegant but also shows that independence is not necessary.
Advice: If $X$ has binomial distribution with parameters $n$ and $p$ then always think of it as a sum $X=B_1+\cdots+B_n$ where the $B_i$ are iid and have Bernoulli distribution with parameter $n$. In lots of situations that makes things more easy. This is one these situations.