Example 1 — Top-3 finishers
EasyProblem
In how many ways can 5 runners finish 1st, 2nd, and 3rd?
Solution
-
Order matters — different finishing orders are different outcomes.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does swapping two of the chosen items create a different valid outcome?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Use with , .
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 — arrangements where order matters. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: When order matters, count ordered arrangements with .