document.write( "Question 464941: A company manager wants to hire 4 people from a group of 10 applicants, 4 men and 6 women, all of whom are equally qualified to fill the position. If he selects the four at random, what is the probability that
\n" );
document.write( "i. All four will be women
\n" );
document.write( "ii. At least two will be men?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #318510 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 4 men, 6 women \n" ); document.write( ". \n" ); document.write( "i) \n" ); document.write( "6C4/10C4 \n" ); document.write( "=15/210 \n" ); document.write( "=1/14 probability of 4 w. \n" ); document.write( ". \n" ); document.write( "ii) \n" ); document.write( "(6C3 * 4C1)=8/21 Probability of 3 w and 1 m. \n" ); document.write( "1-(1/14 + 8/21)= \n" ); document.write( "1 - 19/42 \n" ); document.write( "23/42 Probability at least two will be men. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |