document.write( "Question 669001: A college math club consists of 16 men and 20 women.\r
\n" ); document.write( "\n" ); document.write( "a. in how many different ways can a committee of 5 members be chosen?
\n" ); document.write( "b. in how many different ways can a committee of 5 be chosen and have it consist of 2 men and 3 women?
\n" ); document.write( "c. it the 5 committee members are randomly selected, what is the probability that the committee will consist of 2 men and 3 women
\n" ); document.write( "

Algebra.Com's Answer #416005 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( " college math club consists of 16 men and 20 women. \"36\" total
\n" ); document.write( "a. in how many different ways can a committee of 5 members be chosen? \"36C5\"
\n" ); document.write( " b. in how many different ways can a committee of 5 be chosen
\n" ); document.write( "and have it consist of 2 men and 3 women? \"16C2%2A20C3\"
\n" ); document.write( " c. it the 5 committee members are randomly selected,
\n" ); document.write( "what is the probability that the committee will consist of 2 men and 3 women
\n" ); document.write( " \"16C2%2A20C3%2F%2836C5%29\" \n" ); document.write( "
\n" );