Combinatorics: 25 letter word with 5 groups of letters.

$\begingroup$

Suppose you have an alphabet of $5$ letters: $\left \{ a,b,c,d,e \right \}$. Let's consider a set of words of length 25. What is the number of words that have $5$ $a$, $5$ $b$, $5$ $c$, $5$ $d$, and $5$ $e$ in it?

This is my approach: There are $\binom{5}{1}$ choices for the first letter, and then $\binom{24}{4}$ choices for placing that letter in the word. Then we have $\binom{4}{1}$ choices for the second letter, and then $\binom{19}{4}$ choices for placing that letter in the word. And we continue so on.

At the end, I find that the total number of such words is equal to $$\binom{5}{1} \binom{24}{4} \:\:\: \binom{4}{1} \binom{19}{4} \:\:\: \binom{3}{1} \binom{14}{4} \:\:\: \binom{2}{1} \binom{9}{4} \:\:\: \binom{1}{1}\binom{4}{4} $$

Is my reasoning correct?

$\endgroup$ 4

1 Answer

$\begingroup$

You solution is correct. Here I'll give another one. We have $\binom{25}{5}$ sets of positions of letter $a$, $\binom{20}{5}$ sets of positions of letter $b$ etc. So the answer is $$\frac{25!}{5!^5} = \binom{25}{5}\binom{20}{5}\binom{15}{5}\binom{10}{5}\binom{5}{5} = 5\binom{24}{4}\cdot 4\binom{19}{4} \cdot 3\binom{14}{4} \cdot 2\binom{9}{4} \cdot 1\binom{4}{4}\\ = \binom{5}{1}\binom{24}{4}\cdot \binom{4}{1}\binom{19}{4} \cdot \binom{3}{1}\binom{14}{4} \cdot \binom{2}{1}\binom{9}{4} \cdot \binom{1}{1}\binom{4}{4}$$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like