If you just typed "what is binomial distribution" into Google because your teacher used the word and moved on too fast — same. Here's the version I wish someone had explained to me the first time.
Start with the word itself
"Binomial" just means "two names" or "two outcomes." That's the whole trick to remembering it. Binomial distribution is the math that describes what happens when you repeat something a bunch of times, and each time there are only two possible results — success or failure, yes or no, win or lose.
Flip a coin: heads or tails. Take a shot: score or miss. Guess on a true/false question: right or wrong. All of that is binomial territory.
An example that actually makes it click
Say you flip a coin 5 times. You could get 0 heads, 1 head, 2 heads, all the way up to 5 heads. Binomial distribution is basically a list that tells you: here's how likely each of those outcomes is. Getting exactly 2 or 3 heads out of 5? Pretty likely. Getting all 5 heads? Way less likely, even though it's technically possible.
That's it. That's the whole concept — a distribution is just "here's every possible outcome, and here's how likely each one is."
The four conditions (so you know when it applies)
- You know how many times it's happening ahead of time (fixed number of trials).
- Each trial only has two outcomes.
- The odds stay the same every single time.
- What happens on one trial doesn't affect the next one.
If your situation checks all four boxes, congrats, you're dealing with a binomial distribution and you can use the formula (or just plug your numbers into the calculator and skip the hand math).
Why anyone would actually care about this
Because a huge number of real situations fit this pattern once you start noticing it. Doctors use it to estimate how many patients out of 100 will respond to a treatment. Game designers use it to figure out drop rates for loot. Teachers use it to work out how many students will probably pass if the average pass rate is known. It shows up constantly — it's just usually hiding behind a normal-sounding question.
What the formula is doing (briefly)
The formula itself is P(X = k) = C(n, k) · pk · (1 − p)n−k, where n is your number of trials, p is the probability of success each time, and k is however many successes you're asking about. You don't need to memorize it to understand the idea — the idea is just "count every way you could get exactly k successes, and weight each one by how likely it is."
What's next
Once this clicks, the next useful thing to learn is the difference between asking for an exact number of successes versus "at least" or "at most" a number — that trips up almost everyone at first. There's a full walkthrough in the coin toss example, and a list of common slip-ups in this post on mistakes people make.
Try it on the calculator
Plug your own numbers in and see the full step-by-step working instantly.