Mistake Master
Student view — seeing the site as a student does

The Binomial Distribution

▶︎  Watch it animatedinteractive step-through · ~3 min · optional

A binomial variable counts successes in a fixed number $n$ of independent trials, each with two outcomes and the same success probability $p$; all four conditions have to hold before the model is used. Then $P(X = k) = \binom{n}{k} p^k (1-p)^{n-k}$, where the powers give one arrangement's probability and the combination counts the arrangements, and $\mu = np$ with $\sigma = \sqrt{np(1-p)}$. For 5 free throws at $p = 0.7$: $P(X = 3) = 10(0.343)(0.09) = 0.3087$, $\mu = 3.5$, $\sigma \approx 1.02$.

Two failures dominate. The setting is never checked, so the model is applied where the number of trials is itself random (flip until heads), where $p$ changes trial to trial (drawing from a small group without replacement), or where the outcome is not two-valued. And boundaries are mistranslated: at least 4 summed as $P(4)$ alone, at most 2 summed from the wrong end, the complement of at least 3 taken as at most 3, or the combination coefficient dropped so that $P(X = 3)$ comes out ten times too small.

binomial n = 5, p = 0.7: number of makes 0.36 0 0.002 0.028 0.132 0.309 0.360 0.168 0 1 2 3 4 5 mean = np = 3.5 makes, SD = sqrt(1.05) = 1.02 P(at least 4) = 0.360 + 0.168 = 0.528 P(more than 4) = 0.168
The mean of 3.5 makes falls between two bars, as a weighted average may. At least 4 collects two bars and more than 4 collects one, which is a difference of 0.36 in probability.
check all four before the formula 1. fixed number of trials n 2. two outcomes per trial 3. constant success probability p 4. independent trials shoot until you make one fails 1: n is random 5 cards from a 52-card deck fails 3 and 4: p shifts record the face of a die fails 2: six outcomes but 10 rolls, counting sixes, passes all four: n = 10, p = 1/6
Each failing example breaks a different condition, and the last one shows the repair: rewriting the die roll as a six or not restores the two-outcome structure the model needs.

The work

3 ways in · any order
Lesson
The Binomial Distribution

Puts the four binomial conditions ahead of the formula, then works the probability formula with its combination coefficient, the mean and standard deviation, and the translation of at least, more than, and at most into the correct sum.

Skill check · 10 scenarios
Diagnostic
10-item topic check

Ten items on the binomial model: settings that never qualified, the counting coefficient dropped, at least summed as exactly, and complements taken against the wrong event. Take it cold to find your habit, or after the lesson to check it is gone.

Not started · 10 items · ~15 min
Targeted Practice
Drill a single misconception

Pick one of the failure modes you missed and drill it on its own. The round is adaptive: two correct in a row clears it for now and moves you to the next. Two in a row is a checkpoint, not proof: if the error resurfaces later, the misconception comes back.

Take the diagnostic to identify your misconceptions