How many ways can the letters of be rearranged such that the first and last letter is the same vowel?
This problem is part of the set 2015 Countdown Problems .
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.
Fix the 2 'E''s on both ends. Thence, you have 11 letters left to arrange, or 11! ways. But, there are 3 T's, 2 N's, and 2 F's. So, we have to divide the product of these to obtain the number of ways: (11!)/(3! 2! 2!)=1663200