

InterviewSolution
Saved Bookmarks
1. |
If all the words (with or without meaning) having five letters, formedusing the letters of the word SMALL and arranged as in a dictionary; then theposition of the word SMALL is :(1) 46th(2) 59th(3) 52nd(4) 58thA. 46thB. 59thC. 52ndD. 58th |
Answer» Correct Answer - D Clearly, number of words start with `A = (4!)/(2!) = 12` Number of words start with `L = 4! = 24` Number of words start with `M = (4!)/(2!) = 12` Number of words start with `SA = (3!)/(2!) = 3` Number of words start with `SL = 3! = 6` Note that, next word will be "SMALL". Hence, the position of word "SMALL" is 58th. |
|