document.write( "Question 886310: Twenty people decide to play softball. In how many ways can the 20 people be divided into 2 teams of 10 people?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #539530 by Edwin McCravy(20054)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Let the players be numbered 1 to 20.\r\n" ); document.write( "\r\n" ); document.write( "First we think of there being two teams, Team A and Team B\r\n" ); document.write( "\r\n" ); document.write( "We choose the players for team A in C(20,10) ways, or 184756, \r\n" ); document.write( "and the remaining 10 will be on team B.\r\n" ); document.write( "\r\n" ); document.write( "But this is too many because, for instance, the 184756 counts\r\n" ); document.write( "\r\n" ); document.write( "Team A = {2,5,6,9,11,14,15,16,18,20)\r\n" ); document.write( "Team B = {1,3,4,7,8,10,12,13,17,19}\r\n" ); document.write( "\r\n" ); document.write( "and this\r\n" ); document.write( "\r\n" ); document.write( "Team A = {1,3,4,7,8,10,12,13,17,19}\r\n" ); document.write( "Team B = {2,5,6,9,11,14,15,16,18,20)\r\n" ); document.write( "\r\n" ); document.write( "as 2 different choices, but they are not. Therefore we\r\n" ); document.write( "must divide the 184756 by 2!\r\n" ); document.write( "\r\n" ); document.write( "Answer: 92378\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |