I am a student in middle school, and I would really appreciate if anyone could explain this question in simpler terms.
On the refrigerator, MATHEMATICS is spelled out with $11$ magnets, one letter per magnet. Two vowels and four consonants fall off and are put away in a bag. If the T's, M's, and A's are indistinguishable, how many distinct possible collections of letters could be put in the bag?
I think that if we use complementary counting, we could subtract something from $C(11, 6)$, but I do not know what that something would be…
If the number of collections of two vowels is $A$, and that of four consonants is $B$, then the answer is $A·B$.
First to calculate $A$. There are four vowels: A, A, E, I. If two A's are selected, then there is only one collection, i.e. (A, A). If only one A is selected, then there are two collections: (A, E), (A, I). If no A is selected, then there is one collection: (E, I). Thus $A = 4$.
Next to calculate $B$. There are seven consonants: M, M, T, T, H, C, S.
Case 1: Three consonants are selected from H, C, S. To complete the collection, one more consonant has to be selected from M, M, T, T, so it is either an M or a T. Thus there are$$ C(3, 3) × 2 = 2 $$ collections.
Case 2: Two consonants are selected from H, C, S. To complete the collection, two more consonants have to be selected from M, M, T, T, so it is can be (M, M), (M, T) or (T, T). Thus there are$$ C(3, 2) × 3 = 9 $$ collections.
Case 3: One consonant is selected from H, C, S. To complete the collection, three more consonants have to be selected from M, M, T, T, so it is can be (M, M, T) or (M, T, T). Thus there are$$ C(3, 1) × 2 = 6 $$ collections.
Case 4: No consonant is selected from H, C, S. Then there is only one collection, i.e. (M, M, T, T).
Therefore, $B = 2 + 9 + 6 + 1 = 18$.
The final answer id $4 × 18 = 72$.