document.write( "Question 484304: The sales force of a business consists of 10 men and 10 women. A production unit of 6 people is set up at random. What is the probability that it will consist of 2 men and 4 women? (type answer as an integer or decimal rounded to four decimal places as needed) \n" ); document.write( "
Algebra.Com's Answer #331377 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sales force of a business consists of 10 men and 10 women. A production unit of 6 people is set up at random. What is the probability that it will consist of 2 men and 4 women? (type answer as an integer or decimal rounded to four decimal places as needed) \n" ); document.write( "----- \n" ); document.write( "Select 2 men: 10C2 = 45 ways \n" ); document.write( "Select 4 women: 10C4 = 210 ways \n" ); document.write( "---- \n" ); document.write( "# of production units of 2 men and 4 women: 45*210 \n" ); document.write( "----- \n" ); document.write( "# of randomly chosen production units with 6 members: 20C6 = 38760 \n" ); document.write( "==== \n" ); document.write( "P(2men and 4women) = (45*210)/38760 = 0.2438 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |