Probability: $N$ dependent Bernoulli trials?

325 Views Asked by At

I understand the proof, but I don't see why Bernoulli trials are mutually independent [...] is not necessary.

enter image description here

2

There are 2 best solutions below

9
On BEST ANSWER

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.

5
On

$E[ \sum_1^n X_i ] = \sum_1^n E[ x_i] = \sum_1^n E[ x_1] = n E[x_1] = np$