document.write( "Question 717822: There are 9 players on a volleyball team. Only 6 players can play at one time. The players are going to pick the team randomly. How many combinations of 6 player teams can be chosen?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #440558 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! This problem, in mathematical terms, is: How many combinations are possible when selecting 6 out of 9. The formula for this is: \n" ); document.write( " \n" ); document.write( "where n! is read \"n factorial\" and means 1 * 2 * 3 * ... * n \n" ); document.write( "Now we simplify: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "84 \n" ); document.write( "So there are 84 different groups of 6 which can be chosen from a group of 9 players. \n" ); document.write( " |