1
$\begingroup$

I have to evaluate the following but I am not sure how to do it. My professor went over it briefly trying to get it in before the end of the semester but did not explain it very well. I'm not even sure of where to begin.

$$ \sum\limits_{k=7}^{60}\binom{k-2}{20}. $$

  • 0
    Welcome to math.stackexchange! If you want your latex expression to render as a mathematical expression and not as a text, you can put it between "\$\$...\$\$".2012-12-16
  • 0
    Thank you, I was trying to figure out how to do that!2012-12-16
  • 0
    Also, are you sure your expression is correct? If you start at $k = 7$, the expression at the top of the binomial coefficient is smaller than the expression at the bottom.2012-12-16

1 Answers 1

2

The binomial identity $$ \sum_{k=i}^{n-j}\binom{k}{i}\binom{n-k}{j}=\binom{n+1}{j+1} $$ setting $j=0$, says that $$ \sum_{k=20}^{58}\binom{k}{20}=\binom{59}{21} $$ which is your sum after ignoring terms that are $0$.