- Home
- /
- Math
- /
- Statistics & Probability
- /
- Binomial Distribution
Binomial Distribution
Also known as: Bernoulli trials, B(n,p)
Grade 9-12
View on concept mapThe probability distribution of the number of successes in n independent yes/no trials, each with probability p. Models quality control, medical trials, polling, and any repeated yes/no experiment.
Definition
The probability distribution of the number of successes in n independent yes/no trials, each with probability p.
💡 Intuition
Flip a biased coin n times—how many heads? The binomial distribution gives the probability of each count.
🎯 Core Idea
Each trial is independent with same probability. Count the successes, not the order.
Example
Formula
Notation
X \sim B(n, p) reads 'X follows a binomial distribution with n trials and success probability p'
🌟 Why It Matters
Models quality control, medical trials, polling, and any repeated yes/no experiment.
Formal View
Related Concepts
🚧 Common Stuck Point
The \binom{n}{k} counts the arrangements—without it you'd only get one specific order's probability.
⚠️ Common Mistakes
- Applying the binomial model when trials are not independent — drawing cards without replacement violates independence
- Forgetting the \binom{n}{k} coefficient and computing only p^k(1-p)^{n-k}, which gives the probability of one specific sequence
- Using the binomial distribution when the number of trials is not fixed — if counting trials until a success, use the geometric distribution
Go Deeper
Frequently Asked Questions
What is Binomial Distribution in Math?
The probability distribution of the number of successes in n independent yes/no trials, each with probability p.
Why is Binomial Distribution important?
Models quality control, medical trials, polling, and any repeated yes/no experiment.
What do students usually get wrong about Binomial Distribution?
The \binom{n}{k} counts the arrangements—without it you'd only get one specific order's probability.
What should I learn before Binomial Distribution?
Before studying Binomial Distribution, you should understand: binomial coefficient, probability, independent events.
Prerequisites
Next Steps
Cross-Subject Connections
How Binomial Distribution Connects to Other Ideas
To understand binomial distribution, you should first be comfortable with binomial coefficient, probability and independent events. Once you have a solid grasp of binomial distribution, you can move on to normal distribution.
Interactive Playground
Interact with the diagram to explore Binomial Distribution