| Study Guides
AP · Introduction to the Binomial Distribution · 14 min read · Updated 2026-05-10

Introduction to the Binomial Distribution — AP Statistics Study Guide

For: AP Statistics candidates sitting AP Statistics.

Covers: Four conditions for a binomial setting, definition of a binomial random variable, the binomial probability formula, mean and variance of a binomial distribution, and calculation of individual and cumulative binomial probabilities for AP exam contexts.

You should already know: Basic probability rules for independent events, definition of discrete random variables, how to calculate the mean and variance of a discrete probability distribution.

A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Statistics style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.


1. What Is Introduction to the Binomial Distribution?

The binomial distribution is the most commonly tested discrete probability distribution on the AP Statistics exam. It is part of Unit 4: Probability, Random Variables, and Probability Distributions, which accounts for 10-15% of the total AP exam score, and this specific topic makes up roughly 1-2% of total exam points. It appears in both multiple-choice (MCQ) and free-response (FRQ) sections, often as a standalone question or as a foundation for later inference about proportions.

A binomial distribution describes the probability of getting exactly k successes (a defined binary outcome) in a fixed number of n independent trials, where the probability of success p is constant across all trials. It is a discrete distribution, meaning it only takes whole-number values from 0 to n. It is sometimes called the distribution of a Bernoulli process, since each individual trial is a simple Bernoulli trial with two outcomes. On the AP exam, you will be expected to verify binomial conditions, calculate probabilities for specific values or ranges of successes, and find the expected value and standard deviation of the distribution.

2. The Binomial Setting and Binomial Random Variable

All binomial distribution problems start with verifying that the scenario meets the four required conditions for a binomial setting, commonly remembered by the acronym BINS:

  • B = Binary outcomes: Every trial has exactly two possible outcomes, labeled "success" (the outcome we count) and "failure" (the other outcome). Success does not have to be a positive event, it is just the outcome we are interested in counting.
  • I = Independent trials: The outcome of one trial does not change the probability of outcomes on any other trial. If you sample without replacement from a finite population, the 10% rule applies: if your sample is less than 10% of the total population, you can treat trials as approximately independent.
  • N = Fixed Number of trials: The number of trials n is set before you start collecting data, and it does not depend on the outcomes of the trials.
  • S = Same probability of success: The probability of success p is identical for every trial.

A binomial random variable X is defined as the count of successes in a binomial setting, so X can take any integer value from 0 to n, and is written in standard notation as , meaning "X follows a binomial distribution with parameters n and p".

Worked Example

Problem: A city park department plants 20 new oak trees in a public park. Based on past data, any new oak tree has a 75% chance of surviving its first winter. Each tree's survival is independent of other trees. Let X be the number of trees that survive the first winter. Confirm whether X is a binomial random variable using the BINS conditions.

  1. Check Binary outcomes: Each tree either survives (success) or dies (failure), so there are only two outcomes per trial. This condition is satisfied.
  2. Check Independent trials: The survival of one tree does not affect the survival of another, so trials are independent. This condition is satisfied.
  3. Check Fixed Number of trials: 20 trees were planted before winter, so the number of trials is fixed at n=20. This condition is satisfied.
  4. Check constant probability of success: Every tree has the same 75% (p=0.75) chance of survival, so p is constant. All conditions are satisfied.

Conclusion: X is a binomial random variable with .

Exam tip: On the AP exam, you must explicitly name and verify all four BINS conditions to earn full credit on verification questions — skipping one condition will cost you a point.

3. Calculating Binomial Probabilities

Once you confirm a setting is binomial, you can calculate the probability of getting exactly k successes using the binomial probability formula. The formula has two intuitive parts:

  1. First, we need to count how many different sequences of k successes and (n-k) failures exist in n trials. This is given by the combination (n choose k), which counts the number of ways to choose positions for the k successes out of n total trials. The combination formula is:
  2. Second, each sequence of k successes and (n-k) failures has a probability of , since each trial is independent.

Putting these together gives the binomial probability mass function: for . For cumulative probabilities (probability of getting at most, or at least, k successes), you sum individual probabilities: and .

Worked Example

Problem: For the oak tree example above (), what is the probability that exactly 16 trees survive the first winter? Round to four decimal places.

  1. Identify parameters: , , , .
  2. Calculate the combination: .
  3. Calculate the probability term: .
  4. Multiply to get the final probability: .

Exam tip: You can use the combination and probability functions on your AP-approved calculator to get probabilities directly, but you must still write down the formula with the correct values of n, k, and p substituted to earn full credit on FRQs.

4. Mean and Variance of a Binomial Distribution

Since a binomial random variable is just the sum of n independent Bernoulli trials (each with mean p and variance ), we can derive simple formulas for the mean (expected value) and variance of a binomial distribution, no need to calculate from the full probability table.

The mean (expected number of successes) is: The intuition here is straightforward: if you have n trials each with a p chance of success, you expect np successes on average. The variance is: And the standard deviation is the square root of the variance: These formulas are frequently tested directly on the AP exam, often in FRQ parts that ask for an expected value and standard deviation before moving on to inference.

Worked Example

Problem: A coffee shop knows that 28% of customers order a dairy alternative milk with their drink. On a given day, the shop has 115 customers. Assuming orders are independent, what are the expected value and standard deviation of the number of customers who order a dairy alternative milk that day? Round to two decimal places.

  1. Verify binomial conditions: Binary (orders dairy alternative = success, does not = failure), independent orders, fixed n=115, constant p=0.28. So .
  2. Calculate expected value: .
  3. Calculate variance: .
  4. Calculate standard deviation: .

