There are 8 teams that are participating in a cricket tournament.
During the round-robin league stage, each team plays two times against each of the other teams.
A team earns two points when it wins a match, but does not earn any point when it loses a match.
At the end of the round-robin league, all teams have scored the same number of points.
How many matches did each team win?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Total number of matches = 2 * 8C2 = 56
Total sum of match points that all the teams can score = 112
If all the teams have scored an identical number of points, points scored by each team = 112/8 = 14
In the event that all teams have scored an identical number of points, the number of wins by any team = Points scored /No of points for a win = 14/2 = 7