<t>I think it is 2 * SUM ( i = 0 to n -1) (n+i) C iThere can be cases where the losing team wins anything from 0 to n-1 games. So the number of games is between n & 2n - 1. In each situation either of the teams can win so there is a factor of 2. Then it just becomes a combination of two groups o...