In how many ways can we form a garland using distinct red, yellow, and blue flowers if flowers of the same colour must be together?

654 Views Asked by At

In how many ways can we form a garland using $3$ different red, $5$ different yellow and $4$ different blue flowers, if flowers of the same colour must be together?

My approach:

I made $3$ groups of $3$ different flower colours and applied circular permutations clockwise, then I found internal permutations and multiplied, but this approach isn’t giving me the correct answer.

1

There are 1 best solutions below

2
On

First, arrange the colours. If we proceed clockwise from red, there are two ways to do so, $rby$ and $ryb$. Now, arrange the groups of flowers of each colour internally.

For invariance under rotation, we obtain $$2 \cdot 3!5!4!$$ For invariance under rotations and reflection, we divide this result by $2$ to equate clockwise and anti-clockwise rotations.