First, you have to decide whether you are talking about permutations or combinations. Does the order matter? Is it the same or different if you have Team A v Team B or Team B v Team A?
Team A v Team B is the same match up as Team B v Team A, since each teams plays another only once. The order doesn't matter, so you are using a combination.
The formula for combinations is nCr=n!/[(n-r)!r!] where n represents the number of items being chosen from (in this case the number of teams) and r represents how many are chosen at a time (in this case, 2). You know that the result is 28, so we can set up an equation like this:
nC2=28
n! =28
(n-2)!2!
Since 2!=2*1=2, we can multiply both sides of the equation by 2 to result in:
n! =56
(n-2)!
Let's take a look at some real number examples to see what this means. Let's let n equal 4, 5, and 6.
If n=4, 4! = 4*3*2*1 = 4*3 =12
2! 2*1
If n=5, 5! = 5*4*3*2*1 =5*4 = 20
3! 3*2*1
If n=6, 6! = 6*5*4*3*2*1 =6*5 =30
4! 4*3*2*1
As you can see, this pattern indicates that n! will equal n*(n-1).
(n-2)!
We can then simplify our combination equation to read n(n-1)=56. You can quickly guess and check in your mind at this point to come up with the answer, or you can continue the algebra:
n2-n=56
n2-n-56=0
(n-8)(n+7)=0
n=8 or -7, but since you can't have negative numbers of teams, n=8.
Check this into the original combination, and you can see that there are indeed 8 teams in the league.
Sarika Z.
08/20/16