[Math] Our basketball team has 10 players. We need to divide into two teams of 5 for an intra-squad scrimmage. In how many ways can we do this

combinatorics

Our basketball team has 10 players, including Steve and Danny. We need to divide into two teams of 5 for an intra-squad scrimmage. In how many ways can we do this without restrictions?

I'm not sure I know how to do this. It isn't 10 choose 5.

Best Answer

Choosing players

Team 1: ABCDE

Team 2: FGHIJ

leads to the exact same matchup as

Team 1: FGHIJ

Team 2: ABCDE.

So the answer is $\frac{1}{2} \binom{10}{5}$. You were close.

Related Question