document.write( "Question 308423: Solve for the number of different ways a committee of 3men and 4women can be formed from a group that has 18men and 12women ? \n" ); document.write( "
Algebra.Com's Answer #220549 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
nCr=combination or n things taken r at a time=n!/((n-r)!*r!)
\n" ); document.write( "18C3=816
\n" ); document.write( "12C4=495
\n" ); document.write( "816*495=403,920 ways.
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );