Example 1 — Arrange the letters
EasyProblem
In how many orders can the 4 distinct letters A, B, C, D be lined up?
Solution
-
All four items are arranged in order, so count full orderings.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I counting the ways to arrange all distinct items, multiplying down to ?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Compute by multiplying down to 1.
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 — multiply all the way down to 1. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: counts the arrangements of all distinct items.