If $S_n=\displaystyle{\sum\limits_{r=0}^{n}\frac {1}{\binom{n}{r}}} $ and $T_n=\sum\limits_{r=0}^{n}\frac {r}{\binom{n}{r}}$ then what is $\displaystyle{\frac {T_n}{S_n}} $ in terms of $n$?
I tried the usual tricks I know from Binomial Theorem and Series but to no avail.
Can anyone help? Thanks
Use the symmetry of the binomial coefficients: $\binom{n}{r}=\binom{n}{n-r}$. Then $$\sum_{r=0}^n \frac{r}{\binom{n}{r}}=\sum_{r=0}^n \frac{n-r}{\binom{n}{n-r}}=\sum_{r=0}^n \frac{n-r}{\binom{n}{r}}=n\sum_{r=0}^n \frac{1}{\binom{n}{r}}-\sum_{r=0}^n \frac{r}{\binom{n}{r}}.$$ Can you take it from here?