Two balls are drawn at random from a box containing ten balls numbered 0, 1, ..., 9. Let the random variable X be the maximum of the two numbers drawn. Find the probability function $f(x)$.
This is hypergeometric isn't it?
So we have $N = 10, n = 2$, and the success size will be $r = x + 1$, since we can only choose from $\{0, 1, \ldots, x\}$
How do I write it in the form?