Question
Question: Three players play a total of 9 games. In each game, one person wins and the other two lose; the win...
Three players play a total of 9 games. In each game, one person wins and the other two lose; the winner gets two points and the losers lose 1 each. The number of ways in which they can play all the 9 games and finish each with a zero score is:
(a) 84
(b) 1680
(c) 7056
(d) 0
Solution
It is given that three players play a total of 9 games and in each game, one person wins and the other two lose. The points division is done in such a way that the winner gets two points and the loser loses 1 point. Each player need to win three matches and lose 6 matches to get a zero score so the number of ways in which this can be true is by selecting 3 matches out of 9 matches using combinatorial approach then selecting 3 matches out of 6 matches using combinatorial approach and finally selecting 3 matches out of 3 matches using combinatorial approach. After that, multiply all these selections to one another.
Complete step-by-step answer:
There are 9 games to be played by 3 players. If a person wins then that person is awarded with 2 points and if a person loses then that person will lose 1 point. We have to find the number of ways in which all the 9 games are played such that each of the players will finish it with a zero.
The score of each player will be 0 when each player wins 3 matches and loses 6 matches. To achieve that, we are going to select three matches which are going to be won by first player from 9 matches using combinatorial method:
9C3 ………… (1)
Now, selecting 3 matches out of 6 matches by second player using combinatorial approach we get:
6C3 ……….. (2)
Selecting 3 matches out of 3 matches by third player using combinatorial approach we get:
3C3 …………… (3)
Multiplying (1), (2), (3) we get:
9C3(6C3)3C3
We know that:
nCr=r!(n−r)!n!
Using the above relation in simplifying the combinatorial terms we get,
3!(9−3)!9!(3!(6−3)!6!)(3!(3−3)!3!)=3!6!9!(3!3!6!)(3!0!3!)=3!6!9.8.7.6!(3!3!6.5.4.3!)(3!(1)3!)
In the above expression, 6!&3! will be cancelled out from the numerator and the denominator and we get,
3!9.8.7(3!6.5.4)((1)1)=3.2.19.8.7(3.2.16.5.4)=1680
Hence, the number of ways in which they can play all the 9 games and finish each with a zero score is 1680 and the correct option is (b).
So, the correct answer is “Option (b)”.
Note: In the above, we have solved 9C3(6C3)3C3 by using the following relation:
nCr=r!(n−r)!n!
Instead of using the above relation, we can solve 9C3(6C3)3C3 in the following way:
While solving 9C3 we can write in the numerator 9.8.7 and in the denominator just 3!.
3!9.8.7
Similarly, solving 6C3 we can write numerator as 6.5.4 and denominator as 3! we get,
3!6.5.4
And writing 3C3 as 1 because the value of nCn is 1.
Now, multiplying the above three we get,
3!9.8.7(3!6.5.4)1=69.8.7(66.5.4)=1680
As you can see that we are getting the same answer which we are getting in the above solution.