document.write( "Question 780423: A committee is to have four members. There are seven men and six women available to serve on the committee. How many different committees can be formed? \n" ); document.write( "
Algebra.Com's Answer #475668 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A committee is to have four members. There are seven men and six women available to serve on the committee. How many different committees can be formed?
\n" ); document.write( "------
\n" ); document.write( "men/women
\n" ); document.write( "0/4----- 6C4 = 6C2 = 15 ways
\n" ); document.write( "1/3----- 7*6C3 = 7*20 = 140 ways
\n" ); document.write( "2/2----- 7C2*6C2 = 21*15 = 315 ways
\n" ); document.write( "3/1----- 7C3*6C1 = 210 ways
\n" ); document.write( "4/0----- 7C4*1 = 35 ways
\n" ); document.write( "========================
\n" ); document.write( "Total:: 15+140+315+210+35 = 715 ways
\n" ); document.write( "=======================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=================
\n" ); document.write( "
\n" ); document.write( "
\n" );