document.write( "Question 909846: Suppose a class is containing 10 women and 7 men.
\n" );
document.write( "(a) In how many different ways can a team of 6 be chosen from the class?
\n" );
document.write( "(b) What if the team must contain exactly 4 women?
\n" );
document.write( "(c) What if the team must contain at least 4 women? \n" );
document.write( "
Algebra.Com's Answer #552047 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose a class is containing 10 women and 7 men. \n" ); document.write( " (a) In how many different ways can a team of 6 be chosen from the class? \n" ); document.write( "Ans: 17C6 = 12376 ways \n" ); document.write( "----------------------------------- \n" ); document.write( " (b) What if the team must contain exactly 4 women? \n" ); document.write( "# of ways to succeed:: 10C4*7C2 = 4410 \n" ); document.write( "P(4 w and 2 m) = 4410/12376 \n" ); document.write( "----------------------------------- \n" ); document.write( " (c) What if the team must contain at least 4 women? \n" ); document.write( "# of ways to succeed 4410 + 10C5*7C1 + 10C6 = 6384 \n" ); document.write( "P(at least 4 w) = 6384/12376 \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------- \n" ); document.write( " |