(a) If ndistinct items are to be arranged in ndistinct positions, it can be done in nPn=n! ways.
Let's try to find the number of ways in 5students can be seated in5seats in a row. While the seats might be similar in the above example, the position of these seats (1st from left, 2nd from left, etc.) make them distinct.
∴ Number of ways 5 students can be arranged in 5 seats in a row =5!=120
(b) If ndistinct items are to be given exactly 1 of ndistinct things, it can be done in nPn=n! ways.
Now, let's try to find the number of ways in which 5people can be given5different coins, such that each of them receives 1 coin. We can draw parallels to the above example here. The 5 people are distinct and are like the 5 seats. And, the 5 different coins are like the 5 students.
∴ Number of ways 5 people can be given 5 different coins =5!=120
2.1 Permutation similar Elements (Letters Technique)
In a total of nelements, if there are a similar elements of one kind, b similar elements of a second kind, c similar elements of a third kind and so on, then the nelements can be arranged in a!b!c!...n! ways.
Note: This is applicable when all n elements are to be arranged. If only few of the n elements are to be arranged, you need to break down and find the arrangements one-by-one. This type of question is covered in Example23.
Example 5
A shopkeeper needs to arrange 2 Kit kat bars, 4 Mars bars and 3 Perk bars in a row. In how many different ways can she arrange these?
Solution
There are a total of 9 items and all of them need to be arranged.
Similar Elements = 2 Kit kats, 4 Mars and 3 Perk
Number of permutations =a!b!c!n!=2!4!3!9!
Simplifying this is not difficult. We first remove the largest factorial from the denominator
=2!×3!9×8×7×6×5=63×20=1260
Answer: 1260
Example 6
Joe has 7 coloured bricks. 3 of them are red, 2 of them are blue, 1 is yellow and 1 is white. In how many different ways can all of these 7 bricks be arranged one over the other?
Solution
Total items =7
Similar Elements =3 red, 2 blue, 1 yellow and 1 white
Number of permutations =a!b!c!d!n!=3!×2×1×17!=125040=420
If there is only 1 element of 1 kind, we divide by 1!. This doesn't change the answer. Therefore, going forward, we will consider similar elements only when they are more than 1. Rewriting the above,
Total Items =7
Similar Elements =3 red and 2 blue
Number of permutations =a!b!n!=3!×2!7!=125040=420
Answer: 420
2.1.1 Permuting letters in a word
A word can have 2 or more letters of the same kind. These similar letters are like similar elements explained in the above section {2.2} Permutation involving similar elements.
In an n-letter word, if a letter occurs a times, another letter occurs b times, another letter occurs c times and so on, then the
Number of different n-letter words that can be formed =a!b!c!...n!
For instance, the letters of the word BET can be arranged in the following 6way
BET, BTE, EBT, ETB, TBE, TEB
The letters of the word BEE can be arranged in the following 3ways only
BEE, EBE, EEB In the case of BEE, there are 2 Es (similar letters).
∴ Number of ways the letters in word
BET can be arranged =3!=6ways
BEE can be arranged =2!3!=3ways
Example 7
In how many ways can all the letters in the word APPEAR be used
(I) to form 6-letter words?
(II) to form 6-letter words that begin with A and end with R?
Solution
Case I: In the 6-letter word APPEAR, there are 2 As and 2 Ps.
∴ Number of ways to form 6-letter words =2!×2!6!=180ways
Case II: If A and R are fixed, then we will be able to permute only the other 4 letters that are PPEA.
∴ Number of ways to form words using PPEA =2!4!=12ways