In a game of draw straws, all turns are equally good. There are $n$ straws in a box, $m$ of them being golden, the rest are black. They are drawn without replacement (the straws will not be put back after drawing). Suppose that the straws are of the same shape and people do not look when they draw. What is the probability of the $k$-th person in line getting a golden straw?
I did it for $k$=1 and 2. So basically if k=1, probability is just $m/n$. If $k$=2, I used total probability theorem conditioning on drawing golden straws on the first draw and drawing black straws for the first draw, and the probability is still $m/n$. But I'm not sure how to do for the $k$=3 and so on