document.write( "Question 432957: A group contains 5 men and some women. In a random of selection, the probability that the first two people randomly picked were men, is 2/11. What is the probability that the third person picked from the group is a woman? \n" ); document.write( "
Algebra.Com's Answer #300171 by sudhanshu_kmr(1152)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "let the total no. of people = n\r
\n" ); document.write( "\n" ); document.write( "5C2 / nC2 = 2/11\r
\n" ); document.write( "\n" ); document.write( "=> 10/nC2 = 2/11\r
\n" ); document.write( "\n" ); document.write( "=> nC2 = 55\r
\n" ); document.write( "\n" ); document.write( "so, n = 11\r
\n" ); document.write( "\n" ); document.write( "here 5 men and 6 women.\r
\n" ); document.write( "\n" ); document.write( "probability that third is woman = 6/9 = 2/3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );