document.write( "Question 937071: A subcommittee of 5 representatives is to be selected from 10 men and 12 women members of the finance committee. IN how many ways can the subcommittee be selected?
\n" );
document.write( "a. So that it consists of 3 men and 2 women
\n" );
document.write( "b. So that at least one man is in the subcommittee
\n" );
document.write( "c. So that at least one women is a member of the subcommittee
\n" );
document.write( "d. So that each sex is represented \n" );
document.write( "
Algebra.Com's Answer #570609 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 22 on the finance committee: 10M, 12W \n" ); document.write( "5 representatives is to be selected \n" ); document.write( "Note: 22C5 is the total number of possibilities \n" ); document.write( "...... \n" ); document.write( "a \n" ); document.write( "b 22C5 - 12C5 \n" ); document.write( "c 22C5 - 10C5 \n" ); document.write( "d 22C5 - 12C5 - 10C5 \n" ); document.write( " \n" ); document.write( " |