document.write( "Question 1200584: Each of the teams in a mixed volleyball league consists of 5 men and 5 women. There are 9 men and 10 women, including Julia, who are trying out for a team. How many possible teams would include Julia?
\n" );
document.write( "15,876
\n" );
document.write( "31,752
\n" );
document.write( "45,722,880
\n" );
document.write( "457,228,800 \n" );
document.write( "
Algebra.Com's Answer #834751 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "There are 9 men and 5 spots for them. \n" ); document.write( "Order does not matter. \n" ); document.write( "n = 9 \n" ); document.write( "r = 5 \n" ); document.write( "We use the nCr combination formula. \n" ); document.write( "n C r = (n!)/(r!(n-r)!) \n" ); document.write( "9 C 5 = (9!)/(5!*(9-5)!) \n" ); document.write( "9 C 5 = (9!)/(5!*4!) \n" ); document.write( "9 C 5 = (9*8*7*6*5!)/(5!*4!) \n" ); document.write( "9 C 5 = (9*8*7*6)/(4!) \n" ); document.write( "9 C 5 = (9*8*7*6)/(4*3*2*1) \n" ); document.write( "9 C 5 = (3024)/(24) \n" ); document.write( "9 C 5 = 126 \n" ); document.write( "There are 126 ways to select the five men from a pool of nine male candidates.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Because Julia is on the team, there are 10-1 = 9 women left to pick from and 5-1 = 4 female roster spots. \n" ); document.write( "n = 9 \n" ); document.write( "r = 4 \n" ); document.write( "n C r = (n!)/(r!(n-r)!) \n" ); document.write( "9 C 4 = (9!)/(4!*(9-4)!) \n" ); document.write( "9 C 4 = (9!)/(4!*5!) \n" ); document.write( "9 C 4 = (9*8*7*6*5!)/(4!*5!) \n" ); document.write( "9 C 4 = (9*8*7*6)/(4!) \n" ); document.write( "9 C 4 = (9*8*7*6)/(4*3*2*1) \n" ); document.write( "9 C 4 = (3024)/(24) \n" ); document.write( "9 C 4 = 126 \n" ); document.write( "There are 126 ways to select the remaining four female roster spots from a pool of nine remaining female candidates.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Side note: You can use Pascal's Triangle to determine the result of 126 calculated earlier. Look at the row that has 1,9,... and look at the 5th and 6th slots.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We found that there are...
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here is a calculator that computes nCr values \n" ); document.write( "https://www.calculatorsoup.com/calculators/discretemathematics/combinations.php\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 15876 (choice A) \n" ); document.write( " \n" ); document.write( " |