
David W. answered 09/07/15
Tutor
4.7
(90)
Experienced Prof
Let there be N teams in the league. Then each of N teams plays (N-1) games ["plays every other team exactly once"]. It takes two teams to play a game, so the number of games is:
N(N-1)/2 (count games played against each other once, not twice).
The number of games is given as 105. Solve for N.
N(N-1)/2 = 105
N2 - N - 210 = 0
N = 15 (either factor or use quadratic formula)
N(N-1)/2 = 105
N2 - N - 210 = 0
N = 15 (either factor or use quadratic formula)
Note: This is Gauss' very important formula for the sum of the numbers from 1 to (N-1).