Difference between Permutations and Combinations

Each of the arrangements that can be made out of a given set of things, by taking some or all of them at a time, are called Permutations. The order in which arrangements are taken is important in a Permutation.

Each of the groups or selections (in any order) that can be made out of a given set of things by taking some or all of them at a time are called combinations. The order in which selections are made is not important in a Combination.

Example: Two letters a and b together form one group (combination), but they can be arranged in two different ways as ab and ba and thus there are total of  two arrangements (permutations).

Again, if we take three letters a, b, and c, then the number of groups taking two letters at a time is three i.e., ab, bc, and ca.

But each group gives rise to two different arrangements, hence the total number of arrangements = 6 i.e., ab, ba, bc, cb, ca, and ac.

Further, if we take four letters a, b, c, and d, then the combinations which can be made by taking two letters at a time are six in numbers.

ab, ac, ad, bc, bd, cd

And the permutations which can be made by taking two letters at a time are twelve in number

ab, ba, ac, ca, ad, da, bc, cb, bd, db, cd, dc

Before we proceed on to study permutations and combinations in detail, we shall introduce a notation n! read as n factorial, which is very helpful in the study and calculation of permutations and combinations.

Combinations Formula with Examples

Combination is a way of selecting items from a collection of items in combination we do not look at the order of selecting items, but our main attention is on the total number of selected items from a given set of items. For example- suppose that we have three numbers say, a, b, and c. Then in how many ways we can select two numbers is known as a combination.

Table of Content

  • What is Combinations?
  • Combination Formula
  • Relation between Combination Formula and Permutation Formula
  • Difference between Permutations and Combinations
  • What is Factorial?

Similar Reads

What is Combinations?

Different groups that can be formed by choosing r things from a given set of n different things, ignoring their order of arrangement, are called combinations of n things taken r at a time....

Combination Formula

The number of combinations of n different things taken r at a time is given by...

Relation between Combination Formula and Permutation Formula

The main difference between combination and permutation is only that in permutation we also consider the order of selecting the things but in combination order of selection does not matter. And therefore, permutations are always greater than the combination....

Difference between Permutations and Combinations

Each of the arrangements that can be made out of a given set of things, by taking some or all of them at a time, are called Permutations. The order in which arrangements are taken is important in a Permutation....

What is Factorial?

Continued product of first n natural numbers (i.e., the product of 1, 2, 3, …, n) is denoted by symbol n! and read as factorial n....

Sample Questions

Question 1: Evaluate 4! – 3!...