2
$\begingroup$

The value of $\sum_{r=1}^{m}\frac{(m+1)(r-1)m^{r-1}}{r\binom{m}{r}} = \lambda$ then the correct statement is/are

(1) If $m=15$ and $\lambda$ is divided by m then the remainder is 14.

(2) If $m=7$ and $\lambda$ is divided by m then the remainder is 1.

(3) If $m=2$ then $\lambda$ is an even number.

(4) If $m=101$ then unit's digit of $\lambda$ is zero.

This problem is related to binomial coefficients and telescoping series. I find it difficult to realise how to approach these problems with $\binom{n}{r}$ in denominator of a finite sum.

  1. I tried expressing it as $T(r) - T(r+1)$, but couldn't figure out how it could be done. Is telescoping the only way to approach this?

  2. If no, then what are the alternative methods to solve this problem in the most elegant way?

  3. If yes, then what is the best method to express it as $T(r) - T(r+1)$ (where $T(r)$ is a function of r)?

$\endgroup$
2
  • $\begingroup$ The result of the summation is extremely simple. Try $m=2,3,4$ and make a conjecture is you cannot prove it. $\endgroup$ Commented Sep 9, 2022 at 6:13
  • $\begingroup$ @Claude Leibovici Yes, I understand but is there no way to find a general formula without observing the pattern for small numbers? $\endgroup$ Commented Sep 9, 2022 at 6:31

1 Answer 1

4
$\begingroup$

First split the $(r-1)$ term:$$\sum_{r=1}^m\dfrac{(m+1)(r-1)m^{r-1}}{r\binom mr}= \sum_{r=1}^m \left(\frac{(m+1)m^{r-1}}{\binom mr}- \frac{(m+1)m^{r-1}}{r\binom mr}\right) $$ Now we really really want to get rid of the r in the denominator of the second term, somehow.$$= \sum_{r=1}^m \left(\frac{(m+1)m^{r-1}}{\binom mr}- \frac{((m-r+1)+r)m^{r-1}}{r\binom mr}\right) $$ Notice that the $\dfrac{m^{r-1}}{\binom mr}$ term cancels out, leaving us with $$ \sum_{r=1}^m \left(\frac{(m)m^{r-1}}{\binom mr}- \frac{(m-r+1)m^{r-1}}{r\binom mr}\right)$$$$= \sum_{r=1}^m \left(\frac{m^{r}}{\binom mr}- \frac{(m-r+1)m^{r-1}}{r\binom mr} \right)$$ To simplify the second term, $$r\binom mr=\frac{m!r}{(m-r)!r!}=\frac{m!}{(r-1)!(m-r)!}$$$$=(m-r+1)\frac{m!}{(m-r+1)!(r-1)!}=(m-r+1)\binom{m}{r-1}$$ So the original expression becomes $$\sum_{r=1}^m\left(\frac{m^r}{\binom mr}-\frac{m^{r-1}}{\binom{m}{r-1}}\right)$$$$=m^m-1.$$

$\endgroup$
5
  • $\begingroup$ Thanks for the solution. But is there no other method apart from the telescoping one? $\endgroup$ Commented Sep 9, 2022 at 6:47
  • $\begingroup$ Try induction now that you know the result. $\endgroup$ Commented Sep 9, 2022 at 6:56
  • $\begingroup$ Yes, I got it now. $\endgroup$ Commented Sep 9, 2022 at 7:04
  • 1
    $\begingroup$ @insipidintegrator: The terms of the sum need to be enclosed in parentheses in order to respect the scope of the index variable $r$. $\endgroup$ Commented Sep 9, 2022 at 18:16
  • 1
    $\begingroup$ Done @epi163sqrt $\endgroup$ Commented Sep 10, 2022 at 4:30

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .