Question #ff7fe

1 Answer
Jun 18, 2016

We divided all 4 letter words into three groups.
Below is the number of combinations and permutations in each group.

Explanation:

Let me interpret the problem in more details.
You would like to use all 11 letters of a word EXAMINATION and choose 4 letters from them at a time.
You are asking how many different 4 letter permutations and combinations are possible.
I hope, that's what you meant.

If all letters in the initial word were different, we would have a textbook problem. Unfortunately, situation gets complicated since three letters, A, I and N are repeated twice.
Let's group all our 4 letter words into three categories:
Group 1. No pairs of the same letters are present in a word.
Group 2. One pair of the same letters is present in a word.
Group 3. Two pairs of the same letters are present in a word.
There can be no more than two pairs present since the total number of letters in a word is 4.

Group 1
There are 8 different letters in the word EXAMINATION. So, we have 8 candidates for the first place in a word, 7 candidates for the second place, 6 for the third and 5 for the fourth. The total number of words in group 1 (permutations of 4 letters in this group) is
PermG1=8765
The number of combinations of 4 letter in this group is, obviously, smaller by a factor of 4! since any permutation of these letters gives the same combination:
CombG1=87654!

Group 2
There are three choices for a letter that is repeated twice, A, I and N. So, we have C13 candidates for a pair.
With each of them we have 5 letters to choose for the other two places, which can be done in C25 ways. So, the total number of combinations of 4 letter in this group is
CombG2=C13C25
A pair of the same letters can be positioned in a 4 letters word in C24 ways. With each of them the other two (different) letters can be positioned in 2! ways. So, the number of permutations in this group is
PermG2=C13C25C242!

Group 3
Our 4 letters word has two pairs of the same letters. There are three such pairs to choose from, so the number of choices of two pairs is
CombG3=C23
The first pair of the same letters defines an entire permutation. We analyze the number of them for group 2, it's C24. So, the number of permutations in this group is
PermG3=C23C24