document.write( "Question 1116840: A committee of 5 people is selected from a group of 9 men and 11 women. In how many ways can the committee be selected so it contains at least 1 woman? \n" ); document.write( "
Algebra.Com's Answer #731748 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Total number of ways of selecting 5 of the 20 people: 20C5 = 15504

\n" ); document.write( "Total number of ways of selecting 5, none of which are women: 9C5 = 126

\n" ); document.write( "Number of ways of making the selection with at least one woman: 15504-126 = 15378
\n" ); document.write( "
\n" );