How many "words" with five letters or less can be formed using letters from the word 'WORDS' such that
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.
Using the rule of product , the number of n -letter words is equal to 5 n , as there are 5 ways of choosing each letter, and n letters.
This means the total number of "words" is equal to 5 5 + 5 4 + 5 3 + 5 2 + 5 1 = 3 9 0 5