document.write( "Question 420270: from a group of 10 men and 8 women a committee of 7 people has to be formed. how many different committees can be chosen which have
\n" );
document.write( "atleast 4men \n" );
document.write( "
Algebra.Com's Answer #293721 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! possible ways of man and women combinations..\r \n" ); document.write( "\n" ); document.write( "men--women \n" ); document.write( "4 3 \n" ); document.write( "5 2 \n" ); document.write( "6 1 \n" ); document.write( "7 0 \r \n" ); document.write( "\n" ); document.write( "total no. of ways = 10C4 * 8C3 + 10C5 * 8C2 + 10C6 * 8C1 + 10C7 * 8C0 \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |