Simplify the expression (n0)+(n+11)+(n+22)+⋯+(n+kk)
My attempt: Using the formula (n+1k)=(nk)+(nk−1)
(n0)+(n+11)+(n+22)+⋯(n+k−1k−1)+(n+kk)
=(n0)+(n+11)+(n+22)+⋯+(n+k−1k−1)+((n+k−1k)+(n+k−1k−1))
=(n0)+(n+11)+(n+22)+⋯+2(n+k−1k−1)+(n+k−1k)
I can again use the same formula for the term 2(n+k−1k−1), and in the next to step to the term 3(n+k−2k−2).
But I don't think this way the expression will get simplified.
Any help is appreciated.
Answer
First show that (nr)=(n−1r−1)+(n−1r),
from which we get (n+r+1r)=(n+rr)+(n+rr−1)
By the same rule, (n+rr−1)=(n+r−1r−1)+(n+r−1r−2)
(n+r−1r−2)=(n+r−2r−2)+(n+r−3r−3)
.. .. ..
.. .. ..
.. .. ..
(n+32)=(n+22)+(n+21)
(n+21)=(n+11)+(n+10)
Adding, we get (n0)+(n+11)+...+(n+r−1r−1)+(n+rr)=(n+r+1r)
Alternatively, we can fix any r of the (n+r+1) objects given. Label them A1,A2,...Ar. Now our choices of r objects from the (n+r+1) objects may or may not contain any or all of the set {A1,A2,...,Ar}.
Case I: It does not contain A1
This will happen in (n+rr) ways as the r things have to be chosen from the remaining (n+r) things.
Case II: It contains A1 but does not contain A2.
This will happen in (n+r−1r−1) ways, because having chosen A1 and rejectd A2, we have only (n+r−1) things to choose from and we need only (r−1).
...
Case r: It contains A1,A2,...,Ar−1 but does not contain Ar.
This will happen in (n+11) ways.
Case (r+1): It contains A1,A2,...,Ar.
This will happen in (n0)=1 way.
Hence, r∑k=0(n+kk)=(n+r+1r)
No comments:
Post a Comment