Permutation and Combination - Definition, Formulas, Examples and FAQs
Permutation and Combination - Definition, Formulas, Examples and FAQs
Permutation Formula
Permutation formula is used to find the number of ways to pick r things out of n different
things in a specific order and replacement is not allowed and is given as follows:
Combination
It is the distinct sections of a shared number of components carried one by one, or some,
or all at a time. For example, if there are two components A and B, then there is only one
way to select two things, select both of them.
For example, let n = 3 (A, B, and C) and r = 2 (All combinations of size 2). Then there
are 3C2 such combinations, which is equal to 3. These three combinations are AB, AC, and
BC.
Here, the combination of any two letters out of three letters A, B, and C is shown below, we
notice that in combination the order in which A and B are taken is not important as AB and
BA represent the same combination.
Note: In the same example, we have distinct points for permutation and combination.
For, AB and BA are two distinct items i.e., two distinct permutation, but for selecting,
AB and BA are the same i.e., same combination.
Combination Formula
Combination Formula is used to choose ‘r’ components out of a total number of ‘n’
components, and is given by:
Using the above formula for r and (n-r), we get the same result. Thus,
Combination, on the further hand, is a type of pack. Again, out of those three
numbers 1, 2, and 3 if sets are created with two numbers, then the combinations are
(1, 2), (1, 3), and (2, 3).
Here, (1, 2) and (2, 1) are identical, unlike permutations where they are distinct. This
is written as 3C2. In general, the number of combinations of n distinct things taken r
at a time is,
Permutation Combination
A permutation is used when different Combinations are used when the same kind
kinds of things of things are to
Permutation Combination
Permutation of two things out of three the combination of two things from three
given things given things
a, b, c is ab, ba, bc, cb, ac, ca. a, b, c is ab, bc, ca.
n n
Formula for permuation is: Pr = n!/(n The formula for Combination is: Cr = n!
– r)! /{r! × (n – r)!}
Given, n = 9, r = 3
Using the formula given above:
For Permutation:
n
Pr = (n!) / (n – r)!
⇒ nPr = (9!) / (9 – 3)!
⇒ nPr = 9! / 6! = (9 × 8 × 7 × 6! )/ 6!
⇒ nPr = 504
For Combination:
n
Cr = n!/r!(n − r)!
⇒ nCr = 9!/3!(9 − 3)!
⇒ nCr = 9!/3!(6)!
⇒ nCr = 9 × 8 × 7 × 6!/3!(6)!
⇒ nCr = 84
Example 2: In how many ways a committee consisting of 4 men and 2 women, can be
chosen from 6 men and 5 women?
Solution:
Example 4: How many 3-letter words can be formed using the letters from the word
“FABLE”?
Solution:
Therefore, there are 60 3-letter words that can be formed using the letters from
the word “FABLE”.
This is a combination problem because the order of the members doesn’t matter.
Using the combination formula, we get:
10C = 10! / (5! x (10 – 5)!) = 10! / (5! x 5!)
5
This is a combination problem because the order of the toppings doesn’t matter.
Using the combination formula, we get:
4
4C = 4! / (2! x (4 – 2)!) = 4! / (2! x 2!) = (4 x 3) / (2 x 1) = 6
2
Therefore, there are 6 ways to order a pizza with exactly 2 toppings from 4
different toppings.
Example 7: How considerable words can be created by using 2 letters from the
term“LOVE”?
Solution:
Example 8: Out of 5 consonants and 3 vowels, how many words of 3 consonants and
2 vowels can be formed?
Solution:
Example 9: How many different combinations do you get if you have 5 items and
choose 4?
Solution:
Insert the given numbers into the combinations equation and solve. “n” is the number
of items that are in the set (5 in this example); “r” is the number of items you’re
choosing (4 in this example):
C(n, r) = n! / r! (n – r)!
⇒ nCr = 5! / 4! (5 – 4)!
⇒ nCr = (5 × 4 × 3 × 2 × 1) / (4 × 3 × 2 × 1 × 1)
⇒ nCr = 120/24
⇒ nCr = 5
The solution is 5.
Example 11: In how many distinct forms can the letters of the term ‘PHONE’ be
organized so that the vowels consistently come jointly?
Solution:
The word ‘PHONE’ has 5 letters. It has the vowels ‘O’,’ E’, in it and these 2 vowels
should consistently come jointly. Thus these two vowels can be grouped and viewed
as a single letter. That is, PHN(OE).
Therefore we can take total letters like 4 and all these letters are distinct.
Number of methods to organize these letters = 4! = 4 × 3 × 2 × 1
⇒ Required ways arrenge letters = 24
All the 2 vowels (OE) are distinct.
Number of ways to arrange these vowels among themselves = 2! = 2 × 1
⇒ Required ways to arrange vowels = 2
Hence, the required number of ways = 24 × 2
⇒ Required ways = 48.