11. String 6 red balls, 1 white ball, and 8 yellow balls into a necklace, then the number of possible arrangements is (balls of the same color are indistinguishable).
Official solution
11. 1519 Fix the white ball, then the necklace arrangement becomes a linear arrangement (but note that it can still be flipped), with a total of 6!8!(6+8)!=3003 ways, of which the left-right symmetric linear arrangements are 3!4!7!=35 ways. Therefore, there are 22968+35=1519 ways.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.