How many "words" with five letters or less can be formed using letters from the word 'WORDS'?
Note : Letters may NOT be repeated.
Note : Words must have at least one letter.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For a 1-letter word there are 5 options.
For a 2-letter word there are 5 options for the first letter but then only 4 for the second. So there are 5 × 4 = 20 2-letter words.
For a 3-letter word there are 5 options for the first letter, 4 for the second letter and 3 for the third letter. So there are 5 × 4 × 3 = 60 3-letter words.
Working on similar lines for 4- and 5-letter words there are 120 for each.
So we have 5 + 20 + 60 + 120 + 120 = 325 words altogether.
[For those "in the know", this 5 P 1 + 5 P 2 + 5 P 3 + 5 P 4 + 5 P 5 with n P r = ( n − r ) ! n ! .]