document.write( "Question 1142801: Suppose that there are 7 women and 5 men in a department.\r
\n" ); document.write( "\n" ); document.write( " a). How many ways a committee of 4 people can be selected if there must be 2 men and 2 women? \r
\n" ); document.write( "\n" ); document.write( " b). How many ways a committee of 4 people be selected if there is no requirement for number in regards to gender?\r
\n" ); document.write( "\n" ); document.write( " c). How many ways can a committee of 4 people be selected if there must be at least 1 man?
\n" ); document.write( "

Algebra.Com's Answer #763541 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "(a) Need to choose 2 of the 7 women AND 2 of the 5 men: (7C2)*(5C2)

\n" ); document.write( "(b) Can choose any 4 of the 12 total: (12C4)

\n" ); document.write( "(c) Can choose any combination EXCEPT 4 women and 0 men: (12C4) - (7C4)*(4C0)

\n" ); document.write( "You need to know the \"n choose r\" concept if you are going to be working problems like this. If you aren't familiar with it, searching the internet for \"n choose r\" will find hundreds of places where you can find it explained.
\n" ); document.write( "
\n" );