(a) the probability that the first ball drawn will be red; (b)the probability that the second ball drawn will be red;(c)the probability that the 50th ball drawn will be red; and (d)the probability that the last ball drawn will be red.
Answer: I know that the answer for each of $(a),(b),(c)$ and $(d)$ is $\frac{r}{100}$.For (a), it is trivial.
For (b), $Pr$(the second ball drawn will be red)$=Pr$(the first ball drawn is red and second is also red)$+Pr$(the first ball drawn is not red but second is red)$$=\bigg(\frac{r}{100}\frac{r-1}{99}\bigg)+\bigg(\frac{100-r}{100}\frac{r}{99}\bigg)=\bigg(\frac{r}{100}\bigg)$$
But I don't know how to generalize the result.That is how to extend the result for $50$ and $100$ balls as asked in (c) and (d).
Please help.thank you.