Order vs Chaos: Cracking Permutations and Combinations

How do I instantly know if a question is a Permutation or a Combination?
Table of Contents
Permutations and Combinations is the topic that separates students who memorize formulas from students who understand logic. The formulas are simple. The hard part is reading the English of the question and deciding which formula to apply. This guide from our Ultimate Add Maths Guide trains your decision-making instinct.
1. Factorials: The Building Block
Before touching permutations or combinations, you must deeply understand factorials. n! counts the total number of ways to arrange n distinct objects in a line.
3! = 3 × 2 × 1 = 6 (6 ways to arrange 3 books on a shelf)
5! = 5 × 4 × 3 × 2 × 1 = 120
0! = 1 (by mathematical convention)
10! = 3,628,800 (factorials explode rapidly)
2. Permutations (Order Matters)
A permutation is an arrangement. ABC is a different permutation from BAC because the order has changed, even though the same 3 letters are used.
Formula: nPr = n! / (n-r)!
Example: How many 3-digit codes can be made from digits 1-7 (no repeats)?
7P3 = 7! / 4! = 7 × 6 × 5 = 210
Repeated Items: The MISSISSIPPI Problem
If items repeat, divide by the factorial of each repeat count. LEVEL has 5 letters, with L repeated twice and E repeated twice. Arrangements = 5! / (2! × 2!) = 120/4 = 30.
3. Combinations (Order Irrelevant)
A combination is a selection. Picking {Alice, Bob} for a committee is the same as picking {Bob, Alice}. The group is identical regardless of the order you chose them.
Formula: nCr = n! / (r! × (n-r)!)
Example: Choose a team of 3 from 8 players.
8C3 = 8! / (3! × 5!) = (8 × 7 × 6) / (3 × 2 × 1) = 56
4. Handling Restrictions and Conditions
The CAIE exam never gives you a clean nPr or nCr question. They always add restrictions like "the president must be a woman" or "the letters must start with a vowel".
The Golden Rule: Fix the Restricted Item First
If 5 people must sit in a row and Person A must sit at the end, place A first (2 choices: left end or right end), then arrange the remaining 4 people freely (4! = 24). Total = 2 × 24 = 48.
Frequently Asked Questions
What is the difference between a Permutation and a Combination?▼
What is a Factorial?▼
How do I handle repeated letters in Permutations?▼
When do I use multiplication vs addition?▼
Stop Guessing, Start Scoring
500+ CAIE practice questions with worked solutions and AI-powered mock exams.