Question

Difficulty: EasyCounting with Restrictions and Repetitions

How many distinct 5-letter code words can be formed by rearranging all of the letters in the word LEVEL\text{LEVEL}?

  1. A
    1515
  2. B
    2424
  3. 3030Answer
  4. D
    6060
  5. E
    120120

Answer

The total number of distinct 5-letter code words that can be formed is 30.
To calculate the number of unique permutations of a set containing repeated items, divide the factorial of the total number of items by the product of the factorials of the counts of each repeated item. In the word LEVEL\text{LEVEL}, there are 5 letters total, with the letter 'L' appearing 2 times and the letter 'E' appearing 2 times. The calculation is 5!2!×2!=1204=30\frac{5!}{2! \times 2!} = \frac{120}{4} = 30.

Step-by-Step Solution

1
Identify the total number of letters and the counts of identical letters.
The word LEVEL\text{LEVEL} has 5 total letters, where 'L' appears 2 times and 'E' appears 2 times.
Duplicate elements produce identical arrangements if treated as distinct items.
2
Apply the permutation formula for repeated items: n!n1!×n2!×\frac{n!}{n_1! \times n_2! \times \dots}.
5!2!×2!=1202×2=1204=30\frac{5!}{2! \times 2!} = \frac{120}{2 \times 2} = \frac{120}{4} = 30.
Dividing 5!5! by 2!2! for the repeated 'L's and 2!2! for the repeated 'E's eliminates duplicate arrangements.

Key Concept

Permutations with Repetition / Indistinguishable Objects
Rate this question