Let $1\le r\le n$ and consider all $r$-element subsets of the set $\{1,2,...,n\}$. Each of these subsets has a largest element. Let $H(n,r)$ denote the arithmetic mean of these largest numbers. Find $H(n,r)$ and simplify your result.
I have made the following attempt, but get stuck:
Possible largest elements in $r$-element subsets are: $\{r, r+1,\ldots,n-1,n\}$
If $r$ is the largest elements, other elements must be taken from the $r-1$ elements $\lt r$. Their sum of given by: $$r{r-1 \choose r-1}$$
Similarly, summing over $\{r, r+1,...,n\}$ gives:
$$r{r-1 \choose r-1} + (r+1){r \choose r-1}+\cdots+n{n-1 \choose r-1}$$
Dividing the above expression by ${n \choose r}$ should give me their arithmetic mean. But I know not how to simplify the expression...
All help is greatly appreciated! Thanks you!
P.S.: And, on a lighter note, could someone tell me about how probability is useful in Combinatorics?... I'm a newbie, so I don't know...
Observe that
$$(r+k)\binom{r+k-1}{r-1}=\frac{(r+k)!}{(k!)(r-1)!}\cdot \color{blue}{\frac{r}{r}}=\underbrace{r\binom{r+k}{k}=r\binom{r+k}{r}}_{\binom{a}{b}=\binom{a}{a-b}}.$$ Thus $$r\binom{r-1}{r-1}+(r+1)\binom{r}{r-1}+\dotsb+n\binom{n-1}{r-1}=r\sum_{k=0}^{n-r}\binom{r+k}{r}$$
Now use the Hockey-stick identity to get $$r\sum_{k=0}^{n-r}\binom{r+k}{r}=\color{red}{r\binom{n+1}{r+1}}.$$ So