Counting Principles
Entry conditions
You should be comfortable with natural numbers and multiplication.
Definitions
The product rule: if task A can be done in ways and task B in ways (independently), then doing both can be done in ways.
The sum rule: if task A can be done in ways and task B in ways, and the two tasks are mutually exclusive, then doing one or the other can be done in ways.
A permutation of objects is an arrangement of all objects in order. There are permutations.
A combination selects objects from without regard to order. The number of combinations is the binomial coefficient .
The binomial theorem: .
Vocabulary (plain language)
- Permutation: an ordered arrangement.
- Combination: an unordered selection.
- Binomial coefficient: the number of ways to choose items from .
Intuition
Counting is the art of organizing choices. The product rule says independent choices multiply; the sum rule says exclusive alternatives add. Permutations count when order matters; combinations count when it does not.
Worked example
How many 3-letter strings can be formed from {A, B, C, D, E} without repetition? This is a permutation: . How many 3-element subsets? This is a combination: .
Common mistakes
- Confusing permutations (order matters) with combinations (order does not).
- Applying the product rule when choices are not independent.