BrightChamps Logo
Login
Creative Math Ideas Image
Live Math Learners Count Icon107 Learners

Last updated on July 9th, 2025

Math Whiteboard Illustration

Difference Between Permutations and Combinations

Professor Greenline Explaining Math Concepts

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.

Difference Between Permutations and Combinations for US Students
Professor Greenline from BrightChamps

What is Permutation?

 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)!

Professor Greenline from BrightChamps

What is Combination?

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
 

 

  • n! / r! (n - r)!
     
Professor Greenline from BrightChamps

Difference Between Permutations and Combinations

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)!

 

Professor Greenline from BrightChamps

What is the Relation Between Permutation and Combination?

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!). 
 

Professor Greenline from BrightChamps

Real-world Applications of Difference Between Permutations and Combinations

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.

 

 

  • We use permutations to generate passwords, as the order of characters matters in passwords.

 

  • We use permutations in cybersecurity and cryptography to create unique codes and passwords, as the order of characters is important.

 

  • A combination is used to select members for a team, as order doesn’t matter.

 

  • We use combinations in picking winning numbers in the lottery, as the order is irrelevant.

 

  • The permutations and combinations are used to assign phone numbers, city codes, car numbers, and telephone codes, as the order of the characters is important.
     
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in 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.  

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Thinking that permutations and combinations are the same
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students think that permutations and combinations are the same, which leads to errors. So always remember that in permutations the order of selection matters, and in combinations the order of selection does not matter. 
 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Using the wrong formula to find the permutations and combinations
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

One common mistake students make when finding the permutations and combinations is applying the wrong formula and which can lead to errors. So always memorize the formulas: Permutation formula: nPr = n! / (n - r)! and Combination formula: nCr = n! / r! (n - r)!
 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Unable to identify when repetition is allowed 
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Sometimes students find it hard to determine whether the items can be repeated or not, and it can result in using the wrong formulas. So always read the problem carefully and identify the phrases like “repeating allowed”, “no digit repeated”, or “no repeats”. 
 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Arithmetic errors in factorial calculations
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students often make errors when calculating factorials, especially when working with large numbers. So, always simplify before computing the factorial calculations.  

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

 Confusing with permutations or combinations in word problems 
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

When doing problems related to permutations or combinations, students fail to identify whether it is permutations or combinations. To avoid this confusion, it is important to read the questions carefully. Identify the words like arrange, order, or sequence for permutation and words like select, choose, or group for combination. 
 

arrow-right
Max from BrightChamps Saying "Hey"

Solved Examples of Difference Between Permutations and Combinations

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

From a set of 5 different books, in how many ways can you select 3 books and arrange them on a shelf?

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

The number of ways to choose 3 books is 10
The ways of arranging 3 books from a set of 5 are 60
 

Explanation

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
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 2

In how many ways can you arrange 4 out of 7 different letters?

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

We can arrange the letters in 840 ways
 

Explanation

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
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 3

How many ways can you form a team of 4 from 10 players?

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

The number of ways you can form a team of 4 from 10 players is 210
 

Explanation

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
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 4

In how many ways can 5 people be arranged in a line from a group of 9?

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

We can arrange them in 15120 ways 
 

Explanation

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
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 5

Out of 7 runners, how many ways can you select 3 to join a relay team?

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

In 35 ways, we can select the relay team 
 

Explanation

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
 

Max from BrightChamps Praising Clear Math Explanations
Ray Thinking Deeply About Math Problems

FAQs on Difference Between Permutations and Combinations

1.What is the main difference between permutations and combinations?

Math FAQ Answers Dropdown Arrow

2.What is the formula for a combination?

Math FAQ Answers Dropdown Arrow

3.What is the formula for permutations?

Math FAQ Answers Dropdown Arrow

4.How many combinations of 2 out of 5?

Math FAQ Answers Dropdown Arrow

5.What is 2!?

Math FAQ Answers Dropdown Arrow

6.How does learning Algebra help students in United States make better decisions in daily life?

Math FAQ Answers Dropdown Arrow

7.How can cultural or local activities in United States support learning Algebra topics such as Difference Between Permutations and Combinations ?

Math FAQ Answers Dropdown Arrow

8.How do technology and digital tools in United States support learning Algebra and Difference Between Permutations and Combinations ?

Math FAQ Answers Dropdown Arrow

9.Does learning Algebra support future career opportunities for students in United States?

Math FAQ Answers Dropdown Arrow
INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
Dubai - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom