Binomial Distribution — Definition, Formula & Examples
A binomial distribution models the number of successes in a fixed number of independent trials, where each trial has exactly two outcomes (success or failure) and the same probability of success.
A discrete random variable follows a binomial distribution with parameters and , written , if counts the number of successes in independent Bernoulli trials, each with success probability . Its probability mass function is for , with mean and variance .
Key Formula
Where:
- = Total number of independent trials
- = Number of successes you want the probability for
- = Probability of success on a single trial
- = Binomial coefficient, equal to n! / (k!(n−k)!)
How It Works
To use the binomial distribution, first verify four conditions: (1) there is a fixed number of trials , (2) each trial is independent, (3) each trial has only two outcomes, and (4) the probability of success stays constant across trials. Once confirmed, plug , , and the desired number of successes into the binomial probability formula. The binomial coefficient counts how many different orderings of successes can occur among trials, while gives the probability of any single such ordering. For cumulative questions like "at most 3 successes," sum the individual probabilities from to .
Worked Example
Problem: You flip a fair coin 10 times. What is the probability of getting exactly 6 heads?
Identify parameters: Each flip is an independent trial with two outcomes. Here , , and .
Compute the binomial coefficient: Calculate the number of ways to choose 6 heads out of 10 flips.
Apply the formula: Substitute into the binomial probability formula.
Calculate: Since , multiply to get the final probability.
Answer: The probability of getting exactly 6 heads in 10 flips is approximately 0.205, or about 20.5%.
Another Example
Problem: A multiple-choice quiz has 8 questions, each with 4 choices. If you guess randomly on every question, what is the probability of getting exactly 3 correct?
Identify parameters: Each question is an independent trial with (one correct choice out of four). We have and .
Binomial coefficient: Count the number of ways to choose which 3 questions are answered correctly.
Apply the formula: Plug everything into the binomial formula.
Calculate: Evaluate each piece: and .
Answer: The probability of guessing exactly 3 out of 8 correct is approximately 0.208, or about 20.8%.
Visualization
Why It Matters
The binomial distribution is one of the most heavily tested topics in AP Statistics, appearing in both multiple-choice and free-response sections. Quality-control engineers use it to decide how many defective items to expect in a production batch. Medical researchers rely on it when analyzing the number of patients who respond to a treatment in a clinical trial of fixed size.
Common Mistakes
Mistake: Forgetting the binomial coefficient and only computing .
Correction: The term gives the probability of one specific ordering. You must multiply by to account for all possible arrangements of successes among the trials.
Mistake: Using the binomial distribution when trials are not independent.
Correction: Check independence before applying the formula. If outcomes affect each other (e.g., sampling without replacement from a small population), the binomial model does not apply.
