document.write( "Question 578882: If a committee of 4 workers is to be chosen what is the probability that it must include at least 2 males?\r
\n" );
document.write( "\n" );
document.write( "*there are five males and 5 females \n" );
document.write( "
Algebra.Com's Answer #370823 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a committee of 4 workers is to be chosen what is the probability that it must include at least 2 males? \n" ); document.write( "*there are five males and 5 females \n" ); document.write( "----- \n" ); document.write( "# of ways to succeed : 5C2+5C3+5C4 = 10+10+5 = 25 \n" ); document.write( "----- \n" ); document.write( "# of random groups of 4: 10C4 = 210 \n" ); document.write( "=============== \n" ); document.write( "Ans: 25/210 = 5/42 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |