Problem
An urn contains $p$ red and $q$ green balls. Balls are drawn one by one till balls left in the urn are all red. Prove that the probability of this event is $\dfrac {p}{p+q}$. Please note that you are told that balls of same colour are left in the urn and you need to find the probability that these remaining balls are red.
Progress
Okay, so first of all, we note that it is pretty confusing that whether balls of same colour are considered identical or different is not known. I proceeded by assuming the balls are all distinct.
We need a minimum of $q$ turns and a maximum of $p+q-2$ turns. When we have $q$ turns, the $q$ green balls are permuted in $q!$ ways. Probability = $\dfrac {q!}{(p+q)P(q)}$ since in our sample space we need to get arrangement of $q$ balls from $p+q$ balls.
When we have $q+1$ turns, select the green ball which will be in $q+1$th place in ${q\choose 1}$ ways, then select one red ball in ${p\choose 1}$ ways, then arrange the $q-1$ green balls and $1$ red ball in $q!$ ways, so probability is $$\dfrac { {q\choose 1} { p\choose 1}(q!)}{(p+q)P(q+1)}$$ We go on like this upto $p+q-2$ trials and add up all this, but this is not coming out as $p/(p+q)$
The condition means that if you continue extracting balls, the last one will be red.
There are $\displaystyle p+q\choose\displaystyle p$ ways to order all the balls. If we fix the last one red, we can order the rest of them in $\displaystyle p+q-1 \choose \displaystyle p-1$ ways. The probability is then:
$$\frac{p+q-1 \choose p -1}{p+q \choose p} = \frac{\frac{(p+q-1)!}{(p-1)!q!}}{\frac{(p+q)!}{p!q!}} =\frac{\frac{(p+q-1)!}{(p-1)!}}{\frac{(p+q)·(p+q-1)!}{p·(p-1)!}} = \frac{p}{p+q}$$