

InterviewSolution
Saved Bookmarks
1. |
How many Byes will be there if number of teams participating in the Knockout tournament are 25? Also mention the teams in upper and lower half. |
Answer» Teams in upper half will be = n+1/2 = 25+1/2 = 26/2 = 13 Team in lower half will be = n-1/2 = 25-1/2 = 24/2 = 12 Number of Byes = 32 - 25 = 7 |
|