Bunuel
Seven different coins are to be divided amongst three persons. If no two of the persons receive the same number of coins but each receives at least one coin & none is left over, then the number of ways in which the division may be made is
(A) 420
(B) 630
(C) 710
(D) 750
(E) 800
Solution:
Let’s first assume that the coins are indistinguishable. Then the problem becomes: How many ways can 3 positive integers add up to 7 where no two integers are the same? We can see that we can only have:
1 + 2 + 4 = 7
Of course, here we are told that the coins are different or distinguishable. So let’s put that into consideration. Since the 7 coins are different, if the first person can only have 1 coin, he actually has 7 choices to pick the coin since they are all different. Then the next person has 6C2 ways to choose 2 coins from the remaining 6 if he is to pick 2 coins. Finally, the last person has 4C4 ways to choose his 4 coins from the remaining 4. Therefore, the total number of ways is:
7 x 6C2 x 4C4 = 7 x 15 x 1 = 105
However, the above only consider the case where the first person gets 1 coin, the second 2 coins and the third 4 coins. It may well be the case that the first person gets 2 coins, the second 4 coins and the third 1 coin. In that case, the total number of ways (using the same procedure as above) is:
7C2 x 5C4 x 1C1 = 21 x 5 x 1 = 105
As we can see, there are also 105 ways. Since there are 3! = 6 ways to rearrange the three numbers 1, 2, and 4, there are a total of 105 x 6 = 630 ways.
Answer: B