67 total
By the end of this topic, you should be able to:
Note: You will NOT be tested on: repeated objects, circular arrangements, or problems that mix both permutations and combinations in a single question.
Before solving arrangement and selection problems, you need to understand factorial notation.
The factorial of a number n (written as n!) means you multiply that number by every positive whole number below it, all the way down to 1.
n!=n×(n−1)×(n−2)×⋯×2×1
Examples:
A useful shortcut:
n!=n×(n−1)!
For example: 7!=7×6!
This shortcut is very helpful when simplifying fractions involving factorials.
A permutation is an arrangement of items where order matters.
Think of it this way: if you are choosing 3 people to stand in a line for a photo, the positions matter. Person A standing first is different from Person A standing last. So the order changes the outcome — this is a permutation.
The number of ways to arrange r items chosen from n items (where order matters) is:
nPr=(n−r)!n!
Step-by-step logic behind the formula:
Imagine you have 8 letters and you want to arrange 3 of them in a row.
Total = 8×7×6=336
Using the formula: 8P3=(8−3)!8!=5!8!=8×7×6=336 ✓
Sign in to view full notes