document.write( "Question 1202251: The number of committees consisting of 4 men and 5 women that can be formed from 10 men and 13 women is \n" ); document.write( "
Algebra.Com's Answer #836940 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "None of the seats on the committee have a label (eg: \"president\" or \"treasurer\"), which means order does not matter. \n" ); document.write( "No member outranks another. \n" ); document.write( "A group like {A,B,C} is the same as {B,C,A}.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since order doesn't matter, we use the nCr combination formula.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's find out how many ways there are to select the men. \n" ); document.write( "n = 10 men total \n" ); document.write( "r = 4 men to select \n" ); document.write( "n C r = (n!)/(r!(n-r)!) \n" ); document.write( "10 C 4 = (10!)/(4!*(10-4)!) \n" ); document.write( "10 C 4 = (10!)/(4!*6!) \n" ); document.write( "10 C 4 = (10*9*8*7*6!)/(4!*6!) \n" ); document.write( "10 C 4 = (10*9*8*7)/(4!) \n" ); document.write( "10 C 4 = (10*9*8*7)/(4*3*2*1) \n" ); document.write( "10 C 4 = 5040/24 \n" ); document.write( "10 C 4 = 210 \n" ); document.write( "There are 210 ways to select the four men from a candidate pool of ten men. Order doesn't matter.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "nCr calculator \n" ); document.write( "https://www.calculatorsoup.com/calculators/discretemathematics/combinations.php \n" ); document.write( "This is one of many free online calculators that specialize in computing the nCr combination value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you have a TI84 or similar, then check out this example video. \n" ); document.write( "https://www.youtube.com/watch?v=wxlJcZzJgpo \n" ); document.write( "Coincidentally, the person goes over 10C4 = 210\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The value 210 can be found in Pascal's Triangle. \n" ); document.write( "Look at the row that starts with 1,10,... \n" ); document.write( "Count 5 spaces to arrive at 210. \n" ); document.write( "We count 5 spaces, and not 4, because the index starts at r = 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use whichever method you prefer (calculator, formula, pascals triangle) to find that 13C5 = 1287 is the number of ways to pick the five women from a candidate pool of thirteen women.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Overall we have: \n" ); document.write( "(10C4)*(13C5) = 210*1287 = 270270 \n" ); document.write( "ways to form this committee.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 270270 \n" ); document.write( " \n" ); document.write( " |