document.write( "Question 91014: A total of 14 people - 8 men and 6 women have applied for admission to a business school. The school has 5 openings.\r
\n" ); document.write( "\n" ); document.write( "a. How many ways are there of selecting the students to be admitted?
\n" ); document.write( "b. How many ways are there if at least 4 of them must be women?
\n" ); document.write( "c. How many ways are there if at least 3 of them must be women?
\n" ); document.write( "d. How many ways if exatly 3 of them must be men?
\n" ); document.write( "e. How many ways if at least one of them must be a man?\r
\n" ); document.write( "\n" ); document.write( "Thank you all for your help. I appreciate it!
\n" ); document.write( "

Algebra.Com's Answer #66087 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A total of 14 people - 8 men and 6 women have applied for admission to a business school. The school has 5 openings.
\n" ); document.write( "a. How many ways are there of selecting the students to be admitted?
\n" ); document.write( "14C5 = 2002 ways
\n" ); document.write( "--------------------
\n" ); document.write( "b. How many ways are there if at least 4 of them must be women?
\n" ); document.write( "# of ways if 4 women are selected and one man + # of ways if 5 women are selecte
\n" ); document.write( "= 6C4*8C1 = 120 ways
\n" ); document.write( "-----------------------
\n" ); document.write( "c. How many ways are there if at least 3 of them must be women?
\n" ); document.write( "6C3*8C2 + 6C4*8C1 + 6C5 = 686 ways
\n" ); document.write( "------------------------
\n" ); document.write( "d. How many ways if exatly 3 of them must be men?
\n" ); document.write( "8C3*6C2 = 840
\n" ); document.write( "-------------------------
\n" ); document.write( "e. How many ways if at least one of them must be a man?
\n" ); document.write( "Answer: 8C1*6C4 + 8C2*6C3 + 8C3*6C2 + 8C4*6C1 + 8C5 = ?
\n" ); document.write( "I'll leave that to you.
\n" ); document.write( "=================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );