Number of ways to divide $20$ distinct objects into five groups of size $6,6,6,1,1$
For this logically the answer should be
$$\frac{20!}{(6!)^3} \times \frac{5!}{3!2!}$$ Since the quintuple $6,6,6,1,1$ can be arranged in $\frac{5!}{3!2!}$ ways.
But my book answer is $$\frac{20!}{(6!)^3 \times 5!}$$
Why is it So?
If group size and membership are the only things that matter, then I think the answer is $\frac{20!}{(6!)^3 \cdot 3! 2!}$. If you want to arrange the 5 groups in a line, then you need to multiply by $5!$, which is your answer. I'm not sure how to interpret the book's answer.