document.write( "Question 240261: I have an idea where to start but would appreciate any guidance you can provide.\r
\n" );
document.write( "\n" );
document.write( "Four hundred people apply for three jobs. 110 of the applicants are women. \r
\n" );
document.write( "\n" );
document.write( "a) If three persons are selected at random, what is the probability that all are women? (Round the answer to six decimal places.) \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(b) If three persons are selected at random, what is the probability that two are women? (Round the answer to six decimal places.)\r
\n" );
document.write( "\n" );
document.write( "(c) If three persons are selected at random, what is the probability that one is a woman? (Round the answer to six decimal places.)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(d) If three persons are selected at random, what is the probability that none is a woman? (Round the answer to six decimal places.)\r
\n" );
document.write( "\n" );
document.write( "(e) If you were an applicant, and the three selected people were not of your gender, should the above probabilities have an impact on your situation? Why? \r
\n" );
document.write( "\n" );
document.write( "(Yes),the probabilities indicate the presence of gender discrimination.
\n" );
document.write( "(No),because in the hiring process all outcomes are not equally likely. \n" );
document.write( "
Algebra.Com's Answer #176084 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Four hundred people apply for three jobs. 110 of the applicants are women. \n" ); document.write( "a) If three persons are selected at random, what is the probability that all are women? (Round the answer to six decimal places.) \n" ); document.write( "--- \n" ); document.write( "ways to pick 3 women: 110C3 \n" ); document.write( "ways to pick 3 persons: 400C3 \n" ); document.write( "Prob. = 110C3/400C3 = 215820/10586800 = 0.020386.. \n" ); document.write( "========================================================== \r \n" ); document.write( "\n" ); document.write( "(b) If three persons are selected at random, what is the probability that two are women? (Round the answer to six decimal places.) \n" ); document.write( "--- \n" ); document.write( "Binomial with n = 3, p= 110/400, x=2 \n" ); document.write( "Ans: 3C2(110/400)^2(290/400) or binompdf(3,110/400,2) = 0.164484... \n" ); document.write( "----------------------- \n" ); document.write( "(c) If three persons are selected at random, what is the probability that one is a woman? (Round the answer to six decimal places.) \n" ); document.write( "--- \n" ); document.write( "Comment: Same process as \"b\". \n" ); document.write( "Ans binompdf(3,110/400,1)= 0.433641.. \n" ); document.write( "------------------- \r \n" ); document.write( "\n" ); document.write( "(d) If three persons are selected at random, what is the probability that none is a woman? (Round the answer to six decimal places.) \n" ); document.write( "--- \n" ); document.write( "Same as \"b\" and \"c\" with x = 0 \n" ); document.write( "Ans: 0.381078... \n" ); document.write( "------------------------------------- \n" ); document.write( "(e) If you were an applicant, and the three selected people were not of your gender, should the above probabilities have an impact on your situation? Why? \n" ); document.write( "(Yes),the probabilities indicate the presence of gender discrimination. \n" ); document.write( "(No),because in the hiring process all outcomes are not equally likely. \n" ); document.write( "--- \n" ); document.write( "I'll leave that for you to decide. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |