Larry C. answered 03/23/19
Computer Science and Mathematics professional
If there are n teams and a given team played each of the other n-1 teams 3 times, then they would play
3*(n-1) games. Therefore 198 = 3 * (n-1) = 3n - 3 -> 201 = 3n -> n = 67
So there were 67 teams.