document.write( "Question 1050835: A group of 4 members is tobe formed from 5men and 4 women. how many groups may be formed? That the group consist of
\n" ); document.write( "a. All men
\n" ); document.write( "b. 2men and 2women
\n" ); document.write( "c. exactly 3 women
\n" ); document.write( "d. atleast 3women
\n" ); document.write( "e. atleast 1man
\n" ); document.write( "f. Mr. Cruz, one of the men is the head of the commitee
\n" ); document.write( "g. mr. and mrs. Cruz refused to be a member of the committee
\n" ); document.write( "

Algebra.Com's Answer #666459 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
Total 9: 5men and 4 women
\n" ); document.write( "Choosing 4
\n" ); document.write( "how many groups may be formed
\n" ); document.write( "a. All men = (5C4)(4C0)
\n" ); document.write( "b. 2men and 2women = (5C2)(4C2)
\n" ); document.write( "c. exactly 3 women = (5C1)(4C3)
\n" ); document.write( "d. atleast 3women = (5C1)(4C3) + (4C4)
\n" ); document.write( "e. atleast 1 man = All Choices - All Women = 9C4 - 4C4
\n" ); document.write( "
\n" );