18 persons are going to be divided into groups of 3. There are 4 persons that can not be in the same group. How many ways can it be done?
My attempts so far: Total number of combinations (if each person can be with any other person) = $$ \frac{C(18,3)*C(15,3)*C(12,3)*C(9,3)*C(6,3)*C(3,3)}{6!}=190590400$$ I have then tried to remove all combinatinos where 2 or more persons that are in the same group that should not.
I have also tried to firstly place these 4 persons in separate groups: $$ \frac{C(14,2)*C(12,2)*C(10,2)*C(8,2)*C(6,3)*C(3,3)}{6!}=210210 $$ That answer is totaly wrong, the right answer is 5045040
$C(17, 2) + C(15, 2) + C(13, 2) + C(11, 2) + C(9, 3) + C(6, 3) + C(3, 3)$
– A-Sharabiani Oct 18 '15 at 15:20