Question 962243
A group of 9 workers decide to send a delegation of 3 to their supervisor to discuss their grievances. 

If there are 4 women and 5 men in the group, how many delegations would include at least 1 woman?
------
# of possible delegations:: 9C3
------
# with no women:: 5C3
----
# with at least 1 woman: 9C3-5C3 = 74 
----
Cheers,
Stan H.