document.write( "Question 900981: a school chess team consists of 10 students. in how many ways can a team of 6 students be formed for three consecutive games, if there should be a different line-up for each game? \n" ); document.write( "
Algebra.Com's Answer #546363 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
how many teams of 6: 10C6 = 210
\n" ); document.write( "how many ways are there different 3-game line-ups?
\n" ); document.write( "210C3 =
\n" ); document.write( "
\n" );