In a tournament, 64 teams are participating for the title of the international champion. These 64 teams are seeded 1 to 64, where 1 is the highest seed and 64 is the lowest seed. The tournament is played in rounds, such that in each round, half the teams are eliminated and the other half qualify to the next round. Each team also has a dynamic seed, which keeps changing with each round. Dynamic seed is only calculated for teams that are still alive in a particular round and is only calculated at the beginning of a new round. In Round 1, the dynamic seed of each team is the same as their seed at the beginning of the tournament. From Round 2, it is calculated as follows:
Dynamic seed of team A = Dynamic seed of Team A in the last round or the dynamic seed of the team that Team A defeated in the last round, whichever is a higher seed.
Thus, suppose if the team seeded 2 defeats the team seeded 1 in Round 1, then at the start of the second round, the dynamic seed of the team originally seeded 2 becomes 1[since seed 1 is a higher seed than seed 2].
Round 1:
In Round 1, there are a total of 32 games played. In each game, there are two teams participating, and all 64 teams play one game each.
The sum of the dynamic seeds of the two teams in any game is either 97 or 33.
In a game, only one team wins. There are no ties.
If in a game, a higher dynamic seeded team wins, it qualifies to the next round, and the other team is eliminated.
If in a game, a lower dynamic seeded team wins, the game is replayed, and the winner of the replayed game qualifies to the next round and the original game is no longer considered valid.
Round 2:
At the start of Round 2, the dynamic seeds of the remaining teams are recalculated.
The 32 teams are then arranged in ascending order of their dynamic seeds.
The highest dynamic seeded team plays the lowest dynamic seeded team. The second-highest dynamic seeded team plays the second-lowest dynamic seeded team and so on.
Round 2 is played in the exact same way as points 3, 4, and 5 mentioned for Round 1.
16 teams qualify for Round 3.
This system followed in Round 2 continues in the subsequent rounds till there are 2 finalists left. The round preceding the finals is called the semi-finals and the round preceding that is called the quarter finals.
In the final, only one game is played, and the winner of the game is declared the champion.
Based on the information answer the questions that follow.
If the team originally seeded 61 plays the team originally seeded 64 in one of the semi-finals, which two teams could have played the other semi-final?