document.write( "Question 305224: 16 tennis players playing for 8 weeks. They play 4 on a court each week. How do I figure out the different number combinations(if I call each player a number 1-16)so they play the most players? I know I can start with 1,2,3,4 on court 1, 5,6,7,8 on court 2 etc. for the first week, but where do I go from there? \n" ); document.write( "
Algebra.Com's Answer #218555 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 16 tennis players playing for 8 weeks. They play 4 on a court each week. How do I figure out the different number combinations(if I call each player a number 1-16)so they play the most players? I know I can start with 1,2,3,4 on court 1, 5,6,7,8 on court 2 etc. for the first week, but where do I go from there? \n" ); document.write( "--------------- \n" ); document.write( "It takes four to have a match. \n" ); document.write( "16C4 = (16*15*14*13)/(1*2*3*4) = 1820 unique groups of 4 \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |