SOLUTION: 1.two men and three women are each waiting for a job interview there is only enough time to interview two people before lunch two people are chosen at random what is the probabilit

Algebra ->  Probability-and-statistics -> SOLUTION: 1.two men and three women are each waiting for a job interview there is only enough time to interview two people before lunch two people are chosen at random what is the probabilit      Log On


   



Question 253558: 1.two men and three women are each waiting for a job interview there is only enough time to interview two people before lunch two people are chosen at random what is the probability that both people are women? what is the probability that at least one person is a women? which is more likely, one of people is a woman and the other is a man or both people are either men or women?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
1.two men and three women are each waiting for a job interview there is only enough time to interview two people before lunch two people are chosen at random
what is the probability that both people are women?
P(2 women) = 3C2/5C2 = 3/10
------------------------------------
what is the probability that at least one person is a women?
P(x>=1) = 1 - P(x=0)
P(at least one woman) = 1 - P(no women)
P(at least one woman) = 1 - 2C2/5C2 = 1 - 1/10 = 9/10
------------------------------------------------------
which is more likely, one of people is a woman and the other is a man or both people are either men or women?
P(2 men) = 1/10
P(2 women) = 3/10
-----
P(one man and one woman) = 1 - [P(no man) + P(no woman)= 1 - [3/10 + 1/10]
= 1 - [4/10] = 6/10
---
Ans: "one of the people is a woman and other is a man" has the higher prob.
===========================================================================
Cheers,
Stan H.