Binomial Problems, Single Step
A quality-control engineer tests 10 randomly chosen lightbulbs from a production line where 8% are defective. What is the probability that exactly 2 are defective? Before you can compute anything, you must extract three numbers from the words: the number of trials $n$, the probability of success $p$, and the target count $k$. This lesson trains that translation skill, recognising a binomial scenario and computing one probability cleanly.
A spinner lands on red with probability $0.4$. You spin it 6 times and want the probability of exactly 2 reds. Without computing, what are $n$, $p$ and $k$, and which formula will you use?
Every binomial problem rewards two habits: extract $(n, p, k)$ from the words, then substitute into the formula $P(X=k) = \binom{n}{k}p^k(1-p)^{n-k}$. The skill is reading the question and translating, not memorising tricks.
The extract-and-substitute strategy: (1) identify the trial (one repeated experiment), (2) read off $n$, $p$, $k$, (3) plug into the formula, evaluate $\binom{n}{k}$, raise to powers, multiply.
$P(X = k) = \binom{n}{k}p^k(1-p)^{n-k}$ · $X \sim \text{Bin}(n,p)$
Key facts
- Binomial formula: $P(X=k) = \binom{n}{k}p^k(1-p)^{n-k}$
- The four binomial conditions (fixed $n$, two outcomes, constant $p$, independence)
- The notation $X \sim \text{Bin}(n, p)$ and what each parameter means
Concepts
- Why $\binom{n}{k}$ counts the number of ways to arrange $k$ successes among $n$ trials
- How $p^k(1-p)^{n-k}$ gives the probability of one specific sequence of outcomes
- Why we identify "success" first, it determines which value is $p$ and which is $1-p$
Skills
- Translate a worded scenario into the values of $n$, $p$, $k$
- Substitute correctly into $P(X=k) = \binom{n}{k}p^k(1-p)^{n-k}$ and evaluate
- Recognise and reject scenarios that are not binomial (varying $p$, dependent trials, etc.)
The single biggest skill in binomial problems is reading the question and answering three questions:
- $n$ = ? How many independent trials are performed? (Look for "10 bulbs", "5 flips", "20 attempts".)
- $p$ = ? What is the probability of success on one trial? (Define success first, defective, head, made shot.)
- $k$ = ? How many successes are we asking about? (Look for "exactly 2", "exactly 3".)
Worked through the hook: A fair coin flipped 5 times, find $P(\text{exactly 3 heads})$:
- $n = 5$ (5 flips, fixed).
- Success = head; $p = 0.5$, so $1-p = 0.5$.
- $k = 3$ (exactly 3 heads).
- $P(X=3) = \displaystyle\binom{5}{3}(0.5)^3(0.5)^2 = 10 \times 0.125 \times 0.25 = 10 \times 0.03125 = 0.3125 = \dfrac{5}{16}$.
The single biggest skill in binomial problems is reading the question and answering three questions:
Pause, copy the three-question extraction method: $n$ (trials), $p$ (success probability), $k$ (successes asked), with the hook example worked through into your book.
Quick check: A multiple-choice quiz has 8 questions, each with 4 options. A student guesses every question. For $P(\text{exactly 3 correct})$, what are $n$, $p$, $k$?
We just saw that reading a worded problem requires answering three explicit questions: what is $n$ (number of trials), $p$ (success probability), and $k$ (number of successes asked about). That raises a question: once you have $(n,p,k)$, how do you evaluate $\binom{n}{k}p^k(1-p)^{n-k}$ cleanly in three steps without calculator errors? This card answers it → compute $\binom{n}{k}$, $p^k$, and $(1-p)^{n-k}$ separately, then multiply.
Once you have $(n, p, k)$, the calculation has three pieces that must each be computed and then multiplied:
- $\binom{n}{k}$: use the formula $\dfrac{n!}{k!(n-k)!}$ or your calculator's $\text{nCr}$ button.
- $p^k$: the success probability raised to the success count.
- $(1-p)^{n-k}$: the failure probability raised to the failure count.
Example: A spinner lands on red with $p = 0.4$. Spun 6 times, find $P(\text{exactly 2 reds})$.
- $n = 6$, $p = 0.4$, $k = 2$.
- $\binom{6}{2} = 15$.
- $p^k = 0.4^2 = 0.16$.
- $(1-p)^{n-k} = 0.6^4 = 0.1296$.
- $P(X=2) = 15 \times 0.16 \times 0.1296 \approx 0.3110$.
Once you have $(n, p, k)$, the calculation has three pieces that must each be computed and then multiplied:
Pause, copy the three-part evaluation: compute $\binom{n}{k}$, then $p^k$, then $(1-p)^{n-k}$, then multiply into your book.
Did you get this? True or false: if $X \sim \text{Bin}(10, 0.3)$, then $P(X = 4) = \binom{10}{4}(0.3)^4(0.7)^6$.
Worked examples · 3 in a row, reveal as you go
A factory's lightbulb production line has a defect rate of $8\%$. A quality inspector selects $10$ bulbs at random. Find $P(\text{exactly 2 are defective})$.
A player makes $70\%$ of her free throws. In a practice set she takes $12$ shots. Find $P(\text{she makes exactly 9})$.
A 6-question multiple-choice quiz gives 5 options per question. A student guesses every question. Find $P(\text{exactly 4 correct})$.
Fill the gap: A coin is flipped 4 times. $P(\text{exactly 2 heads}) = \binom{4}{2}(0.5)^2(0.5)^2 = \dfrac{}{16}$.
Misconceptions to fix · the 3 traps that cost marks
Did you get this? True or false: drawing 5 cards from a standard deck without replacement and counting hearts can be modelled by a binomial distribution.
Activities · practice with the ideas
A fair die is rolled $5$ times. Find $P(\text{exactly 2 sixes})$. State $n$, $p$, $k$, write the formula, then evaluate.
In a population, $30\%$ of people are left-handed. A sample of $8$ people is taken. Find $P(\text{exactly 3 are left-handed})$.
A multiple-choice quiz has $10$ questions, each with $4$ options. A student guesses every question. Find $P(\text{exactly 5 correct})$.
A basketball player makes $80\%$ of her free throws. She takes $7$ shots. Find $P(\text{she makes exactly 6})$.
A surgical procedure has a $95\%$ success rate. Out of $20$ patients, find $P(\text{exactly 18 successful})$.
Odd one out: Three of these scenarios CAN be modelled by a binomial distribution. Which one CANNOT?
Earlier you wrote down $n$, $p$, $k$ for the spinner problem (red with $p=0.4$, spun 6 times, exactly 2 reds).
The values are $n=6$, $p=0.4$, $k=2$. Substituting: $P(X=2) = \binom{6}{2}(0.4)^2(0.6)^4 = 15 \times 0.16 \times 0.1296 \approx 0.311$. The discipline of writing the formula with substituted numbers before evaluating is what earns the method marks.
Pick your answer, then rate your confidencethat tells the system what to drill next. Each retry pulls a fresh mix from the bank.
Q1. A fair die is rolled $4$ times. Find $P(\text{exactly 1 six})$. (2 marks)
Q2. A vaccine is effective in $85\%$ of patients. In a sample of $15$ patients, find $P(\text{exactly 13 respond})$. Round to 4 decimal places. (3 marks)
Q3. $X \sim \text{Bin}(n, p)$. Given $P(X = 0) = 0.1296$ and $p = 0.4$, find $n$, then compute $P(X = 2)$. (3 marks)
Comprehensive answers (click to reveal)
Activity answers:
1. $n=5, p=1/6, k=2$. $P = \binom{5}{2}(1/6)^2(5/6)^3 = 10 \cdot \frac{1}{36} \cdot \frac{125}{216} = \frac{1250}{7776} \approx 0.1608$.
2. $n=8, p=0.3, k=3$. $P = \binom{8}{3}(0.3)^3(0.7)^5 = 56 \cdot 0.027 \cdot 0.16807 \approx 0.2541$.
3. $n=10, p=0.25, k=5$. $P = \binom{10}{5}(0.25)^5(0.75)^5 = 252 \cdot 0.0009766 \cdot 0.2373 \approx 0.0584$.
4. $n=7, p=0.8, k=6$. $P = \binom{7}{6}(0.8)^6(0.2)^1 = 7 \cdot 0.2621 \cdot 0.2 \approx 0.3670$.
5. $n=20, p=0.95, k=18$. $P = \binom{20}{18}(0.95)^{18}(0.05)^2 = 190 \cdot 0.3972 \cdot 0.0025 \approx 0.1887$.
Q1 (2 marks): $n=4, p=1/6, k=1$ [1]. $P = \binom{4}{1}(1/6)^1(5/6)^3 = 4 \cdot \frac{1}{6} \cdot \frac{125}{216} = \frac{500}{1296} \approx 0.3858$ [1].
Q2 (3 marks): $n=15, p=0.85, k=13$ [1]. $P = \binom{15}{13}(0.85)^{13}(0.15)^2$ [1] $= 105 \cdot 0.1209 \cdot 0.0225 \approx 0.2856$ [1].
Q3 (3 marks): $P(X=0) = (0.6)^n = 0.1296$ [1]. Since $0.6^4 = 0.1296$, $n = 4$ [1]. $P(X=2) = \binom{4}{2}(0.4)^2(0.6)^2 = 6 \cdot 0.16 \cdot 0.36 = 0.3456$ [1].
Five timed questions on extracting $n$, $p$, $k$ and computing $P(X = k)$. Beat the boss to bank a tier, gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.
⚔ Enter the arenaClimb platforms by answering single-step binomial questions. Lighter alternative to the boss.
Mark lesson as complete
Tick when you've finished the practice and review.