I'm struggling with applying my counting skills to probability problems. Specifically I'm grappling with how to enumerate the number of ways to draw colored balls from an urn in which we may have some balls different colors than others.
Here is an example.
Suppose we have $6$ red balls and $4$ blue balls and we want to know the number of ways to remove $4$ of them without replacement in order to calculate our sample space. The answer to me would be $10 \choose 4$. But it seems in most probability problems involving removing balls from urns the actual appropriate sample space would require us to "label" the colored balls so the actual sample space would be $10\cdot 9 \cdot 8 \cdot 7$.
If given a problem where we are removing balls from an urn and we are concerned with specific outcomes, for say the $n$th ball, is it necessary to view the balls within their own groups as labeled? That is, does the fact that we are removing balls and concerned with what balls gets removed when impose an ordering on our objects?
For instance, would it be better me to think of a probability question involving $6$ red balls and $4$ blue balls as the set $\{R,R,R,R,R,R,B,B,B,B\}$? Or the set $\{R_1,R_2,R_3,R_4,R_5,R_6,B_1,B_2,B_3,B_4\}$ where $R_i \neq R_j$ for $j\neq i$ and $B_i \neq B_j$ for $j\neq i$.