Difficulty: Easy
Correct Answer: 138
Explanation:
Introduction / Context:
In any single-elimination tournament (knockout), each match eliminates exactly one player. Regardless of how byes are assigned, to go from n players down to 1 champion, we must eliminate n − 1 players, which requires n − 1 matches.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
Verification / Alternative check:
Construct any bracket: every non-champion loses exactly one match; count of losses equals number of matches. The champion has no loss. Thus total matches equals losers = 138.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
138
Discussion & Comments