If four boys and four girls play tricks, how many ways can they join hands, provided that at least two girls are together?
My plan is to determine the circular permutation of the eight (boys + girls), which is equal to 7! and to subtract from it the cases in which at least two girls are separated. That is, only two separate girls, only three separate girls or only four separate girls. How to proceed with this approach?
The answer is 7! - 3! * 4! which, by the presence of less, suggests the use of the complementary combination. To get to 3! * 4 !, I believe that it is enough to calculate the circular permutation of the boys (which will be among the girls), which results in (4 - 1)! = 3 !, and multiply by the girls' permutation: 4 !. Why, considering that the boys should be among the girls, it is not correct to multiply the circular permutations of the two, getting 3! * 3! ?
The boys and girls are in the same circle. If you used $3!$ twice, you would be dividing by $4$ twice, once for the boys and once for the girls, which is only valid if they are each in their own independent circles. Since they are only in one circle, there is only one degree of freedom, so you should only divide by $4$ once to eliminate over-counting; this results in $(4!\times 4!)/4=4!\times 3!$.
Look at it this way; if you were instead counting linear arrangements of boys and girls where no two girls are together, and also the ends are not both girls, there would only be two possible patterns: $$ BGBGBGBG\qquad \text{ and }\qquad GBGBGBGB $$ Each of these can be completed in $4!\times 4!$ ways, so there are $2\times 4!\times 4!$ linear arrangements. However, since you want circular arrangements, you need to divide by $8$, since the linear arrangements are partitioned into groups of size $8$ which all represent the same circular arrangement. Therefore, the answer is $(2\times 4!\times 4!)/8=3!\times 4!$.