I have a simple and straightforward question.
A box contains $n$ balls, of which $r$ are red ($r$ and $n$ are both positive integers, and $r \leq n$; suppose further that $n$ is even). Consider what happens when the balls are drawn from the box one at a time, at random without replacement. Determine:
$\quad$ (a) The probability that the first ball drawn will be red;
$\quad$ (b) The probability that the $\left(\frac{n}{2}\right)^{\text{th}}$ ball drawn will be red;
$\quad$ (c) the probability that the last ball drawn will be red.
I'm not sure how to approach questions (b) and (c). I understand that (a) is $\frac rn$ because the probability of the very first ball being red is the ratio of all the red balls over the total number of balls, but I don't know how to extend this idea to the $i^{\, \text{th}}$ ball.
Thank you for your time.