Rapid COVID-19 tests have a sensitivity of about 70%: if you have COVID, the test correctly detects it 70% of the time. They also have a specificity of about 98%: if you don’t have COVID, the test correctly gives a negative result 98% of the time.
Suppose your workplace tests 200 employees, and 10 of them actually have COVID. How many employees will test positive? How many positive results will be false positives? How many infected employees will get a false negative and return to work unknowingly?
These aren’t abstract questions — they determine whether mass testing is effective or misleading. And answering them requires a model for counting successes and failures across many independent trials: the binomial distribution.
After this lesson, you will be able to:
By the end of this lesson you will be able to:
Check whether a situation satisfies the four BINS conditions for a binomial setting.
Apply the formula to compute exact binomial probabilities.
Compute cumulative probabilities for “at most ,” “at least ,” “more than ,” and “fewer than .”
Calculate and interpret the mean and standard deviation of a binomial random variable.
Identify situations where the binomial model does NOT apply and name the appropriate alternative.
The binomial distribution is one of the most useful models in statistics. Anywhere you have a fixed number of independent trials, each with the same probability of success — quality control, clinical trials, polling, genetics — the binomial applies.
Section 2: Prerequisites
▾
What you need coming into this lesson:
PR-4 — PMF validity: A probability mass function must satisfy and for all . Today’s formula is a special PMF, so these rules still apply.
PR-4 — Expected value:. The binomial shortcut is derived from exactly this formula — you do not need to re-derive it, but knowing where it comes from prevents it from feeling like magic.
PR-4 — CDF language: “At most ” means ; “at least ” means . This lesson extends that language with “more than” and “fewer than,” which shift the boundary by 1.
PR-3 — Combination formula: counts the number of ways to choose objects from without regard to order. This coefficient is the core of the binomial formula.
PR-3 — Distinguishing permutations from combinations: The binomial formula uses combinations (order does not matter — it doesn’t matter which 3 patients improve, only that exactly 3 do).
Retrieval Checkpoint — warm up the machinery you’ll need.
Problem 1. Compute .
Success Factor:
Bridge — where PR-4 ends and PR-5 begins.
In PR-4, every probability distribution was custom-built: you listed outcomes and assigned probabilities from first principles. From this lesson onward, you are working with a named family of distributions. The binomial PMF gives you a formula so that you never have to list all sequences of successes and failures. The formula is valid only when four specific conditions hold — checking those conditions (BINS) is always Step 1.
Retrieval Warm-up — from earlier lessons
A discrete random variable has the PMF below. What is ?
0
1
2
3
0.20
0.35
0.30
0.15
A discrete random variable has PMF:
0
1
2
3
0.10
0.40
0.35
0.15
What is ?
Section 3: Core Concepts
▾
Navigation — six concepts in this section:
C1 — BINS Conditions: The four requirements that define a binomial setting.
C5 — Shape of the Distribution: Skewness as a function of ; effect of .
C6 — Recognizing Non-Binomial Settings: When to reject the binomial model.
C0 — Start With Counts: What Happens Over Many Trials
Before the formula, think in frequencies.
A rapid test for strep throat correctly detects an infection 85% of the time. Suppose a clinic tests 20 patients who actually have strep. How many positive results do they expect?
The naive answer is . But “17 positive results” is just the average over many repetitions of this experiment. In any one run of 20 tests, you might get 14 positive results, or 18, or 16. The question is: what’s the complete picture of all possible outcomes?
Think of it this way: each test is an independent coin flip (heads = positive, tails = false negative) with . Running 20 such flips gives you a count of successes. That count varies from trial to trial. The pattern of that variation — which counts are likely and which are unlikely — is the binomial distribution.
In 10,000 simulated runs of this experiment:
About 7% get exactly 17 positive results (the most likely single outcome)
About 97% of runs produce between 13 and 20 positive results
Getting fewer than 10 positive results would be extraordinary (probability < 0.001)
The binomial distribution gives us the exact probability for every possible count. This is more useful than just knowing the average — it tells clinics what to expect in practice, not just in theory.
C1 — BINS Conditions
Before applying the binomial formula, verify that your situation satisfies all four conditions. We remember them with the mnemonic BINS:
BINS Conditions for a Binomial Setting
A random variable follows a binomial distribution if and only if:
B — Binary outcomes: Each trial results in exactly one of two outcomes, called “success” and “failure.” (The labels are arbitrary — a defective item can be the “success” if that’s what you’re counting.)
I — Independent trials: The outcome of any one trial does not affect the probability of success on any other trial.
N — Fixed number of trials: The total number of trials, , is determined in advance and does not change.
S — Constant success probability: The probability of success, , is the same on every trial.
We write to mean ” is a binomial random variable with parameters and .”
Mini-example — checking BINS for a free-throw scenario.
A basketball player makes each free throw independently with probability 0.75. She attempts 8 free throws in a game. Let = number made.
B: Each free throw is either made (success) or missed (failure). ✓
I: Each attempt is independent — she doesn’t “get tired” or “get hot” in this idealized model. ✓
N: is fixed in advance. ✓
S: on every attempt. ✓
All four hold: .
Every condition must hold. If even one fails, you cannot use the binomial formula. A common error is to check only Binary and Independent while forgetting to verify that is fixed and is constant. For instance, if a student keeps attempting free throws until she makes 3 (no fixed ), the binomial model does not apply — that is a geometric setting.
C2 — Binomial Probability Formula
Once BINS conditions are verified, the probability that exactly successes occur in trials is:
Binomial Probability Formula
where is the number of ways to arrange successes among trials.
We write for the failure probability, so the formula becomes . Always establish explicitly — do not substitute a value for without first writing .
Why is the combination coefficient there? Consider trials and successes. The possible sequences of successes (S) and failures (F) are: SSF, SFS, FSS. Each sequence has probability . There are such sequences, so the total probability is .
Generalizing: there are sequences with exactly successes, each with probability . Multiplying gives the formula.
p = 0.40, p²(1−p) = 0.0960, P(X = 2) = 0.2880
Figure: All 8 possible sequences for n = 3 trials. Highlighted rows each contain exactly k = 2 successes (S) and 1 failure (F). The bracket shows that C(3,2) = 3 such sequences exist — this is the combination coefficient in the binomial formula. Drag p to see how the probability of each sequence changes while the count of 3 stays fixed.
Mini-example — free-throw scenario continued.
Find for .
There is approximately a 31.1% chance that she makes exactly 6 of 8 free throws.
The most common error in the entire lesson: writing without . This formula gives the probability of one specific sequence with successes (e.g., SSSSSFF), not the probability that exactly successes occur in any order. Always include the combination coefficient.
C3 — Cumulative Binomial Probabilities
A single application of the binomial formula gives a point probability — the chance of exactly successes. Real problems often ask for ranges: “at most 3 broken items,” “at least 5 correct answers.” These require summing terms.
Cumulative Binomial Probability
For :
Phrasing
Formal form
How to compute
”exactly “
One term of the formula
”at most "
"fewer than "
"at least "
"more than ”
The complement identity is particularly useful when summing from to would require many terms.
P(X ≤ 3) = 0.5941 for X ∼ B(8, 0.40)
Figure: X ∼ B(8, 0.40) PMF. Orange bars are included in the selected probability; grey bars are excluded. The blue border marks the boundary value k — solid when k is included, dashed when excluded. Toggle between "at most k" and "fewer than k" at the same k to see exactly which bar shifts.
Mini-example — cumulative boundaries.
. Compare “at least 3” vs. “more than 3."
"At least 3” = . Boundary: 3 is included.
”More than 3” = . Boundary: 3 is excluded.
These differ by exactly one term: . The ±1 boundary shift is where most errors occur.
“At least 1” does NOT equal “exactly 1.” . Students who read “at least 1” as “exactly 1” will compute a point probability instead of a complement — the two values can differ substantially, especially when is large.
C4 — Mean and Standard Deviation
Instead of computing over all terms, we can use shortcut formulas derived from the binomial PMF.
Binomial Mean and Standard Deviation
For :
These are special cases of the general PR-4 formulas — they produce the same numbers you would get by summing over all values, but without the algebra.
Mini-example — mean and SD for the free-throw player.
.
In the long run, she makes an average of 6 free throws per game. The number made typically deviates from 6 by about 1.22 free throws.
, NOT and NOT (that is the variance, not the SD). Forgetting to take the square root — or taking the square root of only part of the expression — is the most common computational error in this concept.
C5 — Shape of the Binomial Distribution
The shape of depends on the value of :
: The distribution is perfectly symmetric — the bar chart is a mirror image around .
: The distribution is right-skewed — most probability mass is near low values of , with a long right tail. The most extreme case is close to 0.
: The distribution is left-skewed — most mass is near high values of , with a long left tail.
As increases (holding fixed): The distribution becomes more bell-shaped (less skewed) regardless of . This foreshadows the Normal approximation in PR-7.
Use the interactive visualization below to explore these relationships directly. Start with , and observe the right skew. Then increase toward 0.70 and watch the distribution flip to left-skewed. Then double and observe how the shape becomes more symmetric.
n = 10, p = 0.30, μ = 3.00, σ = 1.45
Figure: Binomial PMF — P(X = k) for each value of k. Adjust n and p with the sliders to explore how the shape, mean, and spread change.
Shape rule summary:
→ right-skewed (tail points right)
→ symmetric
→ left-skewed (tail points left)
Large → more bell-shaped for any
C6 — Recognizing Non-Binomial Settings
Not every “count of successes” scenario is binomial. Three common cases where the binomial model fails:
Non-Binomial Settings
Sampling without replacement from a small population (violates I): If you draw 5 cards from a deck of 52 without replacing them, the probability of drawing a heart changes after each draw. Trials are dependent. Use the hypergeometric distribution instead.
Probability changes between trials (violates S): If a student’s probability of answering correctly increases as the quiz proceeds (learning effect), is not constant. The binomial formula does not apply; you would need the general PMF approach from PR-4.
No fixed number of trials (violates N): “Count the number of attempts until the first success” has no predetermined . Use the geometric distribution instead.
Mini-example — spotting the violation.
You draw 4 cards from a standard 52-card deck without replacement. Let = number of aces drawn.
B: Ace (success) or not (failure). ✓
I: After drawing one ace, only 3 aces remain among 51 cards. . FAIL.
The binomial model does not apply. Use the hypergeometric distribution (or multiply conditional probabilities).
“Sampling without replacement” is not binomial unless the population is very large relative to the sample (roughly is the rule of thumb). A common error is to apply the binomial formula to card-drawing or urn-without-replacement problems just because there are two outcomes.
Section 4: Worked Examples
▾
Example 1 — BINS Check and Exact Probability (Fully Worked)
Problem: A quality control inspector samples 6 light bulbs from a production line where each bulb is defective independently with probability 0.15. Let = number of defective bulbs in the sample. Find .
Step 1 — Check BINS.
I notice this is a sampling scenario and I need to check four conditions before applying any formula.
B: Each bulb is either defective (success for counting purposes) or not. ✓
I: The problem states “independently” — each bulb’s status does not depend on the others. ✓
N: is fixed in advance. ✓
S: on every bulb. ✓
All four hold: . I may proceed with the formula.
Step 2 — Identify parameters.
, , , .
I choose because the question asks for “exactly 2 defective.”
Step 3 — Apply the formula.
P(X = 2) = inom{6}{2}(0.15)^2(0.85)^4
= 15 imes 0.011745 pprox \mathbf{0.1762}
Interpretation: There is approximately a 17.6% chance that exactly 2 of the 6 bulbs are defective.
Example 2 — Cumulative Probabilities (“At Most” and “At Least”)
Problem: For from Example 1, find (a) and (b) .
Prediction checkpoint — before you see the solution:
Part (a) asks for “at most 2.” Which values of are included? (0, 1, 2 — three terms to sum.)
Part (b) asks for “at least 2.” Would you sum from 2 to 6 (five terms), or use the complement? Which approach is easier?
There is about an 85.3% chance that 2 or fewer bulbs are defective.
(b) — complement is easier.
“At least 2” = .
Example 3 — Computing and , then Interpreting in Context
Problem: A new medication is effective for each patient independently with probability 0.60. In a clinical trial with patients, let = number for whom the medication is effective. Compute and , and interpret both in context.
Show Solution
Verify BINS: B ✓ (effective/not), I ✓ (stated independent), N ✓ ( fixed), S ✓ ( constant).
So .
Interpretation:
: In repeated clinical trials of 20 patients each, the medication is effective for an average of 12 patients per trial.
: The number of effective outcomes typically deviates from 12 by about 2.19 patients. A result of 9 or 15 effective patients would be unusual but not extreme (roughly 1.4 standard deviations from the mean).
Example 4 — Returning to the Introduction: COVID Testing at Scale
Recall the scenario from Section 1. A rapid COVID-19 test has 70% sensitivity — it correctly detects an infection 70% of the time. Your workplace tests 10 employees who actually have COVID. Let = the number who receive a correct positive result.
Show Solution
Step 1 — Verify BINS:
B — Binary outcomes: Each result is either a correct positive (success) or a false negative (failure). ✓
I — Independent trials: Each employee’s test result is independent of the others. ✓
N — Fixed number of trials: infected employees are tested. ✓
S — Constant success probability: on every test. ✓
So .
Step 2 — Exactly 7 correctly detected:
There is approximately a 26.7% chance that exactly 7 of the 10 infected employees test positive.
Step 3 — At least 8 correctly detected: (three terms is manageable; sum directly):
Step 4 — Mean and standard deviation:
Interpretation: Among 10 infected employees, the test correctly identifies an average of 7. The number detected typically deviates from 7 by about 1.45 employees. Even in a best-case run, roughly 3 infected employees are expected to slip through as false negatives — returning to work unknowingly. This is the concrete cost of a 70% sensitivity in practice.
Section 5: Guided Practice
▾
Problem 1 — BINS Classification (Variant Bank)
For each problem set below, classify each scenario as binomial or not binomial. If not binomial, state which BINS condition fails and name the appropriate alternative model if one applies.
Set A. Classify each:
A coin is flipped 10 times. = number of heads.
A student randomly selects answers on a 10-question true/false test. = number correct.
A bag contains 5 red and 3 blue marbles. Three marbles are drawn without replacement. = number of red marbles drawn.
For any non-binomial scenario, state which BINS condition fails.
Set B. Classify each:
A surgeon performs 12 operations. Each is independently successful with probability 0.92. = number of successes.
Cards are drawn with replacement from a standard deck until the first ace appears. = number of draws.
A factory tests 8 items from a production run of 20, removing each item after testing. = number defective.
For any non-binomial scenario, state which BINS condition fails.
Set C. Classify each:
A new drug is tested on 15 volunteers. Each responds independently with probability 0.45. = number who respond.
A roulette wheel is spun 20 times. = number of times the ball lands on red (18 of 38 slots are red).
Students are polled one by one from a class of 30 (without replacement) until 5 say they prefer online learning. = total students polled.
For any non-binomial scenario, state which BINS condition fails.
Set D. Classify each:
An archer shoots 6 arrows. Each hits the bullseye independently with probability 0.70. = number of bullseyes.
A box contains 4 defective and 16 good batteries. A technician picks batteries one at a time without replacement until finding 2 defective ones. = number of batteries tested.
A new student in a class answers each question on a 5-question quiz, but her probability of getting each question right increases by 0.05 for each previous correct answer. = number correct.
For any non-binomial scenario, state which BINS condition fails.
Set E. Classify each:
A basketball player shoots 7 free throws, each independently, with probability 0.82 of making it. = number made.
A shipment of 200 items contains 10 defective. An inspector tests 15 items with replacement (replacing and reshuffling after each test). = number defective found.
A new treatment works for patients with probability 0.50. A hospital continues admitting patients until 3 respond. = total patients admitted.
For any non-binomial scenario, state which BINS condition fails.
Problem 2 — Exact Binomial Probability (Generator)
Problem 3 — Cumulative Binomial Probability (Generator)
Problem 4 — Mean and Standard Deviation (Generator)
Section 6: Independent Practice
▾
Problem 1 — Full Binomial Workflow (Generator)
Problem 2 — Cumulative Boundary Practice (Generator)
For each problem the generator presents, start by writing the formal probability statement (, , , or ), then state whether you will sum directly or use the complement — before computing. Pay particular attention to “more than ” and “fewer than ” phrasings, which shift the boundary by 1 relative to “at least” and “at most.”
Problem 3 — Majority of Trials (Variant Bank)
Find the probability that a majority of the trials result in success. “Majority” means more than successes (i.e., , or ). Show your setup by listing which values of are included, then compute each and sum.
A fair coin is flipped times (). Find .
Show Solution
. A majority means .
By symmetry (), the probability of a majority equals exactly 0.50. ✓
A free-throw shooter makes each shot with probability . She takes shots. Find the probability that she makes a majority (more than 2 shots made).
Show Solution
. Majority means .
A quiz has true/false questions. A student guesses randomly on each (). Find the probability the student gets a majority correct (more than 3 correct).
Show Solution
. Majority means , i.e., .
A new treatment is effective for each patient with probability . A doctor treats patients. Find the probability that a majority (more than 3) respond.
Show Solution
. Majority means .
A factory’s quality control test passes each item independently with probability . A batch of items is tested. Find the probability that more than half pass (majority pass).
Show Solution
. Majority means .
Problem 4 — Identify BINS Violations (Find the Error, Variant Bank)
Each problem below presents a student’s analysis. Identify which BINS condition is violated, explain why, and state the correct alternative model.
Problem: A librarian randomly selects 10 books from a shelf of 25, where 8 are fiction and 17 are non-fiction. Let = number of fiction books selected (without replacement).
Student’s analysis: “There are 8 fiction books out of 25, so . With fixed and binary outcomes (fiction/non-fiction), .”
Show SolutionError: Condition I (independence) and Condition S (constant ) both fail.
Sampling without replacement from a finite population makes the draws dependent. After selecting a fiction book, there are only 7 fiction books among 24 remaining — changes. The binomial assumption of constant is violated.
Correct model: Hypergeometric distribution. .
Problem: A company tests circuit boards one at a time until it finds 2 defective boards. Let = total boards tested.
Student’s analysis: “Each board is independently defective with probability . The outcomes are binary. I’ll use with = the number I test.”
Show SolutionError: Condition N (fixed number of trials) fails.
The student does not know in advance — the testing continues until 2 defective boards are found. There is no fixed . The number of trials is itself a random variable.
Correct model: Negative binomial distribution (the generalization of the geometric distribution for waiting until the -th success).
Problem: A student takes a 5-question quiz where question difficulty increases. She estimates her probability of answering correctly is 0.90 for Q1, 0.80 for Q2, 0.65 for Q3, 0.55 for Q4, and 0.45 for Q5. Let = number correct.
Student’s analysis: “There are 5 questions and binary outcomes. The average . So .”
Show SolutionError: Condition S (constant success probability) fails.
The probability of success varies across questions: . Averaging the probabilities and treating the result as a single constant is incorrect — it would give wrong probabilities for each .
Correct approach: Since the questions are independent (Condition I holds), use the general multiplication rule and sum over all arrangements, or use the Poisson-Binomial distribution. The binomial formula does not apply.
Problem: A bag contains 3 red and 7 blue chips. Chips are drawn one at a time with replacement. Let = number of red chips in 8 draws.
Student’s analysis: “Sampling without replacement violates independence, so this is not binomial.”
Show SolutionError: The student misread the problem — the draws are WITH replacement.
With replacement, Condition I holds (each draw is independent), Condition S holds ( on every draw), Condition B holds (red/blue), and Condition N holds ().
Correct conclusion:. All BINS conditions are satisfied. The student incorrectly assumed the scenario involved sampling without replacement.
Problem: A salesperson calls customers one at a time until she makes her first sale. Each call independently results in a sale with probability . Let = number of calls made.
Student’s analysis: “Binary outcomes: sale or no sale. Independent calls. Constant . So , with being however many calls she makes.”
Show SolutionError: Condition N (fixed number of trials) fails.
The number of calls is not predetermined — the salesperson stops as soon as she makes a sale. The number of calls is itself the random variable, and it is not bounded above in advance.
Correct model: Geometric distribution. for
Problem 5 — Mean, Variance, and Standard Deviation (Generator)
Mixed Review — Retrieval from Earlier Lessons
These problems draw on concepts from earlier in the course. Attempting them without re-reading prior lessons is the point — retrieval practice strengthens long-term memory more than re-reading.
Review Problem 1 — Combinations in probability
A bag contains 6 red chips and 4 green chips. Three chips are drawn at random without replacement.
(a) How many ways can 3 chips be selected from 10?
(b) How many of those ways result in exactly 2 red and 1 green chip?
(c) What is the probability of drawing exactly 2 red and 1 green?
Show Solution
(a) ways.
(b) Choose 2 red from 6: . Choose 1 green from 4: . By the Fundamental Counting Principle: favourable outcomes.
(c).
Review Problem 2 — Expected value and variance of a discrete distribution
A student plays a simple game: she rolls a fair 4-sided die (faces 1, 2, 3, 4). If she rolls a 4, she wins $3. If she rolls a 3, she wins $1. Otherwise, she wins nothing. The game costs $0.50 to play each round. Let = net winnings per round.
(a) Construct the PMF for (net of the $0.50 cost).
(b) Compute . Is this game worth playing?
(c) Compute and .
Show Solution
(a) Net outcomes: roll 1 or 2 → win $0 − $0.50 = −$0.50; roll 3 → win $1 − $0.50 = +$0.50; roll 4 → win $3 − $0.50 = +$2.50.
−0.50
0.50
2.50
2/4 = 0.50
1/4 = 0.25
1/4 = 0.25
(b)
0.50 > 00.50 per round on average.
(c)
Each round, net winnings deviate from the expected 0.50 by about 1.22 — the game is favorable but volatile.
Section 7: Mastery Check
▾
No hints. No scaffolding. Model answers are behind the disclosure triangles.
Question 1 — Feynman Test
Explain in your own words why the binomial probability formula includes a combination coefficient . Use a concrete example with trials and successes to ground your explanation.
Write as if explaining to a classmate who has not yet studied this topic.
0 / 600
Model Answer
The combination coefficient is needed because there are multiple distinct arrangements of successes among trials, and each arrangement contributes the same probability.
Concrete example (, ): Suppose each trial independently succeeds with probability . The sequences that produce exactly 2 successes are:
Sequence
Probability
S S F
S F S
F S S
Each sequence has the same probability . There are such sequences (choose which 2 of the 3 positions are successes). The total probability of exactly 2 successes is .
Without , the formula gives the probability of one specific sequence (e.g., SSF), not all sequences. The combination coefficient counts all arrangements and multiplies them together.
Question 2 — Applied Scenario
A vaccine is effective for each recipient independently with probability 0.85. A clinic administers the vaccine to 7 patients.
(a) Let = number of patients for whom the vaccine is effective. Verify BINS conditions and state the distribution of .
(b) Compute .
(c) Compute using an appropriate method. Show your setup.
Select all correct setups — two of the four options below are valid ways to set up . Both lead to the same numerical answer; the model solution shows both approaches.
Full Solution
(a) BINS check: B ✓ (effective/not), I ✓ (stated independent), N ✓ ( fixed), S ✓ (). So .
(b)
(c) Two equivalent approaches:
Direct sum:
Complement approach:.
Both give the same answer (0.7166). For this problem, the direct sum with 2 terms is simpler than summing 6 terms for .
Question 3 — Error Analysis
A student’s solution (contains an error):
Problem:. Find .
Student’s work:.
Student’s answer: There is about a 0.45% chance of exactly 3 successes.
The formula gives the probability of one specific arrangement of 3 successes and 5 failures (e.g., SSSFFFFF). But the probability of exactly 3 successes in any order requires multiplying by to count all arrangements.
Correct calculation:
The student’s answer of 0.00454 is exactly of the correct answer — confirming that the missing factor is .
What the student’s answer actually computes: The probability that the first 3 trials are successes and the last 5 are failures (i.e., the specific sequence SSSFFFFF), not the probability that exactly 3 successes occur somewhere in the 8 trials.
Question 4 — Distribution Shape
A quality control engineer monitors two independent production lines:
Line 1: — defect rate 15%
Line 2: — pass rate 85% (i.e., success = passing)
Without computing any probabilities, which statement correctly describes the shape of each distribution?
Explanation
From C5: the shape of depends on .
: → right-skewed. Most defective counts cluster near low values (few defects is common), with a long tail reaching toward higher counts.
: → left-skewed. Most pass counts cluster near high values (most items pass), with a tail stretching left toward fewer successes.
These two distributions are mirror images of each other: and always have opposite skew directions. Use the interactive visualization in Section 3 to verify this by setting then .
Self-Assessment
How confident do you feel about the binomial distribution right now?
Still confusedGetting thereSolid graspFeeling strongReady for the Boss Fight
Section 8: Boss Fight
▾
Choose your path. Each path is a multi-step challenge that requires all six core concepts from this lesson. Complete all tasks in your chosen path.
⚙️ Path A — The Analyst
You are a quality control inspector at a manufacturing facility. A production line has an 8% defect rate. You sample 15 items. Company policy: approve the batch if the probability of finding 2 or fewer defective items is at least 70%.
🎲 Path B — The Architect
You are designing a carnival game. Players flip a biased coin times. You choose and . The winning condition is: player wins if they get more than heads. You must ensure the game is fair-ish: and .
⚙️ Path A — The Analyst
Scenario: A production line produces items where each item is independently defective with probability 0.08. You inspect a random sample of 15 items. Company policy requires approving the batch only if .
Task 1. Verify all four BINS conditions. Define and state the distribution.
Task 2. Compute , , and . Show the full formula for each term.
Task 3. Find . Should the batch be approved? State your conclusion in a complete sentence referencing the company policy.
Task 4. Compute and for this inspection scenario. Interpret in context: on average, how many defective items do you expect in a sample of 15? Then write one sentence describing what tells you about the variation in defective counts across repeated batches.
Reflection: If the defect rate doubled to 16%, would you still approve the batch using the same policy? Without computing, predict whether would increase or decrease. Then compute for and verify your prediction.
0 / 500
🎲 Path B — The Architect
Scenario: You are designing a carnival game. Players flip a biased coin times with success probability on each flip. The winning condition is getting more than heads. You must choose and such that:
BINS conditions must hold for the game description you provide.
Task 1. Choose a value of and solve for the required from . Verify that your chosen satisfies . Show at least two valid combinations and pick one to proceed with.
Task 2. Verify for your chosen . Compute and confirm the constraint. If , try a different pair.
Task 3. For your chosen , compute the probability that a player wins (gets more than heads). Show your full setup including which values of are included. Round to 4 decimal places.
Task 4. Write a brief carnival game description (2–3 sentences) that matches your chosen , , and winning condition. Then verify all four BINS conditions hold for your described game.
Reflection: If you kept fixed but wanted to reduce as much as possible, would you increase or decrease ? Explain your reasoning using the formula , recalling that .
0 / 500
Section 9: Challenge Problems
▾
Ready for more? These problems go beyond the lesson objectives.
Challenge 1 — Algebraic Derivation of
In PR-4, you learned . Show algebraically that this equals for a binomial random variable.
Hint: Use the identity , which you can verify for small values (e.g., , ). Then substitute into the sum and simplify.
Show Solution
The term is 0, so:
Apply the identity :
Factor out (since ):
Let , so as ranges from 1 to , ranges from 0 to :
The sum is the sum of all PMF values for , which equals 1:
Challenge 2 — The Mode of the Binomial Distribution
For , the mode is the value of that maximizes .
It can be shown that when is not a whole number, and there are two modes at and when it is.
(a) Find the mode of using the formula. Verify by computing , , and and confirming that is the largest.
(b) Find the mode(s) of . Is the result consistent with the shape rule from C5?
Show Solution
(a) :
. Since 3.3 is not a whole number, .
Verify:
is indeed the largest. ✓
(b) :
. .
By symmetry: is the mirror image of , so the mode at is consistent with the left-skewed shape (most probability mass near 7, tail extending left toward 0). This confirms the C5 shape rule: produces a left-skewed distribution with mode above the midpoint .
Section 10: Solutions Reference
▾
Full step-by-step solutions for all Worked Examples, Guided Practice, Independent Practice, Boss Fight, and Challenge Problems are available on the dedicated solutions page.