Example 1 — Exactly 3 of 5
EasyProblem
A free-throw shooter makes each shot with probability , independently. What's the chance of making exactly 3 of 5?
Solution
-
Fixed 5 independent yes/no trials, constant , count of successes — binomial with .
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Are there a fixed number of independent trials, each success/failure with the same probability, and I want a count of successes?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Apply .
The rule is chosen only after the structure matches, so the steps mean something.
-
.
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — count the successes in n yes/no trials. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Count the orderings with , then weight by .