How many different 3 letter words (the words need not be in the dictionary) can be formed by using the letters in the word PARALLELED?
Solution
The letters arranged on the descending order of occurrence are L, L, L, A, A, E, E, P, R, D
As some of the letters are repeated, there are
6 unique letters – L, A, E, P, R, D.
We will have to select and arrange to find the number of 3-letter words. However, depending on whether the letters in the 3-letter word are repeated or not, different permutations are possible. There are three possible cases here.
1) All letters are the same
Only L occurs 3 times. Only 1 word possible here – LLL.
2) Exactly 2 letters are the same
L, A or E can form the repeated letter. Any of the remaining 5 letters after this is selected can form the 3rd letter.
Number of ways of selecting the repeated and non-repeated letter =3C1×5C1=15
If two letters are repeated, number of permutations of the word =2!3!=3
Total number of such words =15×3=45 words
3) All 3 letters are distinct
Number of ways of selecting 3 letters from 6=6C3=20
Number of words formed from using 3 distinct letters =3!=6
Total number of distinct lettered words =20×6=120 words
Total possible cases =1+45+120=166
Answer: 166