Conclusion: The expected number of customers ordering a dairy alternative is 32.20, with a standard deviation of 4.82.

Exam tip: Always interpret the expected value in context if asked: for this example, "If we observed many days with 115 customers, we would expect an average of 32.2 customers to order a dairy alternative".

5. Common Pitfalls (and how to avoid them)

  • Wrong move: Claiming a distribution is binomial when the number of trials is not fixed (e.g., counting trials until the first success, where n stops at the first success). Why: Students confuse stopping rules for geometric distributions with fixed n for binomial. Correct move: Always check the fixed n condition explicitly: if the number of trials is determined by the outcome, it is not binomial.
  • Wrong move: Using the binomial distribution for sampling without replacement when the sample is more than 10% of the population. Why: Students assume independence always holds, but sampling without replacement changes p between trials. Correct move: Always check the 10% condition when sampling without replacement: if n > 0.1 * population size, do not use binomial.
  • Wrong move: Calculating as instead of . Why: Students forget that "at least 2" excludes all values less than 2, not all values less than or equal to 2. Correct move: Write out the values you are including to confirm: .
  • Wrong move: Swapping n and k in the combination formula, calculating instead of . Why: Students misremember which number corresponds to which value. Correct move: Always label n as total trials and k as number of successes before writing the combination.
  • Wrong move: Reporting variance when asked for standard deviation, or vice versa. Why: Students mix up formulas and do not read the question carefully. Correct move: Circle the word "mean", "variance", or "standard deviation" in the question prompt before starting calculations.

6. Practice Questions (AP Statistics Style)

Question 1 (Multiple Choice)

A small app development company knows that 12% of its beta testers find a critical bug in new updates. The company sends a new update to 18 randomly selected beta testers. The total pool of beta testers is 250, so the sample is less than 10% of the population. Let X be the number of beta testers who find a critical bug. What is ? A) 0.117 B) 0.215 C) 0.275 D) 0.785

Worked Solution: First, confirm X is binomial with , . Calculate . Then (0.88)^16 \approx 0.1245$, so 153 * 0.0144 * 0.1245 ≈ 0.274, which rounds to 0.275. The correct answer is C.


Question 2 (Free Response)

A large community college reports that 45% of its first-year students live off-campus. A researcher selects a random sample of 15 first-year students. (a) Confirm that X, the number of first-year students in the sample who live off-campus, is a binomial random variable. (b) Calculate the probability that exactly 6 students in the sample live off-campus, rounded to four decimal places. (c) Calculate the probability that more than 8 students in the sample live off-campus, rounded to four decimal places.

Worked Solution: (a) Verify BINS conditions: 1. Binary: each student either lives off-campus (success) or on-campus (failure). 2. Independent: sample size 15 < 10% of the total population of first-year students, so independence holds. 3. Fixed n=15 trials set before sampling. 4. Constant p=0.45 probability of success. All conditions are satisfied, so X is binomial. (b) , k=6. . . (c) "More than 8" means . Summing cumulative probabilities from k=0 to 8 gives , so .


Question 3 (Application / Real-World Style)

A wildlife biologist estimates that 30% of wild wolves in a region carry a specific genetic marker. She captures and tests 30 unrelated wolves from the region, with genotypes independent across wolves. Calculate the expected number of wolves that carry the marker, and the probability that at least 12 of the 30 wolves carry the marker. Interpret your probability result in context.

Worked Solution: X ~ B(30, 0.30). Expected number of wolves with the marker is . To find . Summing cumulative probabilities from k=0 to 11 gives , so . Interpretation: If the biologist repeated this sampling process many times with 30 wolves each time, approximately 15.75% of samples would have 12 or more wolves carrying the genetic marker.

7. Quick Reference Cheatsheet

Category Formula Notes
BINS Conditions Binary, Independent, Fixed n, Constant p First check for all binomial problems; verify each condition explicitly on FRQs
n Choose k Counts the number of ways to get k successes in n trials
Binomial Notation X follows a binomial distribution with n trials, p probability of success
Probability of Exactly k Successes Valid only for k = 0, 1, ..., n and confirmed binomial settings
Probability of At Most k Successes Cumulative probability for ranges of outcomes
Probability of At Least k Successes Always subtract cumulative probability for k-1, not k
Expected Value (Mean) Expected number of successes in n trials
Variance Variance of the count of successes
Standard Deviation Standard deviation of the count of successes
10% Condition Allows binomial approximation for sampling without replacement from finite population of size N

8. What's Next

Mastering the binomial distribution is a critical prerequisite for all subsequent topics that involve counting successes in random trials. Next you will study the geometric distribution, which describes the number of trials until the first success in a series of Bernoulli trials; without understanding the BINS conditions and properties of binary trials, you will not be able to distinguish between binomial and geometric distributions, a common AP multiple-choice topic. Binomial distributions also form the entire foundation for inference for proportions later in the course: all confidence intervals and hypothesis tests for population proportions rely on the fact that the number of successes in a random sample is a binomial random variable. Follow these topics next to build on your knowledge: Geometric Distributions Normal Approximation to the Binomial Inference for One Proportion Discrete Random Variables

← Back to topic

Stuck on a specific question?
Snap a photo or paste your problem — Ollie (our AI tutor) walks through it step-by-step with diagrams.
Try Ollie free →