Hi Morgoth,
I believe there's something you've not taken into account: there are three different tasks. Once you have the three teams, you can still assign the tasks in 3! different ways, can't you?
This is the way I see it:
Split it in two steps.
a) Calculate the number of
different teams that could be formed without taking order into account
b) Multiply the result obtained in a) by 3!, since we can assign one of three tasks to each team
Morgoth wrote:CASE I
2 2 2
6C2 * 4C2 * 2C2 = 15*6*1 = 90
a) Number of different teams is 6C2*4C2*2C2/3!
Note that if you leave it at 6C2*4C2*2C2, you will be counting each possible combination several (3!) times, since there are
three teams with an equal number of members
b)3! * 6C2*4C2*2C2/3!
So, in this case, we agree on the result, although I suspect it's just coincidence
Morgoth wrote:
CASE II
4 1 1
6C4 * 2C1 * 1C1 = 15*2 = 30
a) Number of different teams is 6C4*2C1*1C1/2!
Note that without the 2! on the denominator, we would we counting cases such as
ABCD E F and ABCD F E as different, which is not what we want
There are
2 teams with an equal number of members
b) 3!*6C4*2C1*1C1/2! = 3*6C4*2C1*1C1 = 3*30 = 90
This is different from what you get...
Morgoth wrote:
CASE III
3 2 1
6C3 * 3C2 * 1C1 = 20*3 = 60
a) Number of different teams is 6C3*3C2*1C1
Note that in this case, unlike cases I and II, teams counted in the formula above will all be different, since there are
no teams with an equal number of members.
b) As usual, 3!*6C3*3C2*1C1 = 60*3! = 360
Also different from your result...
Let me know what you think