Breaking down combinations

"Permuting, then sorting, then removing duplicates."

Say we have 10 balls.

We can order them in 10! ways.

Now say we don't care about the order of the red balls.

Now say we don't care about the order of the blue and green balls too.

??? idk about this ⇒ NONE OF THIS GETS RID OF ADJACENT DUPLICATES (E.G. {R1, R2} ≠ {R2, R1} WHEN THEY SHOULD BE EQUAL) SO IDFK

Now say we only want to pick 3, and we don't care about any of the labels.