How many 5-letter words can we make if the letters are in order?

9.7k Views Asked by At

Using the $26$ English letters, the number of $5$-letter words that can be made if the letters are distinct is determined as follows:

$26P5=26\times25\times24\times23\times22=7893600$ different words.

What if the letters in each word are in alphabetical order?

For example, the word JLOQY is valid, but the word JUMPY is invalid since U can not be before M

3

There are 3 best solutions below

2
On BEST ANSWER

Hint. How many ways can you choose the five different letters? Once you have them, in how many ways can you organize them in alphabetical order?

(This assumes the letters are distinct.)

0
On

Divide out the number of permutations of five letters ($5!$), since only one is correct.

0
On

The different number of ways to select 5 alphabets from 26 alphabets= $26C5$.

Arrange the alphabets each collection in the required order.

Thus the answer is $26C5$.