- 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.
๐ญ Hint When Stuck
Check the four conditions: fixed number of trials, two outcomes per trial, constant probability, and independence. Then use the formula P(X=k) = \binom{n}{k}p^k(1-p)^{n-k} or a calculator.
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.
What is the Binomial Distribution formula?
When do you use Binomial Distribution?
Check the four conditions: fixed number of trials, two outcomes per trial, constant probability, and independence. Then use the formula P(X=k) = \binom{n}{k}p^k(1-p)^{n-k} or a calculator.
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