document.write( "Question 1064481: out of 5 male worker and 7 female worker of a factory, a task force consisting of 2 male workers and 3 female workers is to be formed.in how many ways can this be done if one particular female must be a member \n" ); document.write( "
Algebra.Com's Answer #679589 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! If one specific female has to be a member, we now have a group of 4 to be chosen with 5 men and now 6 women. Two of the five have to be men, and two of the 6 women have to be chosen, which will give the desired result. \n" ); document.write( "The number of ways that can occur is 5C2*6C2=10*15=150 \n" ); document.write( " |