

InterviewSolution
Saved Bookmarks
1. |
If the different permutations of all the letter of the word EXAMINATION are listed as in a dictionary; how many words are there in this list before the first word starting with E? |
Answer» `A= (10!)/(2!2!)` `= 90*56*30*6` `= 100*27*56*6` `= 162*56*100` `= 907200` Answer |
|