How many different words can be formed using all the letters of the word GOOGOLPLEX?
I tried answering this problem and came up with the formula $n!/a!b!c!$ where $n$ in this case is 10-because it is the number of letters in the word.
$a!$ is O and in this case the letter O is repeated 3 times so $a=3$.
$b!$ is G and in this case the letter G is repeated 2 times.
and $c!$ is the other letters which are not repeated.
So the answer that i got is 302,400
Am I correct?
The answer will be $$\frac{n!}{a!b!c!\cdots}$$ where $n$ is the number of letters in the word and $a,b,c\cdots$ denote the number of repititions of the letters in the respective word.
In this case the word is GOOGOLPLEX which has $2$ $G's$, $3$ $O's$ and $2$ $L's$ hence the answer becomes $$\frac{10!}{3!2!2!} = 151200.$$
For some reference visit : http://en.wikipedia.org/wiki/Multinomial_theorem