

InterviewSolution
Saved Bookmarks
1. |
Find the number of ways in which `n`different prizes can be distributed among `m(A. `n^(m)-n)`B. `m^(n)`C. mnD. none of these |
Answer» Required of ways = Total number of ways - Number of ways in which one gets all the prizes `=m^(n)-m` |
|