Analyzing the Setup
To find the rank of the word COCHIN in a dictionary, we first identify the letters present in the word: C,O,C,H,I,N.
Sorting these letters alphabetically gives us the sequence: C,C,H,I,N,O. This sorted list serves as our guide for the dictionary order.
The Systematic Search
Counting the Blocks
We are looking for the word COCHIN. In a dictionary, words are ordered alphabetically by their first letter, then their second, and so on.
Since our target starts with C−O, we must first count all words that start with prefixes appearing before C−O. Based on our sorted list, these prefixes are C−C, C−H, C−I, and C−N.
For the C−C block, we fix C and C in the first two positions. We are left with four letters: H,I,N,O. Since these are all distinct, the number of arrangements is:
For the C−H block, we fix C and H. The remaining letters are C,I,N,O. These are four distinct letters, so the number of arrangements is:
For the C−I block, we fix C and I. The remaining letters are C,H,N,O. These are four distinct letters, so the number of arrangements is:
For the C−N block, we fix C and N. The remaining letters are C,H,I,O. These are four distinct letters, so the number of arrangements is:
The Final Reveal
Reaching COCHIN
We have now counted all the words that precede the CO block. The total number of words appearing before the CO block is:
Now, we arrive at the CO block. The remaining letters are C,H,I,N. Arranging these alphabetically, we get C,H,I,N.
This confirms that the very first word in the CO block is C−O−C−H−I−N. Since our target word is COCHIN, we have arrived at the word itself.
There are no other words starting with CO that come before it. Therefore, the total number of words appearing before COCHIN is 96.
The rank of the word COCHIN is 96+1=97.