The number of ways in which 12 identical balls can be grouped in four marked non empty sets A,B,C,D such that n(A) < n(B) is ?
The answer given is 70.
This is how I solved it:-
Now to distribute 12 identical balls to 4 different group such that no group is empty, we have $a+b+c+d = 12$, $$^{12-1}C_{4-1}$$ ways but we cannot have $a=b$ (as $a$ and $b$ are variables and interchangeable n(A) < n(b) and n(A) > n(b) mean the same), which also means that all $a, b, c,d$ should not be equal (as $a,b,c,d$ are variables and interchangeable) i.e. we need to exclude cases of $a=b=c=d$, but there is only one case that is possible which is $a=b=c=d=3$, thus total ways $=$ $$^{12-1}C_{4-1}-1$$ but that equals 164 but answer given is 70. What am I doing wrong? How will you solve the question?
Since the sets are non-empty, we can consider the number of nonnegative integer solutions to
$$a+b+c+d = \color{blue}{8}$$
Now, because of symmetry there are equally many distributions with $a<b$ and with $a>b$. Hence, the number of distributions with $a<b$ is
$$\color{blue}{\frac 12 \left(165 - 25\right)=70}$$