ABSTRACT
The Binomial Distribution models the number of successes in a fixed number of independent Bernoulli Trials, each with the same probability of success . Unlike a uniform distribution, the outcomes are not necessarily equally likely.
Bernoulli Trial
A Bernoulli Trial is a performance of an experiment with exactly two possible outcomes (e.g., flipping a coin, a part being defective or non-defective).
- Success with probability .
- Failure with probability .
Binomial Distribution Formula
For a particular number of trials and probability , the sample space is the set of integers . The probability of achieving exactly successes is:
Understanding the Components
- : The number of ways to choose which trials out of result in success.
- : The probability that specific trials result in success.
- : The probability that the remaining trials result in failure.
Examples
1. Fair Coins (Uniform Case)
When flipping fair coins, the probability of getting exactly Heads () is:
NOTE
Here, and . Since , which is , the formula simplifies to the ratio of successful sequences over total possible sequences ().
2. Biased Trials (Non-Uniform Case)
What if the coin isn’t fair? If a biased coin has and you flip it 10 times, the probability of getting exactly 7 Heads is:
Properties and Analysis
| Property | Formula |
|---|---|
| Sample Space | |
| Expected Value | |
| Variance |
Related Notes
- Independent Events: Trials must be independent for this distribution to apply.
- Expected Value: The average number of successes over trials.
- Linearity of Expectation: Used to easily derive by summing indicator variables.
- Geometric Distribution: Contrast this with the distribution where the number of trials is not fixed, but continues until the first success.