document.write( "Question 1194947: Please help me solve this word problem using Combinations:\r
\n" );
document.write( "\n" );
document.write( "A quiz team of 5 children is to be selected from a class of 24 children. There are 14 girls and 10 boys in the class.
\n" );
document.write( "(a) How many teams made up of 3 girls and 2 boys can be selected?
\n" );
document.write( " teams\r
\n" );
document.write( "\n" );
document.write( "(b) How many teams can be selected with at least 3 girls?
\n" );
document.write( " teams \n" );
document.write( "
Algebra.Com's Answer #827257 by Theo(13342)![]() ![]() You can put this solution on YOUR website! there are 14 girls and 11 boys. \n" ); document.write( "the number of ways you can get a team of 5 children where 3 are girls and 2 are boys is equal to c(14,3) * c(11,2) = 20,020. \n" ); document.write( "the number of ways you can get a team of 5 children where at least 3 are girls is equal to c(14,3) * c(11,2) + c(14,4) + c(11,1) + c(14,5) * c(11,0) = 20,020 + 11,011 + 2,002 = 33,033. \n" ); document.write( "c(n,x) is equal to n! / (x! * (n-x)!) \n" ); document.write( "for example: \n" ); document.write( "c(14,3) = 14! / (3! * 11!) which is equal to: \n" ); document.write( "(14 * 13 * 12 * 11!) / (3! * 11!) which is equal to: \n" ); document.write( "(14 * 13 * 12) / (3 * 2 * 1) which is equal to: \n" ); document.write( "2184 / 6 which is equal to 364. \n" ); document.write( "and: \n" ); document.write( "c(11,2) = 11! / (2! * 9!) which is equal to: \n" ); document.write( "(11 * 10 * 9!) / (2! * 9!) which is equal to: \n" ); document.write( "(11 * 10) / (2 * 1) which is equal to: \n" ); document.write( "110 / 2 which is equal to 55. \n" ); document.write( "therefore: \n" ); document.write( "c(14,3) * c(11,2) is equal to 364 * 55 = 20,020. \n" ); document.write( "answers to your questions are: \n" ); document.write( "(a) How many teams made up of 3 girls and 2 boys can be selected? \n" ); document.write( "number of teams = 20,020. \n" ); document.write( "(b) How many teams can be selected with at least 3 girls? \n" ); document.write( "number of teams = 33,033.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |