document.write( "Question 865774: In how many ways can a committee of six people be chosen from 4 men and 7 women if at least 4 women must be on the committee and Carlo (one of the seven women) must be on the committee \n" ); document.write( "
Algebra.Com's Answer #521873 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Since Carlo must be on the committee in reality we have a committee of 5 people with 4 men and six women and at least 3 women must be on it. \n" ); document.write( "Five women: 6C5 = 6 \n" ); document.write( "4 w + 1 m : 6C4 * 4C1 = 15*4 = 60 \n" ); document.write( "3 w + 2 m : 6C3 * 4C2 = 20*6 = 120 \n" ); document.write( ". \n" ); document.write( "6+60+120=186 ways \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " |