document.write( "Question 1026776: Total number of ways in which 5 balls of different colour can be distributed among 3 persons so that each person gets atleast one ball is? \n" ); document.write( "
Algebra.Com's Answer #642105 by robertb(5830)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\n" ); document.write( "If the five balls were lined up there are four spaces in-between where two separators can be inserted. The two separators can be positioned in C(4,2) = 6 ways. After this, the three separated sets can be arranged in 3! = 6 ways. This gives a total of 6*6 = 36 ways. \n" ); document.write( " |