document.write( "Question 390478: There are 2 girls and 7 boys in a math club. A team of four persons must be chosen for a tournament, and there must be at least 1 girl on the team. In how many ways can this be done? \n" ); document.write( "
Algebra.Com's Answer #276861 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are 2 girls and 7 boys in a math club. A team of four persons must be chosen for a tournament, and there must be at least 1 girl on the team. In how many ways can this be done? \n" ); document.write( "----- \n" ); document.write( "P(at least one girl on the team) = 1 - P(no girls on the team) \n" ); document.write( "--- \n" ); document.write( "= 1 - 7C4/9C4 \n" ); document.write( "= 1 - 0.278 \n" ); document.write( "= 0.722 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |