document.write( "Question 909806: I have 32 darts players they are in groups of 4 but playing as individuals,the groups of 4 needs to be different each week how do I work this out?
\n" );
document.write( "PS I am not that good at maths but the games due to start next week so any help would be great
\n" );
document.write( "Thanks for any help
\n" );
document.write( "Geoff
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #552043 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Number the dart players 1 through 32, \n" ); document.write( "you are looking for the combination's of 32 players taken 4 at a time \n" ); document.write( "this is 32! / (4! * (32-4)!) = (32*31*30*29) / (4*3*2*1) = 35960 possible combinations \n" ); document.write( " \n" ); document.write( " |