The sample space is given by $$\Omega =\big\{\{i,j,k\}\mid i\in\{R_1,...,R_6\},j\in \{B_1,...,B_6\}, k\in \{G_1,...,G_6\}\big\},$$ where $R$ mean red, $B$ mean blue and $G$ green (Let say that each color correspond to a urn). And thus $|\Omega |=\binom{6}{1}\binom{6}{1}\binom{6}{1}=6^3$. Now we are interested to the event "each ball has a different number." I know that the answer is $6\times 5\times 4$. But I don't understand what is wrong in my argument :
1 take $\binom{6}{3}$ numbers. Then $\binom{3}{2}$ color. In one color I take $\binom{3}{1}$ ball and in the other one, $\binom{2}{1}$ ball. The last ball is determinated.
So I get $$\binom{6}{3}\binom{3}{2}\binom{3}{1}\binom{2}{1}=6\times 5\times 4\times 3,$$ so I have 3 times to much, and I don't understand where I fail.
Your approach should result in $\binom63\times\binom32\times\binom21$ possibilities.
After choosing the numbers (first factor) you choose $2$ distinct colors out of $3$ to label - let's say - the two smallest numbers. This gives the second factor. Then one of these colors is chosen to be the label of the smallest number. This gives the third factor. After that the labeling is complete.