Question
Question: Find the number of ways of arranging the letters of the word INDEPENDENCE....
Find the number of ways of arranging the letters of the word INDEPENDENCE.
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 12 letters out of which 3 As are similar, 2 Bs are similar and 1 C is unique. We put the values to find the solution.
Complete step by step answer:
We have to arrange the letters of the word INDEPENDENCE. So, in total there are 12 letters.
Out of those 12 letters there are 3 N’s, 4 E’s, 2 D’s. Also, there is one each for I, P and C.
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!.
We apply the same formula for our given problem.
Therefore, the number of arrangements will be 3!×4!×2!12!=288479001600=1663200.
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.