Concept:
Use gap method for "vowels never together".
Step 1: Identify letters
Word: LETTER
\[
L, E, T, T, E, R
\]
Vowels: \(E, E\)
Consonants: \(L, T, T, R\)
Step 2: Arrange consonants
\[
\text{Number of ways} = \frac{4!}{2!} = \frac{24}{2} = 12
\]
Step 3: Create gaps
\[
\_ \; C \; \_ \; C \; \_ \; C \; \_ \; C \; \_
\]
Total gaps = 5
Step 4: Place vowels
Choose 2 gaps out of 5:
\[
\binom{5}{2} = 10
\]
Arrange vowels \(E, E\):
\[
\frac{2!}{2!} = 1
\]
Step 5: Total arrangements
\[
\text{Total} = 12 \times 10 \times 1 = 120
\]
Final: 120