document.write( "Question 1107254: Two people are selected from a group of eight women and ten men. Find the probability that
\n" );
document.write( " a) Both are men.
\n" );
document.write( " b) At least one is a woman.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #722263 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "In both cases, you are choosing 2 out of the 18 people in the group, so the denominator of the probability fraction is \"18 choose 2\": \n" ); document.write( " \n" ); document.write( "a) If both are men, then you are choosing 2 of the 10 men and 0 of the 8 women. The numerator of the probability fraction is \n" ); document.write( " \n" ); document.write( "The probability that both are men is 45/153 = 9/17. \n" ); document.write( "b) \"at least one is a woman\" is the opposite (complement) of \"both are men\". So the probability that at least one is a woman is 1 - 9/17 = 8/17. \n" ); document.write( " |