View Full Version : Tournament Bracket Question
SG-1 Fan
09-March-2006, 05:38 PM
I hate to expose my ignorance, but...
If you have a 64 team, 4-division tournament (i.e. NCAA Basketball Championship Bracket), how many possible combinations can there be?
SeanF
09-March-2006, 05:40 PM
I hate to expose my ignorance, but...
If you have a 64 team, 4-division tournament (i.e. NCAA Basketball Championship Bracket), how many possible combinations can there be?
What do you mean by "combinations"? If you mean, how many different ways could the "Final Four" turn out, that would be 16^4 or 65536.
SG-1 Fan
09-March-2006, 05:44 PM
What do you mean by "combinations"? If you mean, how many different ways could the "Final Four" turn out, that would be 16^4 or 65536.
Thanks SeanF. From tip off of the first game to the crowning of the champion, how many combinations (of winners) could there be?
SeanF
09-March-2006, 05:51 PM
Oh, Lord. :)
Let's see. There'd be 32 games in the first round, each with two possibilities, so there'd be 32^2 or 1024 possible turn-outs.
Second round would have 16 games, each with two possibilities, so that would be 256 possible turn-outs.
Third round would have 8 games, 64 possibilities.
Fourth round would have 4 games, 16 possibilities.
Fifth round would have 2 games, 4 possibilities.
Final round has 1 game, 2 possibilities.
1024*256*64*16*4*2 = 2,147,483,648 total possible combinations.
Does that seem right, or am I missing something?
SG-1 Fan
09-March-2006, 06:03 PM
Oh, Lord. :)...
1024*256*64*16*4*2 = 2,147,483,648 total possible combinations.
Does that seem right, or am I missing something?
Thanks again SeanF. That's what I was thinking but a co-workers child has a teacher (elementary) that is reporting that there are over a trillion combinations. That seemed unlikely, so I went to mathforum.org looking for an answer. They claim that there are "more than nine quintillion possibilities (http://mathforum.org/library/drmath/view/56223.html)"!
ToSeek
09-March-2006, 06:13 PM
Oh, Lord. :)
Let's see. There'd be 32 games in the first round, each with two possibilities, so there'd be 32^2 or 1024 possible turn-outs.
Does that seem right, or am I missing something?
You're missing something. There aren't 32^2 possibilities but 2^32 possibilities. All the possibilities can be represented as a list of numbers each 32 binary digits long, going from
0000 0000 0000 0000 0000 0000 0000 0000
to
1111 1111 1111 1111 1111 1111 1111 1111
So you're already up to 4,294,967,296 possible results in the first round alone.
No wonder no one gets them all right.
SG-1 Fan
09-March-2006, 06:23 PM
Thanks ToSeek. Is 9,223,372,036,854,775,808 the correct answer?
SeanF
09-March-2006, 07:15 PM
You're missing something. There aren't 32^2 possibilities but 2^32 possibilities.
Uh, yeah, that's what I meant. :shifty:
Thanks ToSeek. Is 9,223,372,036,854,775,808 the correct answer?
2^32 * 2^16 * 2^8 * 2^4 * 2^2 * 2^1 = 2^(32+16+8+4+2+1) = 2^63 = 9,223,372,036,854,775,808
9.22 quintillion.
SG-1 Fan
09-March-2006, 07:16 PM
Uh, yeah, that's what I meant. :shifty:
2^32 * 2^16 * 2^8 * 2^4 * 2^2 * 2^1 = 2^(32+16+8+4+2+1) = 2^63 = 9,223,372,036,854,775,808
9.22 quintillion.
WOW! I think I'll stick to the ponies...:shhh:
Dr Nigel
09-March-2006, 07:38 PM
There can be only one.
(Connor Mcleod)
Enzp
10-March-2006, 05:55 AM
Wait, I must be missing something or having a senior moment, but if the question is how many combinations of teams can be in the championship game, wouldn't it be 32x32, since how the teams got there wouldn't matter. There are 32 teams on each bracket, and each one might face each one of the other.
Or are you just looking for the total possible number of combinations throughout?
SG-1 Fan
10-March-2006, 01:22 PM
Or are you just looking for the total possible number of combinations throughout?
Yes. Just the total number of possible combinations. I just could not get my mind around 9.22 quintillion. It looks like that is the correct answer though....
SeanF
10-March-2006, 02:12 PM
Wait, I must be missing something or having a senior moment, but if the question is how many combinations of teams can be in the championship game, wouldn't it be 32x32, since how the teams got there wouldn't matter. There are 32 teams on each bracket, and each one might face each one of the other.
Or are you just looking for the total possible number of combinations throughout?
I think what prompted the question was the office pools that usually go on for March Madness, where you try to guess the winner in each game. Assuming random chance, the odds that you would get everything right on your bracket sheet are 1 in 9.22 quintillion. Which suggests to me that getting everything right ought to have a bigger payout than it usually does! ;)
But, yes, the odds that you'd get the champion right are 1 in 64, and the odds you'd get the final two right are 1 in 1024 (32^2).
ToSeek
10-March-2006, 03:32 PM
Yes. Just the total number of possible combinations. I just could not get my mind around 9.22 quintillion. It looks like that is the correct answer though....
I don't know if it helps or not, but it might be worth pointing out that it takes a 63-bit binary number to reflect any given completed tournament slate, and that each binary number up to 2^63 is a possible outcome. So there are
111111111111111 1111111111111111 1111111111111111 11111111111111112 possibilities overall.
tlbs101
10-March-2006, 04:18 PM
Just bet on Duke.
You'll narrow those odds considerably if you bet on Duke -- from 1 in 9.2 trillion down to about 1 in 5. :D :)
Gruesome
10-March-2006, 05:26 PM
Not to nitpick, but aren't there 65 teams in the tournament, with teams #65 and #64 playing to see who gets last spot in one bracket?
How would that effect the math? Or should we just forget about it?
ToSeek
10-March-2006, 05:44 PM
Not to nitpick, but aren't there 65 teams in the tournament, with teams #65 and #64 playing to see who gets last spot in one bracket?
How would that effect the math? Or should we just forget about it?
That just doubles the number of possibilities, to 18.4 quintillion.
pumpkinpie
10-March-2006, 05:52 PM
Thanks again SeanF. That's what I was thinking but a co-workers child has a teacher (elementary) that is reporting that there are over a trillion combinations. That seemed unlikely, so I went to mathforum.org looking for an answer. They claim that there are "more than nine quintillion possibilities (http://mathforum.org/library/drmath/view/56223.html)"!
Please correct me if I'm wrong, but I'm thinking nine quintillion may be high. From the above link:
If there were four teams, and they played three games, how many
different ways would there be to fill out a bracket? You can write
them down. There are only eight of them. Where do that eight come
from? Well, there are three games, and you have two possible choices
for each game. Hence, 2^3 = 8 possibilities.
Now back to the real tournament. Since there are 63 games to be
played, and you have two choices at each stage in your bracket, there
are 2^63 different ways to fill out the bracket.
2^63 = 9,223,372,036,854,775,808
That's more than nine quintillion possibilities.
To me, it seems like they are starting with the 64 (or 65) teams and figuring out *every* possibility of fitting them into the brackets.
But--we start out knowing the initial positions of all the teams! Does having that set lower the number of possibilities?
SeanF
10-March-2006, 06:07 PM
But--we start out knowing the initial positions of all the teams! Does having that set lower the number of possibilities?
Nope. If you allowed the 64 teams to be assigned their first-round opponents randomly, that would create even more possibilities. The 9.22 quintillion number is considering those first round opponents are pre-assigned.
pumpkinpie
10-March-2006, 07:13 PM
Nope. If you allowed the 64 teams to be assigned their first-round opponents randomly, that would create even more possibilities. The 9.22 quintillion number is considering those first round opponents are pre-assigned.
'Kay, thanks!
Anyone care to report that number?? :D
hhEb09'1
10-March-2006, 07:33 PM
'Kay, thanks!
Anyone care to report that number?? :DThe other number times 65! ?
That would be times 8.2 x 1090, and we've probably run out of -illions
pumpkinpie
10-March-2006, 07:38 PM
The other number times 65! ?
That would be times 8.2 x 1090, and we've probably run out of -illions
Getting close to a Googol!!
hhEb09'1
10-March-2006, 07:54 PM
Getting close to a Googol!!More!, since the previous number was 18 x 1018, the new one would be 1.5 x 10110
Dr Nigel
12-March-2006, 04:56 PM
That would be times 8.2 x 1090, and we've probably run out of -illions
Surely not! Just google for them! :D
Get it? Googol for them .... I'll get me coat.
vBulletin® v3.8.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by
vBSEO 3.0.0