SOLUTION: What is the probability if you randomly select 6 people from 7 men and 7 women that will have at least 3 women in the group? The answer my teach gave us is 302/429 or 0.704

Algebra ->  Probability-and-statistics -> SOLUTION: What is the probability if you randomly select 6 people from 7 men and 7 women that will have at least 3 women in the group? The answer my teach gave us is 302/429 or 0.704      Log On


   



Question 1118015: What is the probability if you randomly select 6 people from 7 men and 7 women that will have at least 3 women in the group?


The answer my teach gave us is 302/429 or 0.704
I've tried many ways but I can't figure out how to get this answer. Thank you!

Found 2 solutions by math_helper, ikleyn:
Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!
You should post what you've tried, so a tutor can see where you are getting stuck.

By considering the complementary problem (2 or fewer women), the problem is computationally easier:
P(3 or more women are chosen) = 1 - P(2 or less women are chosen)

P(exactly 0 women are chosen) = (C(7,0)*C(7,6)) / C(14,6)
P(exactly 1 woman is chosen) = (C(7,1)*C(7,5)) / C(14,6)
P(exactly 2 women are chosen) = (C(7,2)*C(7,4)) / C(14,6)

Where C(n,r) = n! / ((n-r)!*r!)

Compute the above three values, add them all together, then subtract the result from 1 to arrive at 0.704.
[ If you work with the fractions, note that the denominator will be 3003 (= 7*429) ]
———————————
Tutor ikleyn has missed this: for each selection of three or more women, there are N>0 selections of men that increase the numerator in a multiplicative fashion. For example, W1,W2,W3,M1,M2,M3 is different than W1,W2,W3,M1,M2,M4 even though the same three women are selected in both cases.

The numerator in fact should be C(7,3)*C(7,3) + C(7,4)*C(7,2) + C(7,5)*C(7,1) + C(7,6)*C(7,0) = 2114. These represent the number of ways of selecting 3 women and 3 men, plus 4 women and 2 men, etc.

There you have your teacher's fraction, as 2114/3003 = (7*302) / (7*429)

Answer by ikleyn(52813) About Me  (Show Source):
You can put this solution on YOUR website!
.
The probability is the fraction.


The denominator of this fraction is the number  C%5B14%5D%5E6, the number of combinations of 14 people taken 6 at a time.


The numerator of this fraction is this number   C%5B7%5D%5E3+%2B+C%5B7%5D%5E4+%2B+C%5B7%5D%5E5+%2B+C%5B7%5D%5E6+%2B+C%5B7%5D%5E7.

To understand my solution,  you should have basic knowledge on   COMBINATIONS.

See the lessons
    - Introduction to Combinations
    - PROOF of the formula on the number of Combinations
    - Problems on Combinations
    - OVERVIEW of lessons on Permutations and Combinations
in this site.

Also,  you have this free of charge online textbook in ALGEBRA-II in this site
    - ALGEBRA-II - YOUR ONLINE TEXTBOOK.

The referred lessons are the part of this online textbook under the topic  "Combinatorics: Combinations and permutations".


Save the link to this textbook together with its description

Free of charge online textbook in ALGEBRA-II
https://www.algebra.com/algebra/homework/complex/ALGEBRA-II-YOUR-ONLINE-TEXTBOOK.lesson

into your archive and use when it is needed.