document.write( "Question 670187: The members of an organization are 10 men and 11 women. What is the probability that a committee of three selected at random is all female? \n" ); document.write( "
Algebra.Com's Answer #416820 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
The members of an organization are 10 men and 11 women. What is the probability that a committee of three selected at random is all female?
\n" ); document.write( "-----
\n" ); document.write( "# of ways to succeed: 11C3
\n" ); document.write( "----
\n" ); document.write( "# of possible outcomes: 21C3
\n" ); document.write( "-----
\n" ); document.write( "P(3 women) = 11C3/21C3 = 0.1241
\n" ); document.write( "-----------------------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );