document.write( "Question 406780: the sales force of a business consists of 10 men and 10 women. A production unit of 8 people is set up at random. What is the probability that it will consist of 4 men and 4 women? \n" ); document.write( "
Algebra.Com's Answer #286953 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "the sales force of a business consists of 10 men and 10 women. A production unit of 8 people is set up at random. What is the probability that it will consist of 4 men and 4 women?
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%21%29%29\"
\n" ); document.write( " 20C8 - is the total number os ways to choose 8 people
\n" ); document.write( " P(4 men 'and' 4 women) = 10C4*10C4 / 20C8 = 210*210/125,970 = .3501 \n" ); document.write( "
\n" );