document.write( "Question 627896: A comittee of five persons is to be seleted andomly from a group of five men and 10 women. a) find the probability that the comittee consists of 2 men and 3 women b) find the probability that comittee consisting pf all the womens. \n" ); document.write( "
Algebra.Com's Answer #395407 by Susmitha(21) You can put this solution on YOUR website! A comittee of 5 persons to be selected from 5 men and 10 women \n" ); document.write( "total=15 \n" ); document.write( "a comittee of 5 persons is to be selected fom a group of 15 members=5/15=P(AUB) \n" ); document.write( "probability of 2 men and 3 women \n" ); document.write( "P(A^B)=P(A)+P(B)-P(AUB) \n" ); document.write( " =2/5 + 3/10 -5/15 \n" ); document.write( " =12+9-10/30 \n" ); document.write( " =11/30 \n" ); document.write( "b) the probability that comittee consists at all women is 5/10 =1/2 \n" ); document.write( " |