Question
Question: How many words can be formed using the letters A thrice, the letter B twice and the letter C once? ...
How many words can be formed using the letters A thrice, the letter B twice and the letter C once?
(a) 60
(b) 120
(c) 90
(d) 59
Solution
We first try to explain the general formula where we find the arrangement of n things out of which p things are one a kind, q things are other of a kind and the rest are unique as p!×q!n!. For our given problem we find an arrangement of 6 letters out of which 3 A’s are similar, 2 B’s are similar and 1 C is unique. We put the values to find the solution.
Complete step-by-step solution:
We have to construct words using the letters A thrice, the letter B twice and the letter C once.
Therefore, we can use AAABBC.
So, in total there are 6 letters.
Now the formula of arranging n things out of which p things are one a kind, q things are other of a kind and the rest are unique is p!×q!n!.
In our given arrangement we have to find the number of words for 6 letters out of which 3 As are similar, 2 bs are similar and 1 C is unique.
Therefore, the number of words will be 3!×2!6!=12720=60.
The correct option is A.
Note: There are some constraints in the form of nCr=r!×(n−r)!n!. The general conditions are n≥r≥0;n=0. Also, we need to remember the fact that the notion of choosing r objects out of n objects is exactly equal to the notion of choosing (n−r) objects out of n objects. The mathematical expression is nCr=r!×(n−r)!n!=nCn−r.