Question

Difficulty: EasyPermutations

In how many distinct ways can the letters of the word KADUNA\text{KADUNA} be arranged?

  1. A
    720720
  2. B
    1515
  3. 360360Answer
  4. D
    180180

Answer

The total number of distinct arrangements is 360360.
The word KADUNA\text{KADUNA} consists of 66 total letters with the letter '\text{A}' repeated 22 times. Using the formula for permutations with identical items, the number of distinct arrangements is 6!2!=7202=360\frac{6!}{2!} = \frac{720}{2} = 360.

Step-by-Step Solution

1
Count the total number of letters in the word KADUNA\text{KADUNA} and identify repetitions.
Total letters n=6n = 6. The letter '\text{A}' appears 22 times, while '\text{K}', '\text{D}', '\text{U}', and '\text{N}' each appear 11 time.
Arrangements of nn items with repeated elements require dividing n!n! by the factorial of the count of each repeated element.
2
Apply the permutation formula for repeated elements: P=n!p!P = \frac{n!}{p!} where pp is the frequency of the repeated letter.
P = \frac{6!}{2!} = \frac{720}{2} = 360
Dividing by 2!2! eliminates duplicate arrangements caused by swapping identical letters.

Key Concept

Permutations of items with repeated elements
Estimated Time:45s
Rate this question