From a deck of $50$ cards numbered from $1$ to $50$ you randomly draw out $3$ cards. Let Y:="the third number drawn" a random variable. I must determine the distribution function of Y.
I think that $P(Y=n) = 1/50$ for each $n$ for symmetry, but the solution says another thing:
$$P(Y=n) = \frac{(n-1)(50-n)}{50 \choose 3} \quad \forall n = 2,...,49$$
I do not understand... could someone help me?
Your solution is correct, from what you describe. However, what is given in the solution is the distribution of the middle of the 3 drawn values, when ordered by value. The naming of "$Y$" hints to that. So maybe you misunderstood the question, or there were mutliple parts and you got the solution for the wrong one?