Aldo has all the letters in the alphabet in three different sizes: Large, medium and small. Using two different sizes of letters, Aldo wants to write the name of her friend Ana. In how many ways can he write it? Note: The name must have at least one letter of a different size.
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.
All the possible ways, N = 3 3 = 2 7 .
The number of ways only one size is used, N 1 = 3 .
The numbers of ways three sizes are used, N 3 = 3 ! = 6 .
Therefore, the number of ways two sizes are used, N 2 = N − N 1 − N 3 = 2 7 − 3 − 6 = 1 8 .