

InterviewSolution
Saved Bookmarks
1. |
If the 13 letter words (need no be meaningful) are to be formed using the letters from the word "MEDITERRANEAN" such that the first letter is R and the fourth letter is, E, then the total number of such words, isA. `(11!)/((2!)^(3))`B. 59C. 110D. 56 |
Answer» There are 1 M, 3E, 1D, 1I, 1T, 2R, 2A, and 2N in the word "MEDITERRNEAN". After placing R at the first place and E at the fourth place, 11 letters are left which can be arranged in `(11!)/((2!)^(3))` ways. Hence, total number of words in `(11!)/((2!)^(3))`. | |