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 #797038 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 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( "If all positions are equal: --> 9*8*7*6*5 \n" ); document.write( "------------------------- \n" ); document.write( "2.In how many ways can the team be chosen to include just 3 women? \n" ); document.write( "5*4*3*4*3 \n" ); document.write( "--------------------------- \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( " |