Understanding Binomial Distribution: Sum Always Equals 1?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 3K views
aaaa202
Messages
1,144
Reaction score
2
Is quite easy to understand. What I don't understand though is this:
When you sum over all the binomial probabilities from i=0 to n you should get 1, as this corresponds to the total probability of getting any outcome. I just don't understand what it is, that guarantees that you always get one when you sum over:
Ʃ(p)i(1-p)n-i[itex]\cdot[/itex]K(n,i)
Why is this sum always equal to 1?
 
Physics news on Phys.org
The quick way is to note that the binomial coefficients are the coefficients of successive terms in the expansion of (x+y)^n (see binomial theorem). So your summation is the expansion of (p+(1-p))^n which is equal to 1 for any n.