Friday, January 3, 2020

algebra precalculus - Simplify the expression binomn0+binomn+11+binomn+22+cdots+binomn+kk





Simplify the expression (n0)+(n+11)+(n+22)++(n+kk)



My attempt: Using the formula (n+1k)=(nk)+(nk1)



(n0)+(n+11)+(n+22)+(n+k1k1)+(n+kk)




=(n0)+(n+11)+(n+22)++(n+k1k1)+((n+k1k)+(n+k1k1))



=(n0)+(n+11)+(n+22)++2(n+k1k1)+(n+k1k)



I can again use the same formula for the term 2(n+k1k1), and in the next to step to the term 3(n+k2k2).



But I don't think this way the expression will get simplified.



Any help is appreciated.



Answer



First show that (nr)=(n1r1)+(n1r),



from which we get (n+r+1r)=(n+rr)+(n+rr1)



By the same rule, (n+rr1)=(n+r1r1)+(n+r1r2)



(n+r1r2)=(n+r2r2)+(n+r3r3)



.. .. ..




.. .. ..



.. .. ..



(n+32)=(n+22)+(n+21)



(n+21)=(n+11)+(n+10)



Adding, we get (n0)+(n+11)+...+(n+r1r1)+(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+r1r1) ways, because having chosen A1 and rejectd A2, we have only (n+r1) things to choose from and we need only (r1).



...



Case r: It contains A1,A2,...,Ar1 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, rk=0(n+kk)=(n+r+1r)


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...