document.write( "Question 550072: Ten friends decide to play a game, five against five. There are
\n" );
document.write( "two triplets of sisters, and each wants to be with her two
\n" );
document.write( "sisters. In how many different ways can the friend team up? \n" );
document.write( "
Algebra.Com's Answer #358398 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! Ten friends decide to play a game, five against five. There are \n" ); document.write( "two triplets of sisters, and each wants to be with her two \n" ); document.write( "sisters. In how many different ways can the friend team up? \n" ); document.write( " \r\n" ); document.write( "There are 2 triplets and 4 \"single\" friends.\r\n" ); document.write( "\r\n" ); document.write( "We cannot choose both triplets for the same team since there can \r\n" ); document.write( "only by 5 on a team. \r\n" ); document.write( " \r\n" ); document.write( "We only need to choose one team, for the ones that are left\r\n" ); document.write( "will automatically make up the other team.\r\n" ); document.write( "\r\n" ); document.write( "We choose one of the triplets. Then there are the combinations\r\n" ); document.write( "of 4 single friends taken 2 at a time to go with that triplet.\r\n" ); document.write( "\r\n" ); document.write( "The answer is C(4,2) = 6 ways\r\n" ); document.write( "\r\n" ); document.write( "[Don't make the mistake of thinking there are 2 choices for the triplets,\r\n" ); document.write( "since we only need to pick one triplet and assign two of the 4 \"single\"\r\n" ); document.write( "players to be with that triplet, since the other team with the other \r\n" ); document.write( "triplet will automatically be chosen once we choose the 2 to go with that \r\n" ); document.write( "one triplet.]\r\n" ); document.write( "\r\n" ); document.write( "Suppose one triplet is {A,B,C}, the other triplet (D,E,F}, and the\r\n" ); document.write( "four \"single\" people are {G,H,I,J}\r\n" ); document.write( "\r\n" ); document.write( "All 6 ways to divide the teams are:\r\n" ); document.write( "\r\n" ); document.write( "1. {A,B,C,G,H} and the other team {D,E,F,I,J}\r\n" ); document.write( "2. {A,B,C,G,I} and the other team {D,E,F,H,J}\r\n" ); document.write( "3. {A,B,C,G,J} and the other team {D,E,F,H,I}\r\n" ); document.write( "4. {A,B,C,H,I} and the other team {D,E,F,G,J}\r\n" ); document.write( "5. {A,B,C,H,J} and the other team {D,E,F,G,I}\r\n" ); document.write( "6. {A,B,C,I,J} and the other team {D,E,F,G,H}\r\n" ); document.write( "\r\n" ); document.write( "Edwin\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |