document.write( "Question 1038332: We have n=10 person we wish divide them at random inti 3 groups consisting of 5,3,2 persons respectivly in how many ways is this posibal \n" ); document.write( "
Algebra.Com's Answer #653063 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! We have n=10 person we wish divide them at random into 3 groups consisting of 5,3,2 persons respectivly in how many ways is this possible? \n" ); document.write( "----- \n" ); document.write( "select 5:: 10C5 = (10*9*8*7*6)/(1*2*3*4*5) = 252 ways \n" ); document.write( "select 3:: 5C3 = (5*4*3)/(1*2*3) = 10 ways \n" ); document.write( "Select 2:: 2C2 = 1 way \n" ); document.write( "---------------------- \n" ); document.write( "Total # of ways:: 252*10 = 2520 ways \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |