For a binomial random variable with trials and success probability , the mean is and the standard deviation is . The mean tells you the expected number of successes, and the standard deviation tells you how much that count typically varies.
BINS Acronym for AP Stats
The BINS acronym helps you decide whether a situation is binomial before you use the formulas in AP Stats 4.11: Binary outcomes, Independent trials, fixed Number of trials, and the Same probability of success on each trial. If the setting fails one of those conditions, μ = np and σ = sqrt(np(1-p)) are not the right parameters to use.
Once BINS checks out, identify n and p, calculate the mean and standard deviation, and interpret both in context. For example, the mean is the expected number of successes in the fixed number of trials, not just a number floating by itself.

Why This Matters for the AP Statistics Exam
Binomial parameters show up when a problem counts successes in a fixed number of independent trials with the same probability each time. On the exam you may need to calculate the mean and standard deviation, then interpret what they mean for a real population or situation. Clear work matters here: show the formula structure, plug in the values, and finish with an interpretation that uses correct units and context. This skill also sets up later units, where the same np and np(1-p) ideas appear in sampling distributions and inference for proportions.
Key Takeaways
- A binomial setting needs four things: a binary outcome, independent trials, a fixed number of trials, and the same probability of success each trial (remember BINS).
- The mean of a binomial random variable is
μ = np, the expected number of successes. - The standard deviation is
σ = sqrt(np(1-p)), which measures typical variation in the success count. - These formulas only work when all binomial conditions are met.
- When sampling without replacement, the 10% condition (
n < 0.10N) lets you treat trials as close enough to independent. - A complete interpretation always includes units and the context of the situation.
Binomial Conditions: BINS
To model an event with the binomial distribution, it must meet four conditions:
- Binary: Each trial can be classified as a success or a failure.
- Independent: Trials must be independent. Knowing the outcome of one trial tells you nothing about any other trial.
- Fixed Number of trials: The number of trials
nis fixed in advance. - Same probability of success: The probability of success
pis the same on every trial.
The mnemonic BINS (Binary, Independent, Number, Same probability) helps you check all four.
If any condition fails, the event cannot be modeled with the binomial distribution. For example, suppose you want to count the number of heads in 10 flips of a biased coin where the probability of heads is 0.8 on the first flip, 0.6 on the second, and so on. The probability of success is not the same each trial, so a binomial model does not apply.
Mean and Standard Deviation of a Binomial Variable
These formulas only apply in binomial settings where all four conditions are met. If the conditions are not met, they will not correctly describe the random variable.
Let X be a binomial random variable representing the number of successes in n independent trials with probability of success p.
- Mean (expected value):
μ_X = np - Standard deviation:
σ_X = sqrt(np(1-p))
The mean is the expected number of successes over the long run. The standard deviation describes how much the count of successes typically varies from that mean.
Source: College Board (AP Statistics Formula Sheet and Tables)Quick Example
Suppose you roll a fair six-sided die 60 times and count the number of times you roll a 1. Here n = 60 and p = 1/6.
- Mean:
μ = np = 60 * (1/6) = 10. You expect about 10 ones in 60 rolls. - Standard deviation:
σ = sqrt(np(1-p)) = sqrt(60 * (1/6) * (5/6)) ≈ 2.89. The number of ones typically varies by about 2.89 from the mean of 10.
Notice how each answer is tied to the context (rolls of a die) and has a clear meaning.
Binomial Distributions in Statistical Sampling
When you take a random sample without replacement, trials are not perfectly independent, since removing one item changes the population slightly. The 10% condition gives a workaround: if your sample size n is less than 10% of the population size N (that is, n < 0.10N), the trials are close enough to independent to use a binomial model.
This works because a small sample relative to the population barely changes the probability of success from trial to trial. If the sample is too large a share of the population, the binomial model may not be appropriate.
How to Use This on the AP Statistics Exam
Problem Solving
- Confirm the setting is binomial first by checking BINS. If it fails, do not use these formulas.
- Identify
nandpclearly from the problem before plugging in. - Show the formula structure, substitute the values, then give the answer. For example, write
σ = sqrt(np(1-p)) = sqrt(60(1/6)(5/6))before the final number so your work communicates what you did.
Interpreting Answers
- For the mean, say something like "we expect about [μ] successes in [n] trials" using the real context.
- For the standard deviation, describe it as the typical amount the success count varies from the mean, again with units and context.
- A bare number with no context or units is an incomplete interpretation.
Common Trap
- Do not use
μ = nporσ = sqrt(np(1-p))for a non-binomial situation. If the probability of success changes between trials or the number of trials is not fixed, these formulas do not apply.
Common Misconceptions
- Thinking the standard deviation is
np(1-p). That expression is the variance. The standard deviation is its square root,sqrt(np(1-p)). - Forgetting to check conditions. The mean and standard deviation formulas only work in true binomial settings. Always run through BINS first.
- Skipping units and context in interpretations. Saying "the mean is 10" is not enough. Tie it to the situation, like "we expect about 10 ones in 60 rolls."
- Confusing the count with the proportion. The binomial random variable counts successes, not the proportion of successes. The mean
npis a count, not a percentage. - Assuming independence in sampling without replacement. Without the 10% condition, removing items changes the probabilities, so trials are not truly independent.
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. |
mean | The average value of a dataset, represented by μ in the context of a population. |
parameter | A numerical summary that describes a characteristic of an entire population. |
probability | The likelihood or chance that a particular outcome or event will occur, expressed as a value between 0 and 1. |
random variable | A variable whose value is determined by the outcome of a random phenomenon and can take on different numerical values with associated probabilities. |
standard deviation | A measure of how spread out data values are from the mean, represented by σ in the context of a population. |
Frequently Asked Questions
What does BINS stand for in AP Stats?
BINS stands for Binary outcomes, Independent trials, fixed Number of trials, and Same probability of success on each trial. You check BINS before using a binomial distribution model.
What are the mean and standard deviation of a binomial distribution?
For a binomial random variable with n trials and success probability p, the mean is μ = np and the standard deviation is σ = sqrt(np(1-p)).
When can I use the binomial parameter formulas?
Use μ = np and σ = sqrt(np(1-p)) only after the setting is binomial. The problem needs two outcomes, independence, a fixed number of trials, and the same probability of success each time.
How do I interpret np in context?
The value np is the expected number of successes in the fixed number of trials. A complete interpretation names the context and units, like expected correct guesses or expected defective items.
What is the 10% condition for binomial settings?
When sampling without replacement, the 10% condition says the sample size should be less than 10% of the population size so trials can be treated as approximately independent.
What is a common AP Stats mistake with binomial standard deviation?
A common mistake is using np(1-p) as the standard deviation. That expression is the variance; the standard deviation is the square root, sqrt(np(1-p)).
