Permutations and Combinations
CIE A-Level Mathematicsยท 35 min read
1. Permutations of Distinct Itemsโ โ โโโโฑ 10 min
Permutation
An ordered arrangement or selection of items from distinct items, where order of selection matters.
Example:
Arranging 2 out of 3 letters A, B, C gives 6 unique permutations.
When there is no repetition of items, the number of permutations is calculated with the formula:
How many permutations are there of 4 letters selected from the word HEPTAGON (all letters are distinct)?
- 1
- Count the total number of distinct letters: , we select .
- 2
- Substitute into the permutation formula:
- 3
- 4
- Simplify to get:
Exam tip:
Always confirm that all items are distinct before using this formula.
2. Arrangements with Identical Itemsโ โ โ โโโฑ 15 min
This section covers the syllabus skill of arranging identical items. First we separate it from a related prerequisite (reusing items) that is often confused with it:
Reusing items โ prerequisite, multiplication principle (not the syllabus 'repetition'): When items may be reused (e.g. each position of a 4-digit PIN code), the number of arrangements of items from is . This follows from the basic counting principle and is different from the identical-items case below.
Identical items โ the syllabus 'repetition' (e.g. the letters of NEEDLESS): When arranging all items where some are identical, divide by the factorial of the count of each repeated item to avoid overcounting.
Where is the number of identical items of type .
Find the number of distinct arrangements of the letters in the word STATISTICS.
- 1
- Count total letters: .
- 2
- Identify repeated letters: S = 3, T = 3, I = 2, A = 1, C = 1.
- 3
- Substitute into the formula:
- 4
- 5
- Simplify to get 50400 distinct arrangements.
3. Combinations of Distinct Itemsโ โ โโโโฑ 12 min
Combination
An unordered selection of items from distinct items, where order does not change the outcome.
Example:
Selecting 2 out of 3 letters A, B, C gives only 3 unique combinations.
Combinations are calculated by adjusting permutations to remove duplicate orderings of the same selection. The formula is:
A useful identity to simplify calculations is .
A committee of 3 people is selected from 8 candidates. How many different committees are possible?
- 1
- Order of committee members does not matter, so use combinations: , .
- 2
- Substitute into the formula:
- 3
- 4
- Simplify to get 56 different committees.
Is arranging people in a queue for a photo a permutation or combination?
Permutation
Combination
Reveal answer
Permutation โOrder of position matters in a queue, so it is a permutation.
4. Combined Problems with Restrictionsโ โ โ โ โโฑ 15 min
Most CIE exam questions combine permutations and combinations with restrictions, such as 'must include at least X', 'certain items must be together', or 'certain items must not be together'. A common efficient approach is to calculate the total number of outcomes, then subtract the number of invalid outcomes that do not meet the restriction.
How many 5-person teams can be selected from 6 men and 5 women, if the team must have at least 2 women?
- 1
- Calculate total number of ways to select 5 people from 11:
- 2
- 3
- Calculate invalid outcomes (fewer than 2 women = 0 women or 1 woman):
- 4
0 women (all men):
- 5
1 woman + 4 men:
- 6
- Total invalid =
- 7
- Valid outcomes = total - invalid =
In how many ways can 8 people stand in a line if two particular people, A and B, must not stand next to each other?
- 1
- Count all arrangements with no restriction: .
- 2
- Count the arrangements where A and B are together by gluing them into one block (7 items to arrange) and multiplying by 2 for the internal order AB or BA: .
- 3
- The 'not together' arrangements are the total minus the 'together' arrangements: .
Exam tip:
For 'at least' restrictions, the total minus invalid method is almost always faster than counting every valid case separately.
5. Common Pitfalls
Wrong move:
Treating unordered selections as permutations
Why:
You overcount by a factor of because you count every ordering of the same selection as unique
Correct move:
Always check if order matters: if swapping two items does not create a new outcome, use combinations.
Wrong move:
Forgetting to divide by factorials of identical items
Why:
Swapping identical items does not create a new arrangement, so you overcount
Correct move:
List all repeated items explicitly before calculating, then divide by the product of their factorials.
Wrong move:
Adding instead of multiplying for independent selections
Why:
Confusing the addition principle for mutually exclusive cases with multiplication for independent choices
Correct move:
Use multiplication for 'and' choices, addition for 'or' mutually exclusive cases.
Wrong move:
Forgetting to permute items that must be kept together
Why:
When grouping items into a block, you miss the internal arrangements of the block
Correct move:
Count arrangements of the blocks, then multiply by the number of permutations of items within the block.
Wrong move:
Double counting outcomes that satisfy multiple conditions
Why:
When adding cases for overlapping restrictions, you count outcomes that meet multiple conditions twice
Correct move:
Use the principle of inclusion-exclusion or use the total minus invalid method to avoid double counting.
6. Quick Reference Cheatsheet
Scenario | Formula/Method |
|---|---|
Permutations, distinct from , no repetition | |
Permutations, from , repetition allowed | |
Arrange items with repeats | |
Combinations, unordered from | |
At least X restriction | Total outcomes invalid outcomes |
Items must be kept together | Treat as 1 block, multiply by internal permutations |
Going deeper
What's Next
Permutations and combinations are the foundational counting skill for almost all probability questions in CIE A-Level Statistics 1. You will directly use combinations to derive and calculate probabilities for the binomial distribution, the next core topic in this unit. These counting methods also appear regularly in problems involving conditional probability, discrete random variables, and further statistics topics in A2 level. Mastery of this subtopic is critical to scoring well on probability sections of the exam.
