document.write( "Question 1168171: In how many ways can a doubles game of tennis be arranged from seven boys and five girls if each side must have one boy and one girl? \n" ); document.write( "
Algebra.Com's Answer #792802 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Probability is an area of mathematics where it is useful to know different methods for solving a problem. \n" ); document.write( "Here is an alternative to the (perfectly good) method shown by the other tutor. \n" ); document.write( "(1) Choose 2 of the 7 boys in C(7,2) = 21 ways \n" ); document.write( "(2) Choose 2 of the 5 girls in C(5,2) = 10 ways \n" ); document.write( "(3) Make 2 teams each with one boy and one girl in 2 ways \n" ); document.write( "ANSWER: 21*10*2 = 420 ways. \n" ); document.write( " \n" ); document.write( " |