document.write( "Question 1022633: A committee consists of 10 women and 7 men. Three members are chosen as officers. What is the probability that all three officers are women? What is the probability that one of the officers chosen is a woman and the other two are men? What is the probability that at lease one officer is a man? \n" ); document.write( "
Algebra.Com's Answer #638282 by mathmate(429)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Question:
\n" ); document.write( "A committee consists of 10 women and 7 men. Three members are chosen as officers.
\n" ); document.write( "(a) What is the probability that all three officers are women?
\n" ); document.write( "(b)What is the probability that one of the officers chosen is a woman and the other two are men?
\n" ); document.write( "(c) What is the probability that at lease one officer is a man?
\n" ); document.write( "
\n" ); document.write( "Solution:
\n" ); document.write( "Given 10 women and 7 men, from which 3 are chosen as officers.
\n" ); document.write( "Use C(n,r)=n!/(r!(n-r)!) to represent number of combinations of taking r objects out of n.
\n" ); document.write( "
\n" ); document.write( "(a)All 3 are women
\n" ); document.write( "Ways to choose 3 women out of 7 = C(7,3)
\n" ); document.write( "Ways to choose from 17 members = C(17,3)
\n" ); document.write( "Probability of choosing 3 women out of 17
\n" ); document.write( "= C(10,3)/C(17,3)
\n" ); document.write( "= 120/680
\n" ); document.write( "= 3/17
\n" ); document.write( "=0.17647 (approx.)\r
\n" ); document.write( "\n" ); document.write( "(b) One woman and two men
\n" ); document.write( "Ways to choose 1 woman out of 10 = C(10,1) = 10
\n" ); document.write( "Ways to choose 2 men out of 7 = C(7,2) = 21
\n" ); document.write( "Ways to choose 1 woman and 2 men = 10*21=210
\n" ); document.write( "Probability of choosing 1 woman and 2 men = 210/680 = 21/68 = 0.3088 approx.\r
\n" ); document.write( "\n" ); document.write( "(c) At least one officer is a man.
\n" ); document.write( "This is the complement of case (a), therefore, the
\n" ); document.write( "Probability = 1-3/17 = 14/17 = 0.82353 (approx.)
\n" ); document.write( "
\n" );