document.write( "Question 1191172: A group of ten women and six men must select a four-person committee. How many committees are possible if it must consist of the following?
\n" ); document.write( "(a) two women and two men\r
\n" ); document.write( "\n" ); document.write( "(b) any mixture of men and women\r
\n" ); document.write( "\n" ); document.write( "(c) a majority of men
\n" ); document.write( "

Algebra.Com's Answer #822956 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "(a) two women and two men
\r\n" );
document.write( "(10 women CHOOSE 2)x(6 men CHOOSE 2)

\n" ); document.write( "(b) any mixture of men and women
\r\n" );
document.write( "(16 people CHOOSE 4)

\n" ); document.write( "(c) a majority of men
\r\n" );
document.write( "That's either (3 men and 1 woman) or (4 men)\r\n" );
document.write( "\r\n" );
document.write( "(6 men CHOOSE 3)x(10 women CHOOSE 1) + (6 men CHOOSE 4)\r\n" );
document.write( "\r\n" );
document.write( "You do the calculations.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );