Question:

In a class tournament, each of eight players will play exactly once. How many matches will be played during the tournament?

Show Hint

Use the combination formula \( \binom{n}{2} \) for unique pairings of \(n\) players.
  • 28
  • 15
  • 56
  • 30
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

In a round-robin where every player plays with every other once: \[ \text{Total matches} = \binom{8}{2} = \frac{8 \times 7}{2} = \boxed{28} \]
Was this answer helpful?
0
0