Historical Context & Motivation
Long before statisticians had computers or calculators, mathematicians were fascinated by games of chance. They noticed that when you repeat a simple experiment — such as flipping a coin or rolling a die — the number of "wins" follows a predictable pattern. The quest to describe that pattern led to one of the most widely used probability models in all of statistics: the binomial distribution. Understanding its origins helps us appreciate why this model is so powerful and where it naturally applies.
The central question the binomial distribution answers is deceptively simple: If I repeat an experiment a fixed number of times, each time with the same probability of success, how likely is it that I get exactly k successes? Answering this question precisely is what Section 4.6 of the IB syllabus is all about.
Core Principles & Definitions
Before we can use the binomial distribution, we need to confirm that a situation meets a specific set of conditions. These conditions are often remembered by the acronym FIST — Fixed number of trials, Independent trials, only two outcomes (Success or failure), and the same probability (constant Trial probability). If all four conditions hold, the random variable counting the number of successes follows a binomial distribution.
Fixed Number of Trials (n)
Independent Trials
Two Outcomes per Trial
Constant Probability (p)
When these conditions are satisfied, we write X ~ B(n, p), which is read as "X follows a binomial distribution with parameters n and p." Here, n is the number of trials and p is the probability of success on any single trial. The random variable X can take integer values from 0 to n.
Visual Explanation
Probability Distribution for X ~ B(8, 0.4)
The bar chart above illustrates a key feature of every binomial distribution: the probabilities rise from k = 0, peak near the mean, and then fall again. When p = 0.5 the distribution is perfectly symmetric; when p < 0.5 it skews to the right (as shown), and when p > 0.5 it skews to the left. The sum of all bar heights always equals 1, because they represent every possible outcome.
Mathematical Framework
The binomial distribution is built on three mathematical ingredients: the probability of a specific sequence of successes and failures, the number of ways to arrange those successes, and the multiplication of these two factors. Let's look at each formula you need for the IB exam.
How Parameters Shape the Distribution
The two parameters n and p completely determine every aspect of a binomial distribution — its shape, center, and spread. Changing either parameter transforms the distribution in predictable ways. The diagram below shows three different binomial distributions on the same axes so you can compare them directly.
| Parameter Change | Effect on Mean (np) | Effect on Shape |
|---|---|---|
| Increase n, hold p constant | Mean increases | Distribution spreads wider and becomes more symmetric (bell-shaped) |
| Increase p toward 0.5, hold n constant | Mean increases | Distribution becomes more symmetric |
| p = 0.5 | Mean = n/2 | Perfectly symmetric for any n |
| p close to 0 or 1 | Mean near 0 or n | Strongly skewed |
Worked Example
A fair six-sided die is rolled 12 times. Let X be the number of times a "6" appears. Find (a) the probability of getting exactly 3 sixes, (b) the expected number of sixes, and (c) P(X ≤ 2).
Strengths & Limitations
The binomial distribution is one of the most useful discrete probability models, but it does not fit every situation. Understanding when it works well and when it breaks down will help you choose the right tool on the IB exam and in real-world analysis.
| Strengths | Limitations |
|---|---|
| Simple to set up: only two parameters (n, p) are needed. | Trials must be independent — fails for sampling without replacement from small populations. |
| Widely applicable: quality control, medicine, sports, genetics. | p must be constant. If success probability changes from trial to trial, binomial is not appropriate. |
| Built into every scientific calculator and GDC, making computation fast. | Only counts successes — if you need the number of trials until first success, use the geometric distribution. |
| Clear formulas for mean (np) and variance (npq) give quick summaries. | For very large n and small p, the Poisson distribution is often more practical. |
Connection to Other Distributions
The binomial distribution does not exist in isolation. It connects naturally to several other probability models that you may encounter later in your IB studies or at university. Understanding these connections deepens your statistical thinking and helps you recognise when a different model is more suitable.
| Distribution | Relationship to Binomial | When to Use Instead |
|---|---|---|
| Bernoulli | A Bernoulli trial is a single binomial trial (n = 1). X ~ B(1, p) is the same as a Bernoulli distribution. | When there is exactly one trial. |
| Normal (Gaussian) | For large n (np ≥ 5 and nq ≥ 5), B(n, p) is well approximated by N(np, npq). This is the basis of the normal approximation. | When n is very large and exact binomial calculations become impractical. |
| Poisson | When n is large and p is very small, B(n, p) ≈ Poisson(np). The Poisson acts as a limit of the binomial. | Modelling rare events over time/space (e.g., defects per batch). |
| Geometric | Counts the number of trials until the first success. It uses the same Bernoulli trials but asks a different question. | "How many attempts until the first success?" |
In the IB HL course and at university, you will study the normal approximation to the binomial in greater depth. For now, the key point is that the binomial distribution is a fundamental building block: master it, and the transition to more advanced distributions will feel natural.
Practice Problems
Lesson Summary
The binomial distribution models the number of successes in a fixed number of independent trials, each with the same probability of success p. We write X ~ B(n, p) and compute individual probabilities using the formula P(X = k) = C(n, k) × p^k × (1 − p)^(n−k). The expected value is E(X) = np, the variance is Var(X) = np(1 − p), and the distribution's shape is governed by the values of n and p.
Before applying the model, always verify the four conditions: Fixed n, Independence, two outcomes (Success/failure), and constant Trial probability. On your GDC, use binompdf for P(X = k) and binomcdf for P(X ≤ k). Mastering the binomial distribution lays the groundwork for the normal approximation and hypothesis testing topics you will encounter later in the IB course.