U4.9 Binomial Distribution
Master the binomial distribution for AP Statistics: check BINS conditions, compute P(X=k), find mean and SD, and use binompdf/binomcdf on your calculator.
What you'll do in this lesson
A voice-first session with the Crimsora tutor on U4.9 Binomial Distribution, then targeted practice and FRQs — with the tutor adapting to where you get stuck.
What this lesson covers
How many free throws will a 78% shooter make in 10 attempts? How many defective chips appear in a batch of 20? Whenever you count successes in a fixed number of independent trials, you are working with a binomial distribution — one of the most tested ideas in AP Statistics Unit 4.
In this lesson you will learn to recognize a binomial setting using the BINS checklist, compute exact probabilities with the binomial formula, summarize the distribution with its mean and standard deviation, and speed everything up with the binompdf and binomcdf calculator commands. Getting comfortable here sets you up for the sampling distributions in Unit 5.
In this lesson you will learn to recognize a binomial setting using the BINS checklist, compute exact probabilities with the binomial formula, summarize the distribution with its mean and standard deviation, and speed everything up with the binompdf and binomcdf calculator commands. Getting comfortable here sets you up for the sampling distributions in Unit 5.
Recognizing a Binomial Setting: BINS
A random variable is binomial only when all four BINS conditions hold. Missing even one means it is not binomial.
The binomial variable counts the number of successes in those trials, so can take whole-number values from to .
A common misconception: students assume any yes/no scenario is binomial. But if you keep sampling until something happens (no fixed ), that is a geometric setting, taught in U4.11 — not binomial. Another trap is independence when sampling without replacement. Technically drawing cards without replacement changes each draw. The exam allows treating it as approximately binomial when the sample is less than 10% of the population (the 10% condition). Watch for wording like 'exactly 12 trials' (fixed , binomial) versus 'until the first success' (geometric).
| Letter | Condition | What to check |
|---|---|---|
| B | Binary | Each trial has exactly two outcomes: success or failure |
| I | Independent | The result of one trial does not affect another |
| N | Number fixed | The number of trials is set in advance |
| S | Same probability | The success probability is identical on every trial |
A common misconception: students assume any yes/no scenario is binomial. But if you keep sampling until something happens (no fixed ), that is a geometric setting, taught in U4.11 — not binomial. Another trap is independence when sampling without replacement. Technically drawing cards without replacement changes each draw. The exam allows treating it as approximately binomial when the sample is less than 10% of the population (the 10% condition). Watch for wording like 'exactly 12 trials' (fixed , binomial) versus 'until the first success' (geometric).
Computing P(X = k) with the Formula
The probability of getting exactly successes in trials isThe three pieces each have meaning. The combination counts how many different orders produce successes. The term is the probability of those successes, and is the probability of the remaining failures. Multiplying combines the arrangements with the probability of each arrangement.
For example, with and , the chance of exactly successes is .
The binomial coefficient explains why the distribution is symmetric when and skewed otherwise. When the distribution is skewed right; when it is skewed left. The exam often asks 'at least' or 'at most' questions, which require adding several values — this is where the calculator's cumulative command saves time. Always identify , , and exactly what count you want before plugging in.
For example, with and , the chance of exactly successes is .
The binomial coefficient explains why the distribution is symmetric when and skewed otherwise. When the distribution is skewed right; when it is skewed left. The exam often asks 'at least' or 'at most' questions, which require adding several values — this is where the calculator's cumulative command saves time. Always identify , , and exactly what count you want before plugging in.
Mean and Standard Deviation of a Binomial
Because a binomial variable is a sum of independent trials, its center and spread have clean formulas:The mean makes intuitive sense: if you shoot 10 free throws at , you expect about makes. The standard deviation measures typical variation around that mean, here makes.
A frequent error is to use or to forget the factor. Remember the variance is , and the SD is its square root. The spread is largest when and shrinks as approaches or , because outcomes become more predictable at the extremes.
The exam commonly pairs these formulas with an interpretation sentence. Be ready to write, in context, something like: 'In many groups of 10 shots, the number of makes typically varies by about 1.31 from the mean of 7.8.' Interpreting the standard deviation in context earns points that bare calculations do not.
A frequent error is to use or to forget the factor. Remember the variance is , and the SD is its square root. The spread is largest when and shrinks as approaches or , because outcomes become more predictable at the extremes.
The exam commonly pairs these formulas with an interpretation sentence. Be ready to write, in context, something like: 'In many groups of 10 shots, the number of makes typically varies by about 1.31 from the mean of 7.8.' Interpreting the standard deviation in context earns points that bare calculations do not.
Calculator: binompdf and binomcdf
Your calculator computes binomial probabilities directly, and you should show both the setup and the numeric answer on the exam.
For 'at least' or 'more than' questions, use the complement. For instance , and . Translating the words into the correct boundary is the skill graders test most.
A quick reference: 'fewer than 4' means , so use ; 'at least 4' means , so use . On free-response questions, name the command and its inputs, for example 'binomcdf(20, 0.1, 3)', rather than writing only calculator syntax with no labels. This shows the reader you chose the right distribution and boundary.
| Command | Computes | Use when the question says |
|---|---|---|
| 'exactly', a single value | ||
| 'at most', 'no more than', 'fewer than or equal' |
A quick reference: 'fewer than 4' means , so use ; 'at least 4' means , so use . On free-response questions, name the command and its inputs, for example 'binomcdf(20, 0.1, 3)', rather than writing only calculator syntax with no labels. This shows the reader you chose the right distribution and boundary.
Key terms
- Binomial setting.
- A situation satisfying BINS: binary outcomes, independent trials, a fixed number of trials, and the same success probability on each trial.
- Binomial random variable.
- The count of successes in independent trials, taking whole-number values from to .
- Success probability (p).
- The fixed probability that any single trial results in a success; must be identical across all trials.
- Binomial coefficient.
- , the number of distinct arrangements of successes among trials.
- 10% condition.
- When sampling without replacement, trials can be treated as approximately independent if the sample is less than 10% of the population.
- binompdf.
- Calculator command giving , the probability of exactly successes.
- binomcdf.
- Calculator command giving , the cumulative probability of at most successes.
Worked example
A basketball player makes 78% of her free throws. She attempts 10 free throws, and attempts are independent. Let be the number she makes. (a) Explain why is binomial. (b) Find . (c) Find the probability she makes at least 8. (d) Find and interpret the mean and standard deviation.
Part (a): Check BINS. Binary — each shot is made or missed. Independent — stated. Number fixed — attempts. Same probability — each shot. All four hold, so is binomial with , .
Part (b): Use the formula . Here , , and . Multiplying: . On the calculator this is binompdf(10, 0.78, 8).
Part (c): 'At least 8' means , so . Using the complement: .
Part (d): Mean makes. Standard deviation makes. Interpretation: over many sets of 10 attempts, she averages 7.8 makes, and the number of makes typically varies by about 1.31 from that average.
Part (b): Use the formula . Here , , and . Multiplying: . On the calculator this is binompdf(10, 0.78, 8).
Part (c): 'At least 8' means , so . Using the complement: .
Part (d): Mean makes. Standard deviation makes. Interpretation: over many sets of 10 attempts, she averages 7.8 makes, and the number of makes typically varies by about 1.31 from that average.
Practice questions
A quality inspector checks 20 randomly selected light bulbs from a large shipment in which 5% are defective. Let be the number of defective bulbs. Which expression gives the probability that at most 2 are defective?
Answer:
'At most 2' means , which is exactly what the cumulative command binomcdf returns at . binompdf would give only ; the complement expressions would give 'more than' probabilities. The sample of 20 is under 10% of the large shipment, so treating the trials as binomial is justified.
A multiple-choice quiz has 8 questions, each with 4 options, and a student guesses randomly on every question. Find the mean and standard deviation of the number of correct answers, and interpret the standard deviation in context.
Answer: correct answers and correct answers.
Each guess is a trial with and . The mean is correct answers. The standard deviation is . Interpretation: across many such randomly-guessed quizzes, the number of correct answers typically varies by about 1.22 from the average of 2.
A fair six-sided die is rolled 12 times. Let count the number of times a 6 appears. Find .
Answer: About .
This is binomial with , . Using the formula, . Equivalently, binompdf(12, 1/6, 3) gives roughly 0.197. Each roll is binary (6 or not), independent, fixed at 12 trials, with constant probability , so BINS is satisfied.
FAQ
- How do I know if a problem is binomial or geometric?
- Both involve independent success/failure trials with the same probability. The key difference is the count. Binomial fixes the number of trials in advance and counts successes. Geometric keeps going until the first success, so the number of trials is not fixed. If the problem says 'in 15 attempts' it is binomial; if it says 'until the first success' it is geometric.
- When can I treat sampling without replacement as binomial?
- Strictly, sampling without replacement makes trials dependent because changes after each draw. The AP exam lets you treat the setting as approximately binomial when your sample is less than 10% of the population, known as the 10% condition. This keeps the probability change small enough to ignore.
- What is the difference between binompdf and binomcdf?
- binompdf gives the probability of exactly successes, . binomcdf gives the cumulative probability of or fewer successes, . Use pdf for 'exactly' and cdf for 'at most'; for 'at least' or 'more than' use the complement, .
- Why is the standard deviation largest when p equals 0.5?
- The variance is maximized when because the product peaks there. Intuitively, outcomes are most unpredictable when success and failure are equally likely; as moves toward 0 or 1 the results become more certain, so the spread shrinks.
Learn this with a teacher, not a page
The Crimsora tutor teaches U4.9 Binomial Distribution live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.