document.write( "Question 291857: A room contains five men and four women. Two people are selected at random with no replacements between selections.
\n" );
document.write( "1. Find the probability that the first person selected is a man and the second is a woman.
\n" );
document.write( "2. Find the probability that all the people selected are men.
\n" );
document.write( "3. Find the probability that the second person selected is a woman, given that the first to be selected was a woman.
\n" );
document.write( "4. Find the probability that one man and one woman are selected. \n" );
document.write( "
Algebra.Com's Answer #211062 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A room contains five men and four women. Two people are selected at random with no replacements between selections. \n" ); document.write( "1. Find the probability that the first person selected is a man and the second is a woman. \n" ); document.write( "Ans: (5/9)(4/8) = 20/72 = 5/18 \n" ); document.write( "--------------------------------------- \n" ); document.write( "2. Find the probability that all the people selected are men. \n" ); document.write( "Ans: 5C2/9C2 = 10/36 = 5/18 \n" ); document.write( "---------------------------------------- \n" ); document.write( "3. Find the probability that the second person selected is a woman, given that the first to be selected was a woman. \n" ); document.write( "Ans: P(w|w) = P(2 women)/P(women) = [4C2/9C2]/[4/9] = (6/36)/(4/9) = 3/8 \n" ); document.write( "----------------------------------------------------- \n" ); document.write( "4. Find the probability that one man and one woman are selected. \n" ); document.write( "P(1m and 1 w) = 1-[P(2men)+P(2women)] = 1-[(5/18)+(1/6)] = 10/18 = 5/9 \n" ); document.write( "================================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |