document.write( "Question 378342: A commitee is to consist of three members. If there are three men and five woman availiable to serve on the committee, how many different committees can be formed, using Combination? \n" ); document.write( "
Algebra.Com's Answer #268813 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
nCr=
\n" ); document.write( "=8C3
\n" ); document.write( "=8!/(5!*3!)
\n" ); document.write( "=56 different committees.
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );