This question is very similar to another question I posted, but this is really giving me trouble.
My attempt: There are 3 choices for the balls, but after that I'm lost. I thought $$3\left[\binom82 \binom62\binom44\right]$$ but for some reason this does not feel right at all.
Please help, and thank you!
There are $2\binom{8}{4,2,2}$ ways to place $4$ balls in box1 and $2$ in box2 and box3.
There are $2\binom{8}{2,3,3}$ ways to place $2$ balls in box1 and $3$ in box2 and box3.
So we end up $$3\cdot2\binom{8}{4,2,2}+3\cdot2\binom{8}{2,3,3}$$possibilities.
edit:
My original answer is not correct (sorry). I reasoned that a split up like 1234|56|78 gives $2$ possibilities under the condition that box1 gets the balls 1,2,3,4. Then box2 can get the balls 5,6 or it can get the balls 7,8. That is correct on its own, but in the factor $\binom8{4,2,2}$ this split up is counted twice allready: as 1234|56|78 and as 1234|78|56. So factor $2$ in my original answer is redundant. The same story for the second term.
The correct answer is:$$3\binom{8}{4,2,2}+3\binom{8}{2,3,3}=3\cdot420+3\cdot560=2940$$