This question appeared in a discrete mathematics textbook.
A basketball tournament has 16 teams. How many ways are there to match up the teams in 8 pairs?
The way I understand this is that the order that each pair of teams appears within each group of 8 pairs of teams is not relevant (that would be another question). We're just interested in groups consisting of 8 match-ups.
That is, the way I understand the question is that we're interested in all the unique 8-combinations of unordered pairs of teams.
There are 16C2 = 120 possible pairs (match-ups). And there are 120C8 ways of creating unique groups consisting of 8 pairs each.
If we were interested in ordered groups then we would multiply the result by 8!, I suppose.
Does this look fine?