document.write( "Question 342639: In how many ways can a committee of 5 people be chosen from 7 men and 3 women if it must contain at least one woman? \n" ); document.write( "
Algebra.Com's Answer #250852 by sudhanshu_kmr(1152)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( " There are 7 men and 3 women and we have to choose committee of 5
\n" ); document.write( "
\n" ); document.write( " no. of ways to select 5 from total 10 = 10C5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " now, we have to ignore those groups that have only men
\n" ); document.write( "
\n" ); document.write( " no. of ways to select 5 person from only 7 men = 7C5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " required no. = 10C5 - 7C5 = 252 - 21 = 231
\n" ); document.write( "
\n" );