Consider an urn with 12 beads, four of each color: red, yellow and blue. Pull these beads out in pairs. What is the probability that among these six pairs, every color combination is represented?
Consider an urn with 30 beads, 10 of each color. Pull these beads out in triplets. What is the probability that every color combination is represented?
Each 4! represents fact that it doesn't matter which red (or other) bead is pulled in each pair. The 23 is because the ordering of each pair is unimportant. The 6! is because the order in which the pairs was pulled is unimportant.