How may distinct ways are there to rearrange the letters in PUNKEYDOODLES?
So at first I thought it'd be 13!/(2! x 2! x 2!)
but then I was following a solution for a similar question online and got 13C2 x 11C2 x 9C2 x 8C1 x 7C1 x 6C1 x 5C1 x 4C1 x 3C1 x 2C1 x 1C1 which gives a completely different answer.
Which solution would it follow? I'm very confused.
[MATH]\dbinom{13}{2} * \dbinom{11}{2} * \dbinom{9}{2} * \dbinom{7}{1} * \dbinom{6}{1} * \dbinom{5}{1} * \dbinom{4}{1} * \dbinom{3}{1} * \dbinom{2}{1} * \dbinom{1}{1} =[/MATH]
[MATH]\dfrac{13!}{2! * 11!} * \dfrac{11!}{2! * 9!} * \dfrac{9!}{2! * 7!} * 7 * 6 * 5 * 4 * 3 * 2 * 1 =[/MATH]
[MATH]\dfrac{13 * 12}{2} * \dfrac{11 * 10}{2} * \dfrac{9 * 8}{2} * 7! =[/MATH]
[MATH]\dfrac{13 * 12 * 11 * 10 * 9 * 8 * 7!}{2! * 2! * 2!} = \dfrac{13!}{2! * 2! * 2!}.[/MATH]
Your original method was valid, notationally more compact, and, with a good enough calculator, quicker to evaluate than the second method. That does not make the two methods
logically inconsistent. They result in the
same numerical value. If by one method you got an answer of
2 * 6 * 2 and by another method an answer of 8 * 3, would you say that you got "
completely different" answers?
Frequently, there are many ways to skin a cat. This is true in combinatorics,, but there answers that look very different
notationally may be identical
numerically.