English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

If there is any number of teams in a tournament, what is the minimum number of matches to know the positions of all teams?

For example:

4 teams (ABCD)

A vs B = A wins
C vs D = C wins
A vs C = A wins

A is number 1
B is number 2

B vs D = B wins

B is number 3
D is number 4

(4 matches)

What if there are 1024 teams in the tournament? How did you calculate it?

2007-01-11 20:23:07 · 4 answers · asked by Anonymous in Science & Mathematics Mathematics

4 answers

for N teams where N = 2^n, and n is an integer, your primary bracket alone needs
1 + 2 + 4 + 8 + 16 . ....2^(n-1) = N - 1games.
The secondary bracket requires N/2 -1 games.
The tertiary bracket requires N/4 - 1 games.
thus
2 teams require 2 - 1 game
4 teams require 4 - 1 + 2 - 1 = 4 games
8 teams require 8 - 1 + 4 - 1 + 2 - 1 = 11 games
16 teams require 16 - 1 + 8 - 1 + 4 - 1 + 2 - 1 = 26 games
32 teams require 32 - 1 + 16 - 1 + 8 - 1 + 4 - 1 + 2 - 1 = 57 games
Rewriting, we have
2^1 teams require 2 - 1 game
2^2 teams require 4 + 2 - 2 = 4 games
2^3 teams require 8 + 4 + 2 - 3 = 11 games
2^4 teams require 16 + 8 + 4 + 2 - 4 = 26 games
2^5 teams require 32 + 16 + 8 + 4 + 2 - 5 = 57 games
2^n teams require 2(2^n - 1) - n games
1,024 = 2^10 teams requiring
2(1023) - 10 = 2,036 games

Note that this bracketing for 2^n teams provides only n definitive rankings. The remainder are ambiguous.

As you may already know, numbers other than integer powers of 2 are devilishly difficult to bracket. This is perhaps one reason why tournaments rarely bracket even to the tertiary level.

2007-01-11 22:11:39 · answer #1 · answered by Helmut 7 · 0 0

Stupid question (in which you have B both at number 2 and number 3) and stupid answers.


There is no minimum amount of games. Doesn't matter how many games you play, there is always a possibility for a tie (same amount of wins and losses) between any 2 (or more) teams.

2007-01-12 15:00:55 · answer #2 · answered by russiantoronto2003 2 · 0 1

Wow .. umm iwould suggest a NCAA March Madenss stlye bracket and exspanding it.. there are 64 teams in the NCAA bracket so do 16 of them

2007-01-12 04:28:59 · answer #3 · answered by Anonymous · 0 0

omg i hope you aint organising a tournament with that many teams...maybe you should get a computer program to help you

2007-01-12 04:26:18 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers