Counting Principles, Permutations, and Combinations
Scope Label
Core 9758. This note covers the basic language and formulas needed before handling harder restrictions or special arrangements.
Use it with the hub Permutations and Combinations.
The First Decision: Add or Multiply
The addition and multiplication principles are the foundation of counting.
Use the addition principle when the outcome can occur in one of several separate cases.
If there are ways for case A and ways for case B, and the cases do not overlap, then there are
ways in total.
Use the multiplication principle when the outcome is built through successive stages.
If stage 1 can be done in ways and, after that, stage 2 can be done in ways, then there are
ways in total.
Caption: Addition counts alternatives; multiplication counts successive stages.
Example: Cases versus stages
A student chooses either one of 4 sandwiches or one of 3 drinks. If exactly one item is chosen, the number of choices is
If the student chooses one sandwich and one drink, the number of choices is
The numbers are similar, but the structure is different.
Factorial Notation
Factorial notation appears when distinct objects are arranged in order.
For a positive integer ,
For example,
The convention
is important. There is one way to make no choice or arrange no remaining objects.
Arranging All Distinct Objects
If distinct objects are arranged in a row, the number of arrangements is
Reason:
- choices for the first position
- choices for the second position
- choices for the third position
- continuing until 1 choice remains
Therefore,
Permutations: Arranging Some Objects
A permutation counts an ordered arrangement.
The number of ways to arrange objects chosen from distinct objects, without replacement, is
In factorial form,
Use when:
- objects are chosen from
- the chosen objects are placed in ordered positions
- changing the order gives a different outcome
Example: Ordered positions
There are 8 students and 3 different roles: chairperson, secretary, and treasurer.
The number of ways is
Order matters because the roles are different.
Combinations: Selecting Objects
A combination counts an unordered selection.
The number of ways to choose objects from distinct objects, without replacement, is
Use when:
- objects are chosen from
- the order of the chosen objects does not matter
- the selected group has no internal roles or ranking
Example: Committee selection
There are 8 students and 3 are chosen for a committee.
The number of committees is
The group is the same committee as .
Caption: The difference is not the objects chosen; it is whether their order is part of the outcome.
Relationship Between and
The relationship is
This says:
- choose the objects
- arrange the chosen objects
So
The division by removes the internal order of the selected objects.
This is often the most useful way to understand combinations. A combination is not a new kind of magic formula; it is a permutation after internal order has been ignored.
Useful Combination Identities
Symmetry
Choosing objects to include is equivalent to choosing objects to exclude.
For example,
Edge cases
There is one way to choose nothing, and one way to choose everything.
Grouping Problems
Grouping problems require special care because groups may be labelled or unlabelled.
Labelled groups
If 6 students are split into a Red team of 3 and a Blue team of 3, the teams are labelled.
Choose the Red team:
The remaining students automatically form the Blue team.
Unlabelled groups
If 6 students are split into two unlabelled groups of 3, then temporarily calling the groups “group A” and “group B” overcounts by .
The number of ways is
The division removes the artificial swap of the two whole groups.
Core Worked Examples
Example 1: Arranging letters without repetition
How many 4-letter codes can be formed from 7 distinct letters without repetition?
The positions are ordered, so use permutations:
Example 2: Choosing a team
How many teams of 4 can be chosen from 9 students?
The team has no internal order, so use combinations:
Example 3: Choose then assign roles
From 9 students, choose 4 students for a team, then appoint one of the chosen students as captain.
One method is:
Another method is:
Both count the same thing: choose the captain, then choose the other 3 team members.
Common Pitfalls
- Treating every selection problem as an arrangement problem.
- Forgetting that different roles make order matter.
- Dividing by when the order is actually meaningful.
- Using addition when stages should be multiplied.
- Using multiplication when cases overlap.
- Forgetting that cases must be mutually exclusive before adding.