Question
Question: In how many ways can the season end with 8 wins, 4 losses and 2 ties if a college football team play...
In how many ways can the season end with 8 wins, 4 losses and 2 ties if a college football team plays 14 games?
Solution
This type of problem is based on the concept of combination. First, we have to consider the total wins in the total number of matches. Then use the combination formula nCr=r!(n−r)!n!. Here, n=14 and r=8. Similarly, we have to find the combination of 4 losses and 2 ties using the formula nCr=r!(n−r)!n! where n=14, r=4 and n=14, r=2 respectively. Then we have to find the number of possible ways where the season ends with 8 wins, 4 losses and 2 ties. Thus we have to multiply all the combinations and obtain the final answer.
Complete step by step answer:
According to the question, we are asked to find the total number of ways the season end with 8 wins, 4 losses and 2 ties in 14 games.
We have been given that there are 14 games.
We first have to find the total number of ways of 2 ties in 14 games.
We have to use the formula of combinations to find the value, that is,
nCr=r!(n−r)!n!.
Here, n is the total number of games and r is the total number of ties.
Therefore, n=14 and r=2.
14C2=2!(14−2)!(14)!
On further simplification, we get,
14C2=2!12!(14)! ----(1)
We know that n!=n.(n−1).(n−2)......3.2.1
Using this factorial formula in expression (1), we get,
14C2=(2.1)(12.11.10.9.8.7.6.5.4.3.2.1)14.13.12.11.10.9.8.7.6.5.4.3.2.1
Cancelling out the common terms, we get,
14C2=2.114.13
On further simplifications, we get,
14C2=214.13
⇒14C2=7.13
∴14C2=91
Therefore, the number of ways of 2 ties in 14 games is 91.
Now let us consider 4 losses.
Since two games are tied, the total number of games for 4 losses is 14-2=12.
To find the number of ways for 4 losses, we have to use the formula of combinations to find the value, that is,
nCr=r!(n−r)!n!.
Here, n is the total number of games and r is the total number of losses.
Therefore, n=12 and r=4.
12C4=4!(12−4)!(12)!
On further simplification, we get,
12C4=4!8!(12)! ----(1)
We know that n!=n.(n−1).(n−2)......3.2.1
Using this factorial formula in expression (1), we get,
12C4=(4.3.2.1)(8.7.6.5.4.3.2.1)12.11.10.9.8.7.6.5.4.3.2.1
Cancelling out the common terms, we get,
12C4=4.3.2.112.11.10.9
On further simplifications, we get,
12C4=211.10.9
⇒12C4=11.5.9
∴12C4=495
Therefore, the number of 4 losses in 12 games is 495.
Now let us consider 8 wins.
Since two games are tied and 4 losses, the total number of games for 8 wins is 14-2-4=8.
To find the number of ways for 4 wins, we have to use the formula of combinations to find the value, that is,
nCr=r!(n−r)!n!.
Here, n is the total number of games and r is the total number of wins.
Therefore, n=8 and r=8.
8C8=8!(8−8)!8!
On further simplification, we get,
8C8=0!8!8! ----(1)
We know that n!=n.(n−1).(n−2)......3.2.1
Cancelling out the common terms, we get,
8C8=0!1
We know that 0!=1, we get,
8C8=11
∴8C8=1
Therefore, the number of ways of 8 wins in 8 games is 1.
Now, we have to find the total number of ways the season ends with 8 wins, 4 losses and 2 ties in 14 games.
That is, we have to multiply all the combinations obtained for 8 wins, 4 losses and 2 ties.
Therefore,
Total number of ways = 14C2×12C4×8C8.
Substituting all the obtained values, we get,
Total number of ways = 91×495×1=45045.
Hence, the total number of ways the season ends with 8 wins, 4 losses and 2 ties in 14 games is 45045.
Note: Whenever you get this type of problems, we should use a combination formula. We should not get confused with the permutation formula. We should avoid calculation mistakes based on sign conventions. We can use the below properties of combination for easy calculations:
nCr=nCn−r,nC0=1,nCn=1 and nC1=n.