Permutations of Non-Distinct Objects

When objects are not distinct, the number of permutations is adjusted by dividing by the factorials of repeated items.

The formula is \( \frac{n!}{n_1!n_2!\cdots n_k!} \), where \( n_i \) are the counts of repeated objects.

Examples:

This formula corrects for overcounting identical objects (since LEVEL = LEVEL).

In other words, whenever repetition occurs, we must adjust the usual \( n! \) formula by dividing by the number of identical objects.