Question
Question: If the number of all possible permutations of the letters of the word *MATHEMATICS* in which the rep...
If the number of all possible permutations of the letters of the word MATHEMATICS in which the repeated letters are not together is 90(X), then X =

30800
Solution
The word is MATHEMATICS. Let's count the frequency of each letter:
M: 2 times A: 2 times T: 2 times H: 1 time E: 1 time I: 1 time C: 1 time S: 1 time
Total number of letters = 11.
1. Calculate the total number of permutations (Ntotal):
The formula for permutations with repetitions is n1!n2!...nk!n!. Here, n=11, n_M=2, n_A=2, n_T=2.
Ntotal=2!×2!×2!11!=839,916,800=4,989,600.
2. Calculate the number of permutations where repeated letters are together:
We use the Principle of Inclusion-Exclusion. Let PM be the property that the two M's are together (MM). Let PA be the property that the two A's are together (AA). Let PT be the property that the two T's are together (TT). We need to find the number of permutations where at least one of these properties holds, i.e., N(PM∪PA∪PT).
N(PM∪PA∪PT)=∑N(PM)−∑N(PM∩PA)+N(PM∩PA∩PT).
-
Sum of individual properties (∑N(PM)):
To find N(PM), treat 'MM' as a single block. We are now permuting 10 items: (MM), A, T, H, E, A, T, I, C, S. The repeated letters among these are A (2 times) and T (2 times).
N(PM)=2!×2!10!=43,628,800=907,200.
By symmetry, N(PA)=907,200 and N(PT)=907,200.
∑N(PM)=3×907,200=2,721,600.
-
Sum of properties taken two at a time (∑N(PM∩PA)):
To find N(PM∩PA), treat 'MM' as one block and 'AA' as another block. We are now permuting 9 items: (MM), (AA), T, H, E, T, I, C, S. The repeated letter among these is T (2 times).
N(PM∩PA)=2!9!=2362,880=181,440.
By symmetry, N(PM∩PT)=181,440 and N(PA∩PT)=181,440.
∑N(PM∩PA)=3×181,440=544,320.
-
Property taken three at a time (N(PM∩PA∩PT)):
To find N(PM∩PA∩PT), treat 'MM', 'AA', and 'TT' as single blocks. We are now permuting 8 items: (MM), (AA), (TT), H, E, I, C, S. All these 8 items are distinct.
N(PM∩PA∩PT)=8!=40,320.
-
Calculate N(PM∪PA∪PT):
N(PM∪PA∪PT)=2,721,600−544,320+40,320=2,177,280+40,320=2,217,600.
This is the number of permutations where at least one pair of repeated letters is together.
3. Calculate the number of permutations where repeated letters are not together:
This is given by Ntotal−N(PM∪PA∪PT).
Nnottogether=4,989,600−2,217,600=2,772,000.
4. Solve for X:
The problem states that the number of such permutations is 90(X).
So, 90(X)=2,772,000.
X=902,772,000=9277,200=30,800.
The final answer is 30800.
Explanation of the solution:
-
Calculate total permutations of the word MATHEMATICS: 2!2!2!11!=4,989,600.
-
Use the Principle of Inclusion-Exclusion to find permutations where at least one pair of repeated letters (MM, AA, TT) is together.
-
Sum of permutations with one pair together (e.g., MM as a block): 3×2!2!10!=3×907,200=2,721,600.
-
Sum of permutations with two pairs together (e.g., MM and AA as blocks): 3×2!9!=3×181,440=544,320.
-
Permutations with all three pairs together (MM, AA, TT as blocks): 8!=40,320.
-
Number of permutations with at least one pair together = 2,721,600−544,320+40,320=2,217,600.
-
-
Subtract this from the total permutations to find permutations where no repeated letters are together: 4,989,600−2,217,600=2,772,000.
-
Equate this to 90(X) and solve for X: 2,772,000=90(X)⟹X=30,800.