document.write( "Question 867360: A task force studying sex discrimination wishes to establish a subcommittee. If the subcommittee is to consist of 11 members chosen at random from a group of 15 men and 18 women, find the probability that the subcommittee consists of the following?
\n" );
document.write( "(a) 8 men and 3 women (Round your answer to two decimal places.)\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "(b) all women (Round your answer to seven decimal places.) \n" );
document.write( "
Algebra.Com's Answer #522972 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! There are 15+18 = 33 people total. So there are 33 C 11 = 193,536,720 ways to form a committee of 11 people (with no restrictions on gender). \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'm using the combination formula to compute 33 C 11. It's faster to do with a calculator, but I recommend you do a few by hand to get an idea of how it works.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------- \n" ); document.write( "a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 15 C 8 = 6,435 ways to pick 8 men (from a pool of 15 men)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 18 C 3 = 816 ways to pick 3 women (from a pool of 18 women)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 6,435*816 = 5,250,960 ways to pick a committee of 11 people where there are 8 men and 3 women.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Divide this by the total number of ways to form an 11 member committee: 5,250,960/193,536,720 = 0.02713159549258\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then round to two decimal places: 0.02713159549258 ----> 0.03\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the probability of selecting exactly 8 men and 3 women is 0.03 \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------- \n" ); document.write( "b) \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 18 C 11 = 31,824 ways to pick a committee of all women.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Divide this by the total number of ways to form an 11 member committee: 31,824/193,536,720 = 0.00016443391208\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then round to seven decimal places: 0.00016443391208 ----> 0.0001644\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the probability of selecting all women, ie a committee of 11 women, is 0.0001644 \n" ); document.write( " |