document.write( "Question 1132287: Seven of 12 employees of a corporation are men. Suppose that 4 employees are
\n" ); document.write( "selected at random as delegates for a conference. How many selections will
\n" ); document.write( "contain: a) exactly 3 men? B) at least 3 men? C) what is the probability
\n" ); document.write( "that a random selection will contain exactly 3 men?
\n" ); document.write( "

Algebra.Com's Answer #749267 by Edwin McCravy(20062)\"\" \"About 
You can put this solution on YOUR website!
Seven of 12 employees of a corporation are men. Suppose that 4 employees are
\n" ); document.write( "selected at random as delegates for a conference.
\n" ); document.write( "
\r\n" );
document.write( "That's 7 men employees plus 5 women employees = 12 employees\r\n" );
document.write( "

\n" ); document.write( "How many selections will contain:\r
\n" ); document.write( "\n" ); document.write( "a) exactly 3 men?
\n" ); document.write( "
\r\n" );
document.write( " \r\n" );
document.write( "That's 3 men and 1 woman.\r\n" );
document.write( "\r\n" );
document.write( "(7 men CHOOSE 3)∙(5 women CHOOSE 1) = (7C3)∙(5C1) = (35)∙(5) = 175  \r\n" );
document.write( "\r\n" );
document.write( "b) at least 3 men? \r\n" );
document.write( "\r\n" );
document.write( "That's the number with exactly 3 men PLUS the number with exactly 4 men.\r\n" );
document.write( "\r\n" );
document.write( "We have already found that the number with exactly 3 men is 175.\r\n" );
document.write( "So we need to add the number with exactly 4 men (and no women).\r\n" );
document.write( "\r\n" );
document.write( "175 + (7 men CHOOSE 4) = 175 + 35 = 210 \r\n" );
document.write( "

\n" ); document.write( "C) what is the probability that a random selection will contain exactly 3 men?
\n" ); document.write( "
\r\n" );
document.write( "That's 175 ways (from part a) out of (12 choose 4) = 175/(12C4) = \r\n" );
document.write( "175/495 = 35/99\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );