- The number of distinct permutations of n objects where n1 of the objects are identical, n2 of the objects are identical, ... nr of the objects are identical can be found using the formula
n!
----------------
n1!×n2!× ... ×nr!
- How many different permutations are there of the letters in bob?
n = 3, n1 = 2 = 3!/2! = 3
bbo bob obb
- How many different permutations are there of the letters in mississippi?
m = 1 i = 4 s = 4 p = 2
11!
-----------
4!×4!×2!×1!