In a certain cricket tournament, 45 matches were played. Each team played…
2013
In a certain cricket tournament, 45 matches were played. Each team played exactly once against every other team. How many teams participated in the tournament?
Answer: B. 10 — ConceptWhen every pair among n teams plays exactly once, each match corresponds to one unordered pair of teams. Therefore, the total number of matches is n(n…
- A.
8
- B.
10
- C.
12
- D.
14
Attempted by 2 students.
Show answer & explanation
Correct answer: B
Concept
When every pair among n teams plays exactly once, each match corresponds to one unordered pair of teams.
Therefore, the total number of matches is n(n − 1)/2.
Application
Let n be the number of teams. The given total is 45 matches, so n(n − 1)/2 = 45.
Multiply both sides by 2: n(n − 1) = 90.
Expand and rearrange: n2 − n − 90 = 0.
Factor the quadratic: (n − 10)(n + 9) = 0.
Thus n = 10 or n = −9. A number of teams must be positive, so n = 10.
Cross-check
With 10 teams, the number of distinct pairs is 10 × 9/2 = 45, exactly the stated number of matches. Hence, 10 teams participated.