Problem
Compute the number of anagrams of the word
PRECIPITEVOLISSIMEVOLMENTE( letters, with repetitions , , , , , , , , , , , ).
Solution
The anagrams of a word with repeated letters are the permutations with repetition: one starts from the factorial of the total number of letters and divides by the factorial of the multiplicities of each letter, so as not to count identical arrangements more than once. With letters and the given multiplicities: (in the order: ).
Links
Topics: Probabilita
Concepts: Permutazioni con ripetizione
Methods: Anagrammi ripetuti
Skills: Calcolo combinatorio
Exercise type: Problema combinatorio