Let n be a nonnegative integer, and k a positive integer. Could someone explain to me why the identity
n∑i=0(i+k−1k−1)=(n+kk)
holds?
Answer
One way to interpret this identity is to consider the number of ways to choose k integers from the set {1,2,3,⋯,n+k}.
There are (n+kk) ways to do this, and we can also count the number of possibilities by considering the largest integer chosen. This can vary from k up to n+k, and if the largest integer chosen is l, then there are (l−1k−1) ways to choose the remaining k−1 integers.
Therefore n+k∑l=k(l−1k−1)=(n+kk), and letting i=l−k gives n∑i=0(i+k−1k−1)=(n+kk).
No comments:
Post a Comment