document.write( "Question 849911: A group consists of 4 girls and 7 boys. In how many ways can a team of 5 members be selected if the team has:
\n" );
document.write( "1.. no girl .
\n" );
document.write( "2..at least one boy and one girl .
\n" );
document.write( "3..at least 3 girls. \n" );
document.write( "
Algebra.Com's Answer #511991 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "The only types of groups of 5 are these:\r\n" ); document.write( "\r\n" ); document.write( "1. 4 girls, 1 boy C(4,4)C(7,1) = (1)(7) = 7 ways \r\n" ); document.write( "2. 3 girls, 2 boys C(4,3)C(7,2) = (4)(21) = 84 ways\r\n" ); document.write( "3. 2 girls, 3 boys C(4,2)C(7,3) = (6)(35) = 210 ways\r\n" ); document.write( "4. 1 girl, 4 boys C(4,1)C(7,4) = (4)(35) = 140 ways\r\n" ); document.write( "5. 0 girls, 5 boys C(4,0)C(7,5) = (1)(21) = 21 ways\r\n" ); document.write( "--------------------------------------------------------\r\n" ); document.write( " Total = 462 ways\r\n" ); document.write( "\r\n" ); document.write( "1. no girl ==> case 5 DISABLED_event_only= => 21 ways \r\n" ); document.write( "2. at least one boy and one girl ==> all cases except case 5 ==> 462-21 = 441 ways\r\n" ); document.write( "3. at least 3 girls ==> cases 1 and 2 DISABLED_event_only= => 7+84 = 91 ways\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |