BINOMIAL DISTRIBUTION
Back to GlossaryDefinition
A probability distribution describing the number of successes in fixed independent trials.
Summary
The binomial distribution is a fundamental probability distribution that models situations where you perform a fixed number of independent trials, each with only two possible outcomes (success or failure), and the probability of success remains constant across all trials. Think of it as counting how many times you get your desired outcome when you repeat the same yes/no experiment multiple times. For example, if you flip a coin 10 times, the binomial distribution tells you the probability of getting exactly 3 heads, or 7 heads, or any other number of heads.
Usage Context
Essential for understanding discrete probability models, quality control in manufacturing, medical trial analysis, survey sampling, and as a foundation for understanding when normal approximation is appropriate for large sample sizes.
Common Confusions
- Confusing binomial with normal distribution when sample size is large
- Forgetting that trials must be independent
- Assuming success probability can change between trials
- Mixing up binomial with geometric distribution
- Not recognizing when to use binomial vs. hypergeometric distribution
- Confusing the number of trials (n) with the number of successes (x)