document.write( "Question 466337: 8. A comittee of 10 women and 9 men is looking to create a 6 person committee.
\n" ); document.write( " a. how many ways are there of choosing this committee?
\n" ); document.write( " 19*18*17*16*15*14=19535040
\n" ); document.write( " b. How many ways are there of chosing 4 men and 2 women?
\n" ); document.write( " (i'm confused)
\n" ); document.write( " c. Whats the probability that it's selected with 4 men and 2 women?
\n" ); document.write( " (I havent a clue)
\n" ); document.write( " d. What is the probility that it's selected with 5 women and 1 man?
\n" ); document.write( " ( i do not know)\r
\n" ); document.write( "\n" ); document.write( "Please help! Thanks.
\n" ); document.write( "

Algebra.Com's Answer #319668 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
a: Order doesn't matter, so it is 19C6 = (19*18*...*14)/6!\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "b: Choose the men separately, and the women separately. Hence there are 9C4*10C2 ways.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "c: The probability is simply the answer to b) over the answer to a), assuming all combinations are equally likely.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "d: We do d) the same way as we did b). There are 10C5*9C1 ways to select such a committee. Divide this by the total number to obtain the probability.
\n" ); document.write( "
\n" );