Sum rule
If you are choosing one option from disjoint cases, add the counts.
a + b + c
Signal words: either, one of, separate cases.
Reference 1
The shortest reliable map for first-step combinatorics decisions.
If you are choosing one option from disjoint cases, add the counts.
a + b + c
Signal words: either, one of, separate cases.
If a task is done in stages, multiply the number of choices per stage.
a · b · c
Signal words: first, then, for each.
Use when you arrange distinct items and order matters.
n! or P(n,r) = n! / (n-r)!
Signal words: line up, arrange, rank, seat.
Use when you choose items and order does not matter.
C(n,r) = n! / (r!(n-r)!)
Signal words: choose, select, committee, team.