A binomial random variable counts the number of successes in a fixed number of independent trials, where each trial ends in success or failure and the probability of success stays the same. To find the chance of exactly successes, use or a calculator's binomial function.
Binomial AP Stats
In AP Stats, a binomial distribution models the number of successes in a fixed number of independent trials when each trial has two outcomes and the probability of success stays constant. Before using the formula, check the setting: fixed , independent trials, success/failure outcomes, and constant .
For exactly successes, use or binompdf(n, p, x). For at most a value, use binomcdf; for at least a value, use the complement when that is cleaner.

Why This Matters for the AP Statistics Exam
The binomial distribution is one of the most common discrete distributions you will use in AP Statistics. Recognizing when a setting is binomial, then calculating and interpreting probabilities, shows up across multiple-choice and free-response work. On free-response questions, writing the binomial setup clearly, plugging in the right values, and giving an answer with context all help you communicate complete reasoning. Getting comfortable here also sets you up for later units, where binomial counts connect to sampling distributions for proportions.
Key Takeaways
- A binomial random variable counts the number of successes in independent trials, each with only two outcomes.
- The probability of success must be the same on every trial, and the probability of failure is .
- Use for the chance of exactly successes.
- The binomial coefficient counts the number of ways to arrange successes among trials.
- A probability distribution can be built from the rules of probability or estimated with a simulation using a random number generator.
- Always interpret your final probability using units and the context of the problem.
What Makes a Setting Binomial
A binomial random variable (we will call it ) is a discrete random variable that counts the number of successes in a fixed number of independent trials. To recognize a binomial setting, check that all of these are true:
- There is a fixed number of trials, .
- Each trial is independent, so one outcome does not affect another.
- Each trial has only two outcomes: success or failure.
- The probability of success is the same on every trial, and the probability of failure is .
For example, suppose you flip a fair coin 10 times and want the probability of getting exactly 5 heads. Here counts the number of heads, , and , so the probability of failure is also .
Other situations that often fit a binomial model:
- Counting heads in a fixed number of coin flips.
- Counting how many patients respond positively to a treatment in a fixed-size group, when each response is independent with the same success chance.
- Counting defective items in a batch produced by the same process.
- Counting how many surveyed customers give a rating you define as a success.
In each case, you pick what counts as a "success" before you start, and that choice sets the value of .
Two Ways to Build a Probability Distribution
A probability distribution describes how likely each outcome is. You can construct one in two ways:
- Using the rules of probability. If you know a coin is fair, you can use probability rules to define the distribution for "heads" and "tails" directly.
- Estimating with a simulation. Use a random number generator to model the random event many times, count how often each outcome happens, and use those relative frequencies to estimate probabilities. The more trials you run, the closer your estimates tend to get to the true probabilities.
Which method you use depends on the situation and the information you have.
The Binomial Probability Formula
The probability that a binomial random variable has exactly successes in independent trials, with success probability , is:
The binomial coefficient is:
This counts the number of ways to choose which of the trials are the successes. The term is the probability of those successes, and is the probability of the failures.
You can also use the calculator functions binompdf and binomcdf:
- binompdf gives the probability of exactly one value, .
- binomcdf gives the cumulative probability, , meaning that value and everything below it.
How to Use This on the AP Statistics Exam
Problem Solving
When you set up a binomial probability, show the structure clearly:
- Identify , , and what represents.
- Write the expression with the formula, such as .
- Substitute the actual numbers.
- Give the final answer.
Showing the expression, substitution, and answer makes your reasoning easy to follow, which is important for clear exam work.
Common Trap
Watch the wording. "Exactly 3" means , but "at most 3" means and "at least 3" means . Choosing the wrong one is an easy way to lose points even when your formula is right.
Practice Problem
You are a marketing manager testing a new snack. You survey 10 people and ask each whether they like it, defining "likes the snack" as a success and "does not like it" as a failure.
Let be the number of people in the sample who like the snack. Because each person gives one of two outcomes and the number of trials is fixed at 10, is binomial with and (assuming liking and not liking are equally likely).
What is the probability that exactly 3 of the 10 people like the snack?
Answer
Interpretation in context: The probability that exactly 3 people out of 10 like the snack is about 0.117.
Common Misconceptions
- Binomial counts successes, not trials. is the number of successes, while is the fixed number of trials. Do not mix them up.
- The probability of success must stay constant. If changes from trial to trial, or trials affect each other, the setting is not binomial.
- binompdf and binomcdf are different. Use binompdf for exactly one value and binomcdf for that value plus everything below it.
- A "success" is just a label. Success does not mean a good outcome. It is whatever event you chose to count, like a defective item.
- More simulation trials does not guarantee the exact probability. Simulated estimates tend to get closer to the true probability as the number of trials grows, but they are still estimates.
- The exponents must add up to . In , the successes and failures together account for all trials, so check that and sum correctly.
Related AP Statistics Guides
Vocabulary
The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.Term | Definition |
|---|---|
binomial distribution | A probability distribution that describes the number of successes in a fixed number of independent trials, each with the same probability of success. |
binomial probability function | The formula P(X=x)=C(n,x)p^x(1-p)^(n-x) that calculates the probability of exactly x successes in n independent trials with probability of success p. |
binomial random variable | A random variable that counts the number of successes in a fixed number of repeated independent trials, where each trial has two possible outcomes. |
independent trials | Repeated experiments or observations where the outcome of one trial does not affect the outcome of any other trial. |
number of failures | The count of unfavorable outcomes in a sample, denoted as n(1-pฬ), used to verify the normality condition. |
number of successes | The count of favorable outcomes in a sample, denoted as npฬ, used to verify the normality condition. |
probability distribution | A function that describes the likelihood of all possible values of a random variable. |
probability of success | The constant probability p that an individual trial results in a success in a binomial experiment. |
random number generator | A tool or method used to randomly select items from a population for inclusion in a simple random sample. |
simulation | A method of modeling random events so that simulated outcomes closely match real-world outcomes, used to estimate probabilities. |
Frequently Asked Questions
What is a binomial distribution in AP Stats?
A binomial distribution models the number of successes in a fixed number of independent trials when each trial has two outcomes and the probability of success stays constant.
How do I know if a setting is binomial?
Check for a fixed number of trials, independent trials, two outcomes on each trial, and the same probability of success on every trial.
What is the binomial formula for AP Statistics?
For exactly x successes in n independent trials with success probability p, use P(X=x)=C(n,x)p^x(1-p)^(n-x).
When do I use binompdf vs binomcdf?
Use binompdf for exactly one value, such as P(X=3). Use binomcdf for at most a value, such as P(Xโค3). For at least a value, use a complement when it is simpler.
What does success mean in a binomial problem?
Success is just the outcome you choose to count. It does not have to be a good result; it could be a defective item, a correct answer, or a person with a certain trait.
How should I set up a binomial FRQ answer?
Define X, identify n and p, verify the binomial conditions if needed, write the probability expression or calculator command, and interpret the final probability in context.