document.write( "Question 534658: The sales force of a business consist of 10 men and 10 women, the production unit has 9 people that is set up randomly. what is the probability that it will consist of 5 men and 4 women? \n" ); document.write( "
Algebra.Com's Answer #351652 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sales force of a business consist of 10 men and 10 women, the production unit has 9 people that is set up randomly. what is the probability that it will consist of 5 men and 4 women? \n" ); document.write( "---- \n" ); document.write( "# of ways to succeed: 10C5*10C4 = 52920 \n" ); document.write( "# of possible outcomes: \n" ); document.write( "9 men: 10C9*10C0 \n" ); document.write( "8 men: 10C8*10C1 \n" ); document.write( "7 men: 10C7*10C2 \n" ); document.write( "6 men: 10C6*10C3 \n" ); document.write( "5 men: 10C5*10C4 \n" ); document.write( "4 men: 10C4*10C5 \n" ); document.write( "3 men: 10C3*10C6 \n" ); document.write( "2 men: 10C2*10C7 \n" ); document.write( "1 man: 10C1*10C8 \n" ); document.write( "0 men: 10C9*10C9 \n" ); document.write( "---- \n" ); document.write( "P(5men and 4women) = 52920/sum of those products \n" ); document.write( "------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |