Binomial Distribution vs Geometric Distribution
Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.
Binomial distribution
Random variables and distributions
The binomial distribution gives the probability of a set number of successes in a fixed number of independent trials with a constant success probability.
A binomial distribution counts successes across a fixed number of trials that are binary, independent, and identical in success probability. Write it : trials, success probability on each one, and the number of successes, which can be any whole number from 0 to . The probability of exactly successes is , where (n choose k) counts the orders in which those successes could fall. The mean is and the standard deviation is .
Flip a fair coin 10 times, so and . Then . The mean is heads and the standard deviation is heads.
Now the error that costs the most marks: "so the probability of 6 or more heads is 0.2051." It is not. That number is the probability of exactly 6. At least 6 means 6, 7, 8, 9 or 10, and adding those five probabilities gives 0.3770, nearly double. Circle the words at least, at most, more than and fewer than before any arithmetic starts, because the formula answers only the exactly question and every other question is assembled out of it.
Independence is the condition that breaks most often in practice. Deal 10 cards from a deck without replacement and the chance of a heart shifts with every card removed, so the count of hearts is not binomial. It is close enough to treat as binomial when the sample is a small fraction of the population, which is what the 10 percent condition checks.
The binomial distribution is topic 2.10 of Unit 2, Probability, Random Variables, and Probability Distributions.
Geometric distribution
Random variables and distributions
The geometric distribution models the number of independent trials up to and including the first success, when each trial has success probability p.
The geometric distribution describes the trial on which the first success arrives, in a run of independent trials that each succeed with the same probability . Its values are 1, 2, 3 and onward with no upper limit, the probabilities are , and the summaries are (mu-X, the mean) and (sigma-X).
Roll a fair die until the first 6, so . The first 6 lands on roll 3 with probability , the mean is rolls, and the standard deviation is rolls, nearly as large as the mean itself.
"The mean is 6, so the first 6 usually turns up somewhere around roll 6" is wrong three times over. The most likely single trial is the first one, , and every later trial is less likely than the one before it. The median is 4, since and . And the mean sits above the median because the right tail runs forever: by roll 6, the mean itself, only of runs have finished.
The distribution also forgets. Roll ten times with no 6 and the count of further rolls you need still has mean 6, exactly as it did at the start, because the die keeps no record. "I am due for a 6" has no arithmetic behind it.
College Board removed the geometric distribution from AP Statistics with the Fall 2026 revision, on its published list of removed topics, so it is not assessed on the exam that first runs in May 2027. It stays standard college material, and reading a waiting-time setting correctly is still how you rule out a binomial one, which is assessed at topic 2.10 of Unit 2.