

InterviewSolution
Saved Bookmarks
1. |
A library has two books each having three copies and three other books each having tow copies. In how many ways can all these books be arranged in a shelf so that copies of the same book are not separated.A. `((a+b+c+d)!)/(a!b!c!)`B. `((a+2b+3c+d)!)/(a!(b!)^(2)(c!)^(3))`C. `((a+2b+3c+d)!)/(a!b!c!)`D. none of these |
Answer» Correct Answer - B |
|