

InterviewSolution
Saved Bookmarks
1. |
Find number of seating arrangements of 6 persons at three identical round tables if every table must be the occupied |
Answer» Total possible ways`=(6*5)/2*3+(6*5)/2*4+(6*5)/2*(4*3)/2` `=45+60+90` `=195`. |
|