In how many ways can the season end with 8 wins, 4 losses, and 2 tie is a college football team plays 14 games?

1 Answer
Nov 2, 2014

Number of Combinations

Let C(n,r) denote the number of combinations of n items chosen r items at a time.

C(n,r)=n!(nr)!r!=n(n1)(n2)(nr+1)r!


The number of ways to tie 2 out of 14 games can be found by

C(14,2)=141321=91.

The number of ways to lose 4 out of 12 remaining games can be found by

C(12,4)=12111094321=495.

The number of ways to win 8 out of 8 remaining games can be found by

C(8,8)=8!8!=1

Hence, the total number of ways to have 8-4-2 record is

914951=45045.


I hope that this was helpful.