Suppose that you have a set of 12 colored balls, two each of six different colors $C_{1}$ through $C_{6}$. Find the number of six-ball combinations if balls of the same color are considered identical.
Using the Inclusion-Exclusion Principle and $\binom{n}{m}_{R}=\binom{n+m-1}{m}$ where m is the number of balls and n is the number of boxes (or in this case the length of the combination), I should he able to solve this problem.
However, I have not idea how to solving this problems. Can someone please help me? Thank you
To solve it in the particular way specified, reverse the problem.
Imagine that the balls are identical,
and that that they magically acquire the color of $6$ distinctly colored boxes in which they are put,
none of which can hold more than $2$ balls, which translates to solving over non-negative integers, $x_1+x_2+.....+ x_6 = 6,\;\; 0\le x_i\le2$
To take care of the upper limit, we exclude inadmissible combos by putting $3$ in one or more boxes and apply inclusion-exclusion, thus
$\binom{11}5 - \binom61\binom{8}5 + \binom62\binom{5}5 = 141$