In how many different ways can the letters of the word INTEL be arranged so that the vowels always come together?
Reveal answer
Fill a bubble to check yourself
In how many different ways can the letters of the word INTEL be arranged so that the vowels always come together?
48
35
32
31
28
INTEL has 5 letters (I, N, T, E, L). Vowels are I, E. Treat (IE) as one unit. We have 4 units: (IE), N, T, L. These can be arranged in 4! = 24 ways. The vowels (IE) can be arranged in 2! = 2 ways. Total = 24 * 2 = 48.
The word INTEL has 5 distinct letters, including the 2 vowels I and E. Treat the two vowels as a single connected unit, which reduces the total units to arrange to 4. These 4 units can be arranged in 4 factorial ways, which equals 24. The two vowels within the unit can be arranged in 2 factorial ways, so multiplying 24 by 2 gives 48 ways.