document.write( "Question 653763: How many ways can a coach form a team of 6 players from 15 applicants, and assign them in 6 different positions? \n" ); document.write( "
Algebra.Com's Answer #408629 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many ways can a coach form a team of 6 players from 15 applicants, and assign them in 6 different positions? \n" ); document.write( "---- \n" ); document.write( "# of teams of 6: 15C6 \n" ); document.write( "--- \n" ); document.write( "# of ways to arrange a team: 6! \n" ); document.write( "---- \n" ); document.write( "# of ways to do both: 15C6 * 6! = 5005*720 = 3,603,600 ways \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |