---
title: "The Binomial Distribution"
description: "Count successes in a fixed number of independent trials that each have the same probability. The number of arrangements times the probability of one arrangement gives each term."
canonical: https://lightmysky.com/learn/mathematics/the-binomial-distribution-mt_X2kVGK67Md
source: https://lightmysky.com/learn/mathematics/the-binomial-distribution-mt_X2kVGK67Md.md
retrieved: 2026-09-12
---

> **Agent view.** This is the Markdown twin of the page, for tools and assistants.
> When to use this site, and the call that answers each job: https://lightmysky.com/agent-instructions.md
> API description (OpenAPI 3.1): https://lightmysky.com/openapi.json · Authentication: https://lightmysky.com/auth.md
> Pricing: https://lightmysky.com/pricing.md · Catalog: https://lightmysky.com/llms.txt · Full catalog: https://lightmysky.com/llms-full.txt
> Every machine-readable file on this domain: https://lightmysky.com/.well-known/ai-catalog.json
> Ask for Markdown with `Accept: text/markdown`, a `.md` address, or `?mode=agent`.

# The Binomial Distribution

Count successes in a fixed number of independent trials that each have the same probability. The number of arrangements times the probability of one arrangement gives each term.

Subject: Mathematics · Area: Probability · Ages 16 to 17
Page: https://lightmysky.com/learn/mathematics/the-binomial-distribution-mt_X2kVGK67Md

## Ready when they can

- Check the four conditions before choosing a binomial model
- Calculate P(X = 3) when n = 10 and p = 0.2
- Explain why sampling without replacement breaks the model

## Lesson: Counting the Wins in a Fixed Number of Goes

Working out E(X) needed a distribution, and so far every distribution had to be built by hand. Some situations hand one over ready made. The coconut shy is won on 0.2 of the goes played, and a book of tickets buys 10 goes. Let X be the number of those 10 goes that win. Every question the stall could ask, about prizes to order or a fair price for a book, comes off the distribution of X. The stall is reset between goes, which is the sort of thing worth checking before trusting any of it.

*(drawing: One possible book: three wins and seven misses. There are a great many other books that also hold exactly three wins.)*

A binomial model fits when four things are true. There is a fixed number of trials, here 10 goes. Each trial has two outcomes, win or miss. The probability of a win is the same every time, 0.2, because the stall is reset between goes. And the trials are independent, so one result tells you nothing about the next. Check all four before reaching for the model, because the arithmetic works whether or not they hold.

Start with one particular book: win, win, win, then seven misses. The goes are independent, so the probabilities multiply straight along the row: 0.2 × 0.2 × 0.2 × 0.8 × 0.8 × 0.8 × 0.8 × 0.8 × 0.8 × 0.8. That is 0.2³ × 0.8⁷. Working it out, 0.2³ = 0.008 and 0.8⁷ is about 0.2097, so one book like that has probability 0.0016777. Any other book with three wins has the same probability, because the same numbers are multiplied in a different order.

*(drawing: That is one book out of many, and the count of those books is the piece still missing.)*

**Example.** So how many books hold three wins? Choose which 3 of the 10 goes win. The product rule gives 10 × 9 × 8 = 720 ways to pick three in order, but the order does not matter here, and any 3 goes can be ordered in 3 × 2 × 1 = 6 ways. So the real count is 720 / 6 = 120. Then P(X = 3) = 120 × 0.0016777, which is about 0.20. Naming the three winners names the seven losers at the same time, so counting either one is the same job.

Now what breaks it. A drum holds 20 tickets with 5 winners, and three are drawn without being put back. The chance of a winner starts at 5 / 20 and becomes 4 / 19 after a win, so it is not the same every time, and the draws are not independent either. Two of the four conditions fail together, so no binomial applies. With a very large bag the chance barely moves, and then a binomial is still a fair approximation.

**Recap.** A binomial fits when there is a fixed number of trials, two outcomes each, the same probability every time, and independence. Under those conditions one particular arrangement of r successes in n trials has probability p to the r times (1 - p) to the n minus r. Count the arrangements by picking which trials succeed, dividing out the orderings that do not matter, and multiply the two together. Sampling without replacement changes the probability as you go, so it breaks the model.

## Practice

30 questions on this page, each with its working shown.

## Needs first

- [Counting Outcomes with the Product Rule](https://lightmysky.com/learn/mathematics/counting-outcomes-with-the-product-rule-mt_74gSbYIG8p)
- [Expected Value and Variance of a Discrete Random Variable](https://lightmysky.com/learn/mathematics/expected-value-and-variance-of-a-discrete-random-variable-mt_PFdo0Nm3FP)
- [The Binomial Expansion](https://lightmysky.com/learn/mathematics/the-binomial-expansion-mt_z16HZkNZ8c)

## Opens up

- [Discrete Models Beyond the Binomial](https://lightmysky.com/learn/mathematics/discrete-models-beyond-the-binomial-mt_9zc5xYjDg_)
- [Likelihood and the Maximum Likelihood Estimate](https://lightmysky.com/learn/computing/likelihood-and-the-maximum-likelihood-estimate-mt_crcBnSqkTE)
- [The Normal Distribution and Standardised Scores](https://lightmysky.com/learn/mathematics/the-normal-distribution-and-standardised-scores-mt_Cs32DT9KnA)
- [Testing a Binomial Proportion](https://lightmysky.com/learn/mathematics/testing-a-binomial-proportion-mt_ZJ8MTLYYKE)
