Loading
Modeling the number of successes in a fixed number of independent trials with constant probability.
Long before statisticians formalized hypothesis testing or confidence intervals, mathematicians grappled with a deceptively simple question: if the probability of a particular outcome on any single trial is known, how can we predict the number of times that outcome will occur across many trials? This problem arose naturally in gambling, insurance, and early scientific inquiry, and its resolution gave birth to one of the most important discrete probability distributions in all of statistics — the binomial distribution. Understanding its historical roots helps illuminate why the binomial model remains central to probability theory and why it appears so frequently on the AP Statistics exam.
The central question the binomial distribution addresses is straightforward yet powerful: given n independent trials, each with the same probability p of success, what is the probability of obtaining exactly k successes? Answering this question requires combining the algebra of combinations with the multiplication rule for independent events, and doing so yields a formula of remarkable elegance and broad applicability.
Before applying the binomial model, you must verify that the experimental setup satisfies four conditions often remembered by the acronym BINS. These conditions are not mere formalities; violating any one of them invalidates the entire probability model and can lead to seriously incorrect conclusions. The AP exam regularly tests whether students can correctly identify binomial settings and explain why a given scenario does or does not qualify.
When all four BINS conditions are satisfied, we say the random variable X — the count of successes — follows a binomial distribution with parameters n and p, written compactly as X ~ B(n, p). The possible values of X are the integers 0, 1, 2, …, n.
A probability histogram is the standard way to visualize a discrete distribution. The following diagram shows the binomial probability distribution for n = 10 and p = 0.5, where each bar's height represents P(X = k). Notice how the distribution is perfectly symmetric when p = 0.5, centered at np = 5, and tapers off toward the extremes.
Several features of this histogram deserve emphasis. First, the tallest bar appears at k = 5, confirming that the most probable outcome is five successes in ten trials when each trial is equally likely to succeed or fail. Second, the probabilities decrease symmetrically as k moves away from the center — obtaining 0 or 10 successes is extremely rare (about 0.1%). Third, the sum of all bar heights equals 1, as required by any legitimate probability distribution. When p ≠ 0.5, the distribution becomes skewed — right-skewed when p < 0.5 and left-skewed when p > 0.5.
The binomial probability formula emerges from combining two ideas: the multiplication rule for independent events (to compute the probability of one specific sequence of successes and failures) and combinatorics (to count how many such sequences exist). The derivation is both accessible and instructive at the AP level.
Consider n independent Bernoulli trials, each with success probability p and failure probability q = 1 − p. For any specific sequence containing exactly k successes and (n − k) failures, the probability is pk × qn−k (by the multiplication rule for independent events). However, those k successes can occur in any of C(n, k) arrangements, and since these arrangements are mutually exclusive, we sum to obtain the total probability.
binompdf(n, p, k) to compute P(X = k) and binomcdf(n, p, k) to compute P(X ≤ k). These are found under 2nd → DISTR. On the AP exam, you should name the distribution and the parameters in your work, then report the calculator output.The shape of a binomial distribution depends critically on both n and p. Understanding this relationship is essential for interpreting binomial probabilities and for anticipating when the normal approximation becomes appropriate. The diagram below compares three binomial distributions that share the same n = 10 but have different values of p.
The visual relationship between p and skewness has an elegant algebraic explanation: the distribution for B(n, p) is the mirror image of B(n, 1 − p), because relabeling 'success' and 'failure' swaps p and 1 − p. This is why the histogram for p = 0.2 is the reflection of the histogram for p = 0.8 across the midpoint of the k-axis.
| Parameters | Mean (μ) | Std Dev (σ) | Shape |
|---|---|---|---|
| n = 10, p = 0.2 | 2 | ≈ 1.265 | Right-skewed |
| n = 10, p = 0.5 | 5 | ≈ 1.581 | Symmetric |
| n = 10, p = 0.8 | 8 | ≈ 1.265 | Left-skewed |
| n = 50, p = 0.5 | 25 | ≈ 3.536 | Approximately normal |
A pharmaceutical company reports that 70% of patients who take a new allergy medication experience symptom relief. A clinic administers the medication to 15 randomly selected patients. Find the probability that exactly 12 patients experience relief, then find the mean and standard deviation of the number of patients who experience relief.
binompdf(15, 0.70, 12) returns approximately 0.1700, confirming our hand calculation. Always verify your work with the calculator on the AP exam, but show your setup (distribution name, parameters, and the probability statement) to earn full credit.The binomial distribution is one of the most widely applicable models in statistics, but like any model, it rests on assumptions that may or may not hold in practice. Recognizing when those assumptions are reasonable — and when they break down — is just as important as knowing how to calculate binomial probabilities. The AP exam frequently presents scenarios that look binomial at first glance but subtly violate one of the BINS conditions.
| Strengths | Limitations |
|---|---|
| Simple two-parameter model (n and p) that is easy to specify and communicate. | Requires strict independence; correlated trials (e.g., disease spread through a household) violate this assumption. |
| Exact probabilities are available via the formula or calculator commands (binompdf, binomcdf). | Sampling without replacement from a small population changes p from trial to trial; use the hypergeometric distribution instead or verify the 10% condition. |
| Well-characterized mean (np) and standard deviation (√(npq)) allow quick summary statistics. | Only models count data with a fixed ceiling n; if the number of trials is not fixed, consider geometric or negative binomial models. |
| Normal approximation extends its usefulness to large n, simplifying cumulative calculations. | Assumes constant probability p; situations where conditions change (learning effects, fatigue) require more complex models. |
The binomial distribution does not exist in isolation; it is part of a rich family of probability distributions, and understanding its relationships to other distributions deepens conceptual mastery and helps you select the correct model on the AP exam. Several of these connections become the basis for entire later units in AP Statistics, so building the intuition now is strategically valuable.
| Related Distribution | Relationship to Binomial | When to Use Instead |
|---|---|---|
| Bernoulli | A binomial with n = 1. Each individual trial in a binomial experiment is a Bernoulli trial. | When analyzing a single yes/no trial (one coin flip, one patient). |
| Geometric | Counts the number of trials until the first success, rather than successes in a fixed number of trials. | When you want to know how many trials until a success occurs (e.g., how many calls until a sale). |
| Normal | When np ≥ 10 and n(1 − p) ≥ 10, the binomial is well approximated by N(np, √(np(1−p))). This is the basis of the Large Counts condition for inference. | For quick cumulative probability calculations with large n, or for constructing confidence intervals for proportions. |
| Hypergeometric | Models successes when sampling without replacement from a finite population (p changes each trial). | When the 10% condition fails — sampling more than 10% of a finite population without replacement. |
Looking ahead in the AP Statistics curriculum, the binomial distribution plays a pivotal role in inference for proportions. When you construct a confidence interval or perform a hypothesis test for a population proportion, the underlying count of successes is modeled as binomial, and the Large Counts condition (np ≥ 10 and n(1 − p) ≥ 10) is precisely the condition under which the normal approximation to the binomial is sufficiently accurate. Understanding this connection will make the inference chapters feel like natural extensions of what you learn here, rather than unrelated new material.
The binomial distribution models the count of successes X in n independent trials, each with the same probability p of success. The four BINS conditions — Binary outcomes, Independent trials, fixed Number of trials, and Same probability — must be verified before applying the model. The probability formula P(X = k) = C(n, k) × pk × (1 − p)n−k combines the binomial coefficient with the multiplication rule for independent events.
Key summary statistics include the mean μ = np and the standard deviation σ = √(np(1 − p)). The distribution's shape depends on p: symmetric when p = 0.5, right-skewed when p < 0.5, and left-skewed when p > 0.5. When sampling without replacement, the 10% condition (n ≤ 0.10N) justifies treating the trials as approximately independent. On the calculator, use binompdf for exact probabilities and binomcdf for cumulative probabilities. The binomial distribution is foundational for later inference on proportions, where the normal approximation (valid when np ≥ 10 and n(1 − p) ≥ 10) becomes the workhorse of confidence intervals and hypothesis tests.
Keep learning with more lessons from the same subject.