document.write( "Question 730373: how many groups of four can be made with five people? \n" ); document.write( "
Algebra.Com's Answer #446662 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! You can make 5 C 4 = (5!)/(4!*(5-4)!) = 5 groups assuming that order doesn't matter. \n" ); document.write( " |