Question 1200584
<font color=black size=3>
There are 9 men and 5 spots for them.
Order does not matter.
n = 9
r = 5
We use the nCr combination formula.
n C r = (n!)/(r!(n-r)!)
9 C 5 = (9!)/(5!*(9-5)!)
9 C 5 = (9!)/(5!*4!)
9 C 5 = (9*8*7*6*5!)/(5!*4!)
9 C 5 = (9*8*7*6)/(4!)
9 C 5 = (9*8*7*6)/(4*3*2*1)
9 C 5 = (3024)/(24)
9 C 5 = 126
There are 126 ways to select the five men from a pool of nine male candidates.



Because Julia is on the team, there are 10-1 = 9 women left to pick from and 5-1 = 4 female roster spots.
n = 9
r = 4
n C r = (n!)/(r!(n-r)!)
9 C 4 = (9!)/(4!*(9-4)!)
9 C 4 = (9!)/(4!*5!)
9 C 4 = (9*8*7*6*5!)/(4!*5!)
9 C 4 = (9*8*7*6)/(4!)
9 C 4 = (9*8*7*6)/(4*3*2*1)
9 C 4 = (3024)/(24)
9 C 4 = 126
There are 126 ways to select the remaining four female roster spots from a pool of nine remaining female candidates.


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.


We found that there are...<ul><li>126 ways to pick the men</li><li>126 ways to pick the women, where Julia is on the team.</li></ul>That will give 126*126 = <font color=red>15876</font> different teams where Julia is guaranteed to be on it.


Here is a calculator that computes nCr values
<a href = "https://www.calculatorsoup.com/calculators/discretemathematics/combinations.php">https://www.calculatorsoup.com/calculators/discretemathematics/combinations.php</a>


Answer: <font color=red>15876</font> (choice A)
</font>