In the example below I get the first part. May I know why they're dividing by 2 for the second part? I'm asking because I feel the answer for second part should also be $\binom{10}{5}$.
In the first part simply by choosing 5 people, we're already splitting the squad into two teams. So I don't really see a difference between parts 1 & 2. Help?
Example
There are ten people in a basketball squad. Find how many ways:
- the starting five can be chosen from the squad
- the squad can be split into two teams of five.
Solution
- There are $\binom{10}{5} = \frac{10\times9\times8\times7\times6}{5\times4\times3\times2\times1} = 252$ ways of chosing the starting five.
- The number of ways of dividing the squad into two teams of five is $\frac{252}{2} = 126$.
In the first one, there is a difference between the two resulting teams. One is playing, the other is sitting on the sidelines. So swapping the two teams around makes for a different choice of starting five.
In the second case, there is no difference. The only thing that matters is who is on team with who, and not which team is team A and what team is team B. So swapping the two teams around still gives the same choice of two teams.
You can also go the other way: Choose a starting five by first dividing into two teams (which can be done in some number of ways), then choosing which of the two teams gets to be athe starting five. You have two options for starting five for each division into two teams. Thus you have to multiply by 2 to get from one to the other.