Consider an urn containing $c$ balls, $\alpha$ of which are red, $\beta$ of which are blue, and $\gamma$ of which are green, and $\alpha+\beta+\gamma=c$.
We perform $n$ trials with replacement of one element at a time from the urn.
Since $\alpha,\beta,\gamma,c$ and $n$ are integer numbers, at each trial corresponds one and only one extracted ball. Therefore, I guess we can represent the possible sequences of balls extracted in $n$ trials as follows:
On the $x$-axis we report the consecutive $n$ trials and on the $y$-axis we report the balls that can be extracted at each trial (in this example, $\alpha=3, \beta=2, \gamma=3$, and $c=8$, $n=18$).
In particular, the solid green line represents a sequence of trials in which only green balls were extracted, whereas the dashed line represents a sequence of trials in which at least one red ball and at least one blue balls were extracted.
I would say that all the paths related to the extraction of only green balls have the same chance to occur, but this does not seem to be true for the paths related to the extractions of at least one red ball and at least one blue ball (unless $\alpha=\beta=\gamma$).
In the former case, we can write, that, given the $n$ trials,
$$ P(\text{"to get only green balls"})=\left(\frac{\gamma}{c}\right)^n=\frac{N_{\gamma,c}^n}{N_{c}^n}, $$
where $N_{\gamma,c}^n=\gamma^n$ is the number of possible paths (or functions of $n$) that we can build with $\gamma$ balls, and $N_{c}^n=c^n$ is the number of possible paths that we can build with $c$ balls. This result was shown here by Henry.
My question is: Given $n$ independent trials,
How can we write the probability $$ P(\text{"to get at least one red ball and at least one blue ball"}) $$ in terms of a ratio between numbers of paths (analogously to what we have done for the extraction of all green balls), since the "favorable cases" are clearly not equiprobable?
The question rises from the fact that it is easy to show (e.g. by means of Bayes' theorem) that the probability to extract at least one red ball and at least one blue ball in $n$ independent trials is $1-\left(\frac{\alpha+\gamma}{c}\right)^n-\left(\frac{\beta+\gamma}{c}\right)^n+\left(\frac{\gamma}{c}\right)^n$.
But this probability can be written as $\frac{c^n-(\alpha+\gamma)^n-(\beta+\gamma)^n +\gamma^n}{c^n}$, where the denominator is the same total number of paths $N_c^n=c^n$ we used to write the expression of $P(\text{"to get only green balls"})$ in terms of ratio between number of paths.
Therefore, it seems that the numerator $c^n-(\alpha+\gamma)^n-(\beta+\gamma)^n +\gamma^n$ should represent the number of paths related to the sequences of extractions with at least one red ball and at least one blue ball. If we divide this number by $N_c^n$ we get the Bayes' probability, exactly as the favorable sequences for this event were equiprobable!
I apologize for naivety and incorrectness, and I thank you for any comment or suggestion!
