I guess this should be a quite simple problem, but I really don't know how to solve it. I am sorry if it might be too trivial.
An urn contains $c$ balls of three different kinds. There are $\alpha$ balls of kind $A>0$, $\beta>0$ balls of kind $B$, $\gamma>0$ balls of kind $G$, and $c=\alpha+\beta+\gamma$.
If we perform $2n$ independent trials (i.e. with replacement) from the urn, what is the probability to get $n$ balls of kind $A$ and $n$ balls of kind $B$?
I attempted to attack the problem by means of the concept of opposite event, but then I get completely lost.
Hint
What is the probability of drawing a particular ball on first try? Does this probability change?
So probability of each trial is fixed and equal to $P(A)=a/c$ and $P(B)=b/c$.
Now first think what are the total possible ways your $2n$ trials may look like. This is $3^{2n}$. Why?
Now construct how many will be favorable. This is $^{2n}C_n$
Solution might look like $$^{2n}C_n(p_a)^n(p_b)^n$$