Last updated on July 9th, 2025
Permutations and combinations are methods used to arrange or select items from a larger set. The key difference lies in whether the order of selection matters.
A permutation is the number of ways to arrange a set of items in a specific order.It is represented as nPr , where n is the total number of items and r is the number of items chosen for the arrangement. The formula to calculate Permutation is: nPr = n! /(n - r)!
A combination is the selection of items from a larger set where the order of selection is not important. It is represented by nCr, where n is the total number of distinct items and r is the number of items selected. The formula for combination is: nCr =
The order of selection of items is the main difference between permutations and combinations. Now we will learn the difference between permutations and combinations in detail.
Permutation |
Combination |
A permutation is the number of ways of arranging items in a specific order. |
A combination is the total number of possible selections of items from a given set. |
In permutation, the order plays an important role |
The order of the items is not important for the combination |
When the items are of different kinds, we use permutations |
When the items are of a similar kind and when order does not matter, we use a combination |
The possible outcomes of tossing two coins are: {HH, HT, TH, TT}. Here, HT and TH are different, as in order matters |
When tossing two coins, the possible outcomes are: {HH, HT, TT}. As order does not matter in combinations, we consider HT and TH as one. |
Permutation formula: nPr = n! / (n - r)! |
Combination formula: nCr = n! /r! (n - r)! |
By comparing the formulas of permutation and combination, let’s understand the relationship between permutation and combination. When selecting and arranging r items from n, we can express the permutation as the product of r! And the combination of those r items.
nPr = n! / (n - r)!
We can rewrite it as:
nPr = r! × n! / r! (n - r)!
nPr = r! × nCr
Thus, the number of permutations is the product of the number of combinations and the ways to arrange the selected items (r!).
In real life, we use permutations and combinations from creating passwords to scheduling events. In this section, we will learn a few applications of the difference between permutations and combinations.
Students often confuse permutations and combinations, leading to errors. So we will be learning some common mistakes and ways to avoid them.
From a set of 5 different books, in how many ways can you select 3 books and arrange them on a shelf?
The number of ways to choose 3 books is 10
The ways of arranging 3 books from a set of 5 are 60
The number of ways to select books: nCr = n! / r! (n - r)!
Here n = 5 and r = 3
C(5, 3) = 5!/(3! (5 - 3)!)
= 5!/(3! × 2!)
= (5 × 4 × 3!) / (3! × 2!)
= (5 × 4)/2!
= 20/(2 × 1)
= 10
To find the ways of arranging 3 books on a shelf, we calculate the permutations:
nPr = n! / (n - r)!
Here, n = 5 and r = 3
nPr = 5! / (5 - 3)!
= 5! 2! = (5 × 4 × 3 × 2!)/2!
= 5 × 4 × 3
= 60
In how many ways can you arrange 4 out of 7 different letters?
We can arrange the letters in 840 ways
To find the ways of arranging 4 out of 7 different letters, we use the permutation formula.
nPr = n! / (n - r)!
Here, n = 7 and r = 4
nPr = 7! / (7 - 4)!
= 7! 3!
= (7 × 6 × 5 × 4 × 3!) / 3!
= 7 × 6 × 5 × 4
= 840
How many ways can you form a team of 4 from 10 players?
The number of ways you can form a team of 4 from 10 players is 210
To find how many ways we can form a team of 4 people from a group of 10, we use the combination formula
nCr = n! / r! . (n - r)!
Where n = 10 and r = 4
C(10, 4) = 10! / 4! . (10 - 4)!
= 10! / 4! . 6!
= 10 × 9 × 8 × 7 × 6! / 4! × 6!
= 10 × 9 × 8 × 7 / 4 × 3 × 2 × 1
= 5040/24
= 210
In how many ways can 5 people be arranged in a line from a group of 9?
We can arrange them in 15120 ways
To find the ways to arrange 5 people in a line from a group of 9, we use the permutation formula
nPr = n! / (n - r)!
P(9, 5) = 9! / (9 - 5)!
= 9! 4!
= (9 × 8 × 7 × 6 × 5 × 4!)/4!
= 15120
Out of 7 runners, how many ways can you select 3 to join a relay team?
In 35 ways, we can select the relay team
To find the number of ways to select 3 runners to join a relay team, we find the combination
nCr = n! / r! . (n - r)!
Where n = 7 and r = 3
C(7, 3) = n! / r! . (n - r)!
= 7! / 3! . (7 - 3)!
= 7! / 3! . 4!
= 7 × 6 × 5 × 4! / 4! × 3 × 2 × 1
= 7 × 6 × 5 / 3 × 2 × 1
= 35