Seven different coins are to be divided among three persons. If no two of the persons receive the same number of coins but each receive 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) None of these
The answer given is option (B)
This is how I solved it
Using inclusion-exclusion principle, distribution of 7 different coins into 3 different groups (of unknown size), such that no group is empty.
$$3^7-^3C_1(3-1)^7+^3C_2(3-2)^7=1806$$ But this also includes the counting of groups with any two same number of coins, thus we need to subtract that from the above term, let it be $K$.
The only possible case with "If no two of the persons receive the same number of coins" is 2 same, 2 same, 1 different, these are $$(3,3,1), (2,2,3),(1,1,5)$$ Thus the corresponding arrangements are:-$$\frac{7!}{3!3!1!} , \frac{7!}{2!2!3!}, \frac{7!}{1!1!5!}$$Sum of these three $K=392$
Thus answer $=1806-392=1414$
But the answer given is option (B). Where am I wrong? How would you solve the problem?
I got the error in my method so I thought to write answer myself.
As I already mentioned the three cases that needs to be subtracted and named it $K$, the problem was that I already selected that first two groups will be same and the third will be different, but in reality we need to arrange these as $\frac{3!}{2!1!}=3$, hence the terms $$\frac{7!}{3!3!1!} , \frac{7!}{2!2!3!}, \frac{7!}{1!1!5!}$$needs to be multiplied by three and then added thus $K$ will be $3\times392=1176$
And hence the answer will be $1806-1176=630$