In a basketball tournament, there are teams named 1 through 8, such that a lower number team is better than a higher numbered team. (1 is best, 2 is second best... 8 is worst) Also, a better team will always win over a worse team. (There are no upsets)
?-\__
?-/ |
|--\
?-\__| |
?-/ |
|-WINNER
?-\__ |
?-/ | |
|--/
?-\__|
?-/
Here is the grid for the tournament
If the better team always wins (there are no upsets) and if the pairing is completely random, what is the easiest way to figure the probability that team 2 doesn't win second place?
I belive probability is 3/7.
I'm not sure it is right, but let's give a shot.