

InterviewSolution
Saved Bookmarks
1. |
Answer these questions independently of each other. In how many ways can 12 soldiers stand in three queue such that one queue has 3 soldiers, another queue has 4 soldiers and so the remaining rows has 5 soldiers? |
Answer» `^12P_5xx^7P_4xx^3P_3` |
|