document.write( "Question 199685: From a group of 6 men and 4 women, a committee of 3 is to be selected at random. find Probability of at least 2 women to be selected for the committee.\r
\n" );
document.write( "\n" );
document.write( "Please list the equation with the formula below, I don't understand how to work the other explanation\r
\n" );
document.write( "\n" );
document.write( "P(at least 2 women) = P(2 women) + P(3 women) \r
\n" );
document.write( "\n" );
document.write( "Thank you! this probability is really hard to understand, thanks for your help :) \n" );
document.write( "
Algebra.Com's Answer #150072 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the number of 3 person committees from a group of 10 is 10C3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "groups of 2 women from a field of 4 is 4C2 \n" ); document.write( "groups of 1 men from a field of 6 is 6C1 \n" ); document.write( "so the number of 3 person groups with 2 women is (4C2)(6C1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "groups of 3 women from a field of 4 is 4C3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so the probability of at least 2 women in the group is [(4C2)(6C1) + 4C3] / 10C3 \n" ); document.write( " |