document.write( "Question 1141010: A neighborhood watch committee has 10 men and 8 women. A committee of 6 people is to be chosen.
\n" ); document.write( "
\n" ); document.write( "How many committees are possible if the number of men and women on the committee doesn't matter?\r
\n" ); document.write( "\n" ); document.write( "How many committees are possible if there must be 4 women and 2 men on the committee?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #761550 by VFBundy(438)\"\" \"About 
You can put this solution on YOUR website!
How many committees are possible if the number of men and women on the committee doesn't matter?
\n" ); document.write( "
\n" ); document.write( "18C6 = \"18%21%2F%286%21%2A12%21%29\" = 18,564
\n" ); document.write( "
\n" ); document.write( "How many committees are possible if there must be 4 women and 2 men on the committee?
\n" ); document.write( "
\n" ); document.write( "8C4 * 10C2 = \"%288%21%2F%284%21%2A4%21%29%29%2A%2810%21%2F%282%21%2A8%21%29%29\" = 3150
\n" ); document.write( "
\n" );