document.write( "Question 1202956: A committee consisting of 3 men and 4 women is to be choose at random from 5 women and 6 men. What is the probability that one particular women and man will be on it. \n" ); document.write( "
Algebra.Com's Answer #838181 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\"Choose\" the one particular man and one particular woman and put them on the committee. \n" ); document.write( "There are 4 women and 5 men left, from which you need to choose 2 men and 3 women: C(4,3)*C(5,2) = 4*10 = 40 \n" ); document.write( "The total number of ways of choosing the last 5 members of the committee out of the remaining 9 people without restrictions is C(9,5) = 126 \n" ); document.write( "ANSWER: 40/126 = 20/63 \n" ); document.write( "---------------------------------------------------------------- \n" ); document.write( "Revised answer after seeing the response from tutor @ikleyn.... \n" ); document.write( "The above solution only makes sure that one particular man and one particular woman have to be on the committee; it overlooks the fact that the committee must contain 3 men and 4 women. \n" ); document.write( "Total number of ways of choosing 3 of the 6 men and 4 of the 5 women is \n" ); document.write( "C(6,3)*C(5,4) = 20*5 = 100 \n" ); document.write( "So the answer to the question is 40/100 = 2/5 = 40% = 0.4 \n" ); document.write( " \n" ); document.write( " |