document.write( "Question 568942: In how many ways can double game of tennis be arranged from eight boys and four girls if each side must have one boy and one girl?\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #367174 by Theo(13342)![]() ![]() You can put this solution on YOUR website! each side must have 1 boy and 1 girl. \n" ); document.write( "this makes the number of possible teams equal to 4 * 8 = 32. \n" ); document.write( "each girl can be paired with any of the 8 boys.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it takes 2 teams to play a game. \n" ); document.write( "the games can be arranged in 32 * 31 / 2 = 496 ways. \n" ); document.write( "32 * 31 / 2 is the combination formula of 32C2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this would be easier to actually show what happens if there were less boys and girls.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "assume there were 2 girls and 3 boys \n" ); document.write( "identify the girls by the letter a and b \n" ); document.write( "identify the boys by the numbers 1 and 2 and 3. \n" ); document.write( "there are 2 * 3 = 6 possible teams. \n" ); document.write( "those teams are \n" ); document.write( "a1 \n" ); document.write( "a2 \n" ); document.write( "a3 \n" ); document.write( "b1 \n" ); document.write( "b2 \n" ); document.write( "b3 \n" ); document.write( "it takes 2 teams to play a game. \n" ); document.write( "the number of possible games where each time plays each other team only once would be given by the formula 6C2 which results in 6 * 5 / 2 which results in 15 possible games. \n" ); document.write( "the possible games to be arranged would be as follows: \n" ); document.write( "----- \n" ); document.write( "a1 plays a2 \n" ); document.write( "a1 plays a3 \n" ); document.write( "a1 plays b1 \n" ); document.write( "a1 plays b2 \n" ); document.write( "a1 plays b3 \n" ); document.write( "----- \n" ); document.write( "a2 plays a3 \n" ); document.write( "a2 plays b1 \n" ); document.write( "a2 plays b2 \n" ); document.write( "a2 plays b3 \n" ); document.write( "----- \n" ); document.write( "a3 plays b1 \n" ); document.write( "a3 plays b2 \n" ); document.write( "a3 plays b3 \n" ); document.write( "----- \n" ); document.write( "b1 plays b2 \n" ); document.write( "b1 plays b3 \n" ); document.write( "----- \n" ); document.write( "b2 plays b3 \n" ); document.write( "----- \n" ); document.write( "the formula can be shown to be applicable with 2 girls and 3 boys. \n" ); document.write( "the same formula is used with 4 girls and 8 boys to get the answer provided above. \n" ); document.write( "number of possible teams if 4 * 8 = 32 \n" ); document.write( "number of possible games is 32C2 which is equal to 32 * 31 / 2 = 496. \n" ); document.write( " \n" ); document.write( " |