sdgmat89
Bunuel
Official Solution:
12 teams will play in a tournament. If every team is to play once with each of its opponents, how many games are to be played?
A. 64
B. 66
C. 82
D. 106
E. 132
The number of games equals to the total number of different pairs possible out of 12 teams (one game per one pair): \(C^2_{12}=\frac{12!}{10!*2!}=66\).
Answer: B
why cant we consider (a,b) (b,a) as same here....because when you chose 2 it can be anyway round??.pl suggest
\(C^2_{12}\) yields different groups of 2 out of 12, when order does not matter. So, you'll get only one group with two different teams, say (a, b). Since (a, b) is the same as (b, a) (a playing with b means b is playing with a), we don't need to consider (b, a) here. So, basically, the order does not matter.