Question 1088957
.
What is the total number of {{{highlight(cross(permutation))}}} permutations of letters"BREEDER"?
~~~~~~~~~~~~~~~~~


The total number of permutations of letters of the word "BREEDER" is 7!= 5040.


<pre>
But if you want to ask on how many distinguishable words can be formed using these letters,

then it is TOTALLY DIFFERENT question, and it has TOTALLY DIFFERENT answer


    {{{7!/(2!*3!)}}} = 420.


2! in the denominator stands to account for 2 repeating "R"   and
3! in the denominator stands to account for 3 repeating "E".
</pre>