document.write( "Question 534054: 10 men 10 females, production unit of 7 people set up randomly, what is the probability 5 will be male and 2 female \n" ); document.write( "
Algebra.Com's Answer #351247 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 10 men 10 females, production unit of 7 people set up randomly, what is the probability 5 will be male and 2 female \n" ); document.write( "----- \n" ); document.write( "# of ways to select 5 men = 10C5 = 252 \n" ); document.write( "# of ways to select 2 females = 10C2 = 45 \n" ); document.write( "--- \n" ); document.write( "# of ways to select 7 randomly: 20C7 \n" ); document.write( "=============== \n" ); document.write( "Ans: P(4 male And 2 female) = (252*45)/77520 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |