document.write( "Question 873927: How many two people debating teams can be chosen from six students?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #527170 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! There are 6! = 6*5*4*3*2*1 = 720 ways to order the students. Imagine pairing up each student (for each order). So there are 720 ways to form 2 people debate teams if order mattered.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If order doesn't matter on each team, then there are 720/2 = 360 ways to do this. \n" ); document.write( " |