document.write( "Question 1172127: TEAM OF 5 IS TO BE CHOSEN FROM 4 MEN AND 5 WOMEN TO WORK ON SPECIAL PROJECT.
\n" );
document.write( "1. In how many ways can the team be chosen?
\n" );
document.write( "2.In how many ways can the team be chosen to include just 3 women?
\n" );
document.write( "3.what is the probability that the team includes at least 3 women?
\n" );
document.write( "4.What is the probability that the team includes more men than women \n" );
document.write( "
Algebra.Com's Answer #797037 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! total number of ways is 9C5=126 \n" ); document.write( "with 3 women it would be 5C3*4C2=60 ways \n" ); document.write( "at least 3 women is 60 (for 3) 5C4*4C1 or 20 (for 4) and 1 for 5, 81 ways for at least 3 women. \n" ); document.write( "more men than women is at least 3 men. \n" ); document.write( "that is 4C3*5C2=40 ways plus 4C4*5C1=5 ways \n" ); document.write( "All this add to 126 and include all the possibilities. \n" ); document.write( " |