document.write( "Question 1115154: There are 5 women and 4 men in a club, a team of 4 has to be chosen. How many different teams can be chosen if there must be either exactly one woman or exactly two women on the team? \n" ); document.write( "
Algebra.Com's Answer #732649 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! 1. If one woman is on the team: 5C1*4C3 = 5*4 = \n" ); document.write( "\n" ); document.write( "2. If two women are on the team: 5C2*4C2 = 10*6 = \r \n" ); document.write( "\n" ); document.write( "For the number of teams with one or two women, just add the two results. \n" ); document.write( " |