I have a permutation problem here-
"The letters of the word ZENITH are written in all possible orders. How many words are possible, if all these words are written as in a dictionary? What will be the rank of the word ZENITH?"
What would be the solution and how should I approach or think to solve such permutation problems?
Let us calculate all the words that rank higher than “ZENITH”.
Since there are $5\times 5!+2\times 3!+2!+1$ words that ranks higher than “ZENITH”, “ZENITH” itself ranks at $5\times 5!+2\times 3!+2!+2$.