document.write( "Question 914102: 180 people apply for 5 jobs. Fifty of the applicants are women. If 5 persons are selected at random, find the following probabilities ( answer may be left in combinatorial notation)
\n" ); document.write( "A. The probability that all are women.\r
\n" ); document.write( "\n" ); document.write( "B. Probability that exactly one is a man.\r
\n" ); document.write( "\n" ); document.write( "C. Probability that at least two are men.
\n" ); document.write( "

Algebra.Com's Answer #554866 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
180 people: 50W, 130M
\n" ); document.write( "5 selected:
\n" ); document.write( "A. P(all women) = \"%2850C5%29%2F%28180C5%29\" = 2118760/1488847536 = .0014
\n" ); document.write( "B. P(exactly one man) = \"%28130C1%29%2850C4%29%2F%28180C5%29\" = 275438800/1488847536 = .1850
\n" ); document.write( "C. P (at least two men) = 1 - \"%28%28130C0%29%2850C5%29+%2B+%28130C1%29%2850C4%29+%29+%2F%28180C5%29\"
\n" ); document.write( "0r
\n" ); document.write( " P (at least two men) = 1 - .0014 - .1850
\n" ); document.write( "check Arithemetic
\n" ); document.write( "
\n" );