












⭐ Binomial Distribution
The binomial distribution models the number of successes in a fixed number of independent trials, where each trial has the same probability of success.
Think of it as the math of “How many times will this work out of n tries?”
🎯 When to Use It
Use the binomial distribution when:
- You have a fixed number of trials
- Each trial has two outcomes: success or failure
- Probability of success
is constant
- Trials are independent
- You’re counting how many successes occur
Examples:
- Number of heads in 10 coin flips
- Number of correct answers on a 20‑question multiple‑choice test (guessing)
- Number of customers who buy something out of 50
- Number of defective items in a batch of 100
📌 Probability Formula
If is the number of successes in
trials:
Where:
= number of successes
= probability of success
= number of ways to choose which trials are successes
🧠 Expected Value and Variance
⭐ Examples
Example 1: Coin Flips
Flip a fair coin 5 times.
Let number of heads.
Here:
Probability of getting exactly 3 heads:
Example 2: Multiple‑Choice Guessing
A student guesses on 10 multiple‑choice questions, each with 4 options.
(chance of guessing correctly)
Probability of getting exactly 4 correct:
Expected number correct:
Example 3: Manufacturing Defects
A factory produces items with a 3% defect rate.
Let number of defective items in a batch of 100.
Probability exactly 2 items are defective:
Expected number of defects:
Example 4: Basketball Free Throws
A player makes free throws with probability .
She takes 15 shots.
Let number of made shots.
Probability she makes at least 12:
Expected makes:
🎨 Intuition
The binomial distribution is like a scoreboard:
- You try something
times
- Each try has the same chance of success
- You count how many times it works
It’s the backbone of probability in real‑world settings.