Skip to content

Counting cheat sheet

If you are choosing one outcome from disjoint cases, add the counts.

Formula: a + b + c

Signal words: either, one of, separate cases.

If a task is done in stages, multiply the number of choices per stage.

Formula: a × b × c

Signal words: first, then, for each.

Use when you arrange distinct items and order matters.

Formula: P(n, r) = n! / (n-r)!

Signal words: line up, arrange, rank, seat.

Use when you choose items and order does not matter.

Formula: C(n, r) = n! / (r!(n-r)!)

Signal words: choose, select, committee, team.

  1. Am I splitting into separate cases, or moving through stages?
  2. If I swap the chosen objects, do I get a different outcome?
  3. Am I counting valid outcomes directly, or should I count the total and subtract bad cases later?

Next: Lesson 1, Counting basics