Open In App

Permutation vs Combination – Definition, Differences, Examples

Last Updated : 08 Jan, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

Permutation is referred to as the selection followed by an arrangement of a certain set of items from a given sequence or collection of items. Permutations are denoted by the following formula, 

nPr = (n!)/(n-r)!, n > 0 and r > 0

where,

n is considered to be the number of different elements.

r is the arrangement pattern of the element.

Combination 

Combination is referred to as the selection of a certain set of items from a given sequence or collection of items. The order of selection of individual items doesn’t hold any relevance in the case of combinations. Combinations are denoted by the following formula, 

nCr = (n!)/[r! (n-r)!], n>0 and r>0

where 

n is the number of different elements

r is the arrangement pattern of the element

The key differences between permutation and combination are as follows: 

PermutationCombination
Ordered arrangement of itemsUnordered arrangement of items
Also known as ordered elementsAlso known as an unordered set of elements
A single combination may lead to the derivation of multiple permutations.A single permutation can lead to only a single combination. 
Order is important. Order does not hold any relevance. 

To illustrate the difference between permutation and combination we can consider the following examples; 

Let us suppose we have 3 alphabets, A, B, and C. 

Now, 

Possible combinations of selection of any two items from three are as follows: 

AB  (=BC)

BC  (=CB)

CA  (=AC)

nCr = (n!)/[r! (n-r)!]

= 3Cr

= \frac{3!}{2! * 1!} \\ \frac{3 * 2 * 1}{2 * 1} \\  = 3

Therefore, there are three ways of choosing two items. 

Now, in case of permutations, 

AB  

BA

BC

CB

CA  

AC 

nPr = (n!)/(n-r)!

= \frac{3!}{1!} \\ \frac{3 * 2 * 1}{1} \\  = 3 * 2 \\ = 6

Therefore, there are six ways of choosing and arranging two items from a total of six items. 

Sample Questions

Question 1: Give an example of permutation and combination of two items Yash and Yashvi 

Solution: 

Possible Permutations are

Yash Yashvi 

Yashvi Yash

Possible Combinations are

Yash Yashvi, since both the items have to be definitely selected

Question 2: Calculate the permutation of selecting 4 items from 6 items.

Solution: 

We know, 

nPr = (n!)/(n-r)!, n>0 and r>0

Here, 

n = 6

r = 4

Substituting the values, we get, 

nPr = (6!)/(6-4)!

= 6!/2!

= 6 * 5 * 4 * 3

= 360

Question 3: Calculate the combination of selecting 4 items from 6 items.

Solution: 

We know, 

nCr = (n!)/[r! (n-r)!], n>0 and r>0

Here,

n = 6

r = 4

Substituting the values, we get, 

nPr = (6!)/[4! * (6-4)!]

= 6! / (4! * 2!)

= 6!/ 4! * 2

= (6 * 5 * 4 * 3 * 2 )/ (4 * 3 * 2) * 2

= 15

Question 4: Calculate 5!, if suppose, 4! = 100

Solution: 

We know, 

n! = n * (n-1)!

Substituting the given hypothetical values, we get, 

5! = 5 * 4!

= 5 * 4!

= 5 * 100

= 500


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads