In how many different ways can the letters of the word 'OFFICE' be arranged so that the vowels never come together? |
288 216 576 192 |
288 |
The correct answer is Option (1) → 288 1. Total number of arrangements of 'OFFICE': The word 'OFFICE' has 6 letters: O, F, F, I, C, E.
$\text{Total arrangements} = \frac{6!}{2!} = \frac{720}{2} = 360$ 2. Number of arrangements where all vowels are together: The vowels are O, I, E. We treat them as a single unit or "block": (OIE).
$\text{Arrangements with vowels together} = 12 \times 6 = 72$ 3. Number of arrangements where vowels are never together: $\text{Vowels never together} = \text{Total arrangements} - \text{Arrangements with vowels together}$ $\text{Result} = 360 - 72 = 288$
|