document.write( "Question 176991: A club consists of 25 married couples. Determine how many ways a committee of 7 people can be formed from these couples if
\n" );
document.write( "a) there are no restrictions?
\n" );
document.write( "b) there are exactly 5 men on the committe?
\n" );
document.write( "c) at least one person must be a man?
\n" );
document.write( "d)there must be at least 3 women and at least 2 men?: A club consists of 25 married couples. Determine how many ways a committee of 7 people can be formed from these couples if\r
\n" );
document.write( "\n" );
document.write( "d)there must be at least 3 women and at least 2 men? \n" );
document.write( "
Algebra.Com's Answer #132045 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A club consists of 25 married couples. Determine how many ways a committee of 7 people can be formed from these couples if \n" ); document.write( "a) there are no restrictions? \n" ); document.write( "Ans: 50C7 \n" ); document.write( "============== \n" ); document.write( "b) there are exactly 5 men on the committee? \n" ); document.write( "Ans: 25C5*25C2 = \n" ); document.write( "========================= \n" ); document.write( "c) at least one person must be a man? \n" ); document.write( "Ans: 50C7- 25C0*25C7 \n" ); document.write( "------------------------- \n" ); document.write( "d)there must be at least 3 women and at least 2 men?: \n" ); document.write( "Ans: 25C3*25C4 + 25C4*25C3 + 25C5*25C2 \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |