document.write( "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? \r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The answer my teach gave us is 302/429 or 0.704\r
\n" ); document.write( "\n" ); document.write( "I've tried many ways but I can't figure out how to get this answer. Thank you!
\n" ); document.write( "

Algebra.Com's Answer #733195 by math_helper(2461)\"\" \"About 
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.
\r
\n" ); document.write( "\n" ); document.write( "By considering the complementary problem (2 or fewer women), the problem is computationally easier:
\n" ); document.write( "P(3 or more women are chosen) = 1 - P(2 or less women are chosen)
\r
\n" ); document.write( "\n" ); document.write( "P(exactly 0 women are chosen) = (C(7,0)*C(7,6)) / C(14,6)
\n" ); document.write( "P(exactly 1 woman is chosen) = (C(7,1)*C(7,5)) / C(14,6)
\n" ); document.write( "P(exactly 2 women are chosen) = (C(7,2)*C(7,4)) / C(14,6)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Where C(n,r) = n! / ((n-r)!*r!)
\r
\n" ); document.write( "\n" ); document.write( "Compute the above three values, add them all together, then subtract the result from 1 to arrive at 0.704.
\n" ); document.write( "[ If you work with the fractions, note that the denominator will be 3003 (= 7*429) ] \r
\n" ); document.write( "\n" ); document.write( "覧覧覧覧覧予r
\n" ); document.write( "\n" ); document.write( "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.
\r
\n" ); document.write( "\n" ); document.write( "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.
\n" ); document.write( "
\n" ); document.write( "There you have your teacher's fraction, as 2114/3003 = (7*302) / (7*429) \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );