how can I solve this:
How many different ways can 8 children be divided into two groups of 3 and one group of 2?
My method was:
8C3*5C3*2C2+8C3*5C2*3C3+8C2*6C3*3C3=560+560+560=1680
But the answer is:
8C3*5C3*2C2=560
I feel close to getting the logic but I always seem to miss it... Can anyone point it out to me? I'm bad in perms and combs. Thanks.