In how many different ways can the letters of the word 'DELETE' be arranged? |
36 120 33 720 |
120 |
The correct answer is Option (2) → 120 1. Analyze the word First, count the total number of letters and identify any repeating letters:
2. The Formula The number of distinct arrangements of $n$ objects where $p$ objects are of one type, $q$ of another, and so on, is: $\text{Arrangements} = \frac{n!}{p! \cdot q! \dots}$ 3. Calculation Substitute our values into the formula: $\text{Arrangements} = \frac{6!}{3!}$ Now, calculate the factorials:
$\text{Arrangements} = \frac{720}{6} = 120$ Correct Option: 120 |