

InterviewSolution
Saved Bookmarks
1. |
The number of ways of dividing 20 persons into 10 couples isA. `(20!)/(2^(10))`B. `""^(20)C_(10)`C. `(20!)/((21!)^(9))`D. none of these |
Answer» Here, the order of the couples is not important. So, required number of ways `=(20!)/(2^(10)10!)` | |