M HYPE SPLASH
// general

how many matches are played

By Andrew Adams
$\begingroup$

so the question is the are a total of 16 teams. Each team will play each other once so each team will play 15 matches since they can't play themselves. How many matches in total are played?

$\endgroup$

1 Answer

$\begingroup$

There are 16 teams that can be chosen as the first team in a game, and for each team, 15 teams they can play. But this approach overcounts by a factor of 2, because you have counted team A (first player) playing team B (second player) as well as team B (first player) playing team A (second player). Thus the answer is $16 \times 15/2 = 120$.

$\endgroup$ 4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy