Example 1 — Count the committees
EasyProblem
How many 2-person committees can be formed from 6 people?
Solution
-
Order doesn't matter on a committee, so it's with .
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I counting selections of from where order doesn't matter (or the matching expansion coefficient)?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Apply and cancel.
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 — 'n choose k', counting the same things two ways. If it does not, revisit the recognition step before changing the arithmetic.
Answer
committees
Takeaway: Order-free selection of from is exactly .