Binomial Distribution: Average & Probability of ≥1 Success

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
aaaa202
Messages
1,144
Reaction score
2
The average if the binomial distribution with probability k for succes is simply:

<> = Nk

So this means that if <> = 1 the distribution function must be peaked around 1. In general when is it a good approximation (i.e. when is the function peaked sufficiently narrow) to say that the probability in N tries to have one or more succeses is simply:

P(≥1) = Nk

this obviously does not hold for Nk>1 but on the other hand I don't expect it to hold for small N. So my guess is when Nk is sufficiently small. Is that correct?
 
Physics news on Phys.org
Right so using the binomail theorem you find:

P(at least one success) = Nk - K(N,2)k2 + K(N,3)k3 - K(N,4)k4 + ...

So the question is when the first term dominates. I am guessing for sufficiently small k?