Posted by Andrew on Saturday, February 18, 2012 at 7:26pm.
n = 17
N= (17*2) - 17
Thanks Cheryl :-)
The answer given by Cheryl is incorrect.
The number of 2 element subsets (which the above deals with) is C(n,2)
= n!/ ((n-2)!2! )
= n( n-1)/2
so for a double round-robin, the number of games
= 2* (n(n-1)/2
= n(n-1)
= n^2 - n
so for 17 teams, n=17
N = 17^2 - 17 = 272
looks like Cheryl read your formula as 2n - n
which would have been simply n, thus her answer of 17
Related Questions
Math - The function of g += t^2-t represents the total number of games played by...
Math - In a sports league there are two divisions with eight teams each. Each ...
Math - If there are 5 teams in one league and 6 teams in another league and if ...
Math - If there are 5 teams in one league and 6 teams in another league and if ...
Math - In a twelve-team bowling league, if every team plays every other team ...
statistics - Refer to the Baseball data, which report information on the 30 ...
math - 1. There are 44 teams in the youth football league. Each team has 28 ...
Algebra - In a certain soccer league, each of the five teams plays every other ...
math - a minor league baseball team plays 95 games in a season, if the team won ...
math - a minor league baseball team plays 88 games in a season . if the team ...
For Further Reading