document.write( "Question 913395: Three hundred people apply for three jobs. 135 of the applicants are women. If three people from the group are randomly selected, find the probability that:
\n" ); document.write( "There are two women and one man and the probability that there are more men than women.
\n" ); document.write( "

Algebra.Com's Answer #554489 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Three hundred people apply for three jobs. 135 of the applicants are women. If three people from the group are randomly selected,
\n" ); document.write( "-------------------------------- \r
\n" ); document.write( "\n" ); document.write( "find the probability that:
\n" ); document.write( " There are two women and one man
\n" ); document.write( "# of ways to succeed:: 135C2 * 165C1
\n" ); document.write( "# of possible groups of 3:: 300C3
\n" ); document.write( "-----
\n" ); document.write( "Ans:: P(2 woman and 1 man) = [135C2*165]/300C3
\n" ); document.write( "-------------------------\r
\n" ); document.write( "\n" ); document.write( " and the probability that there are more men than women.
\n" ); document.write( "P(2men & 1woman OR 3men) = [165C2*135 + 165C3]/300C3
\n" ); document.write( "===========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );