In how many ways can 4 identical red balls and two identical white balls be arranged in a circle? This is an elementary problem, but many tries have not yet yielded results. I tried by taking the total arrangements as (n-1)! because it is a circle but then the answer is fractional. Could someone explain how I might go about with it?
Many thanks.
I think that you are over-thinking it. Since the balls are identical, there are only $3$ arrangements: $$ \dots WWRRRR \dots\quad \dots WRWRRR \dots\quad \dots WRRWRR \dots $$ where $\dots$ means that the circle wraps around.