I am struggling with the following question:
Prove the sum of (nCk)*(mCr-k) = (m+n)Cr?
In other words, we are required to prove:
(mC0)*(nCr) + (mC1)*(nCr-1) + (mC2)*(nCr-2) +....+ (mCr-1)*(nC1) + (mCr)*(nC0) = (m+n)Cr.
I simply expanded it as follows:
n!/r!(n-1)! + m*n!/(r-1)!(n-r+1)! + m!*n!/2!(m-2)!(r-2)!(n-r+2)! +.....+ m!*n/(r-1)!(m-r+1)! + m!/r!(m-r)!
But I am stuck and cannot go further than this and have no idea how it can end up with
Thank you.
Prove the sum of (nCk)*(mCr-k) = (m+n)Cr?
In other words, we are required to prove:
(mC0)*(nCr) + (mC1)*(nCr-1) + (mC2)*(nCr-2) +....+ (mCr-1)*(nC1) + (mCr)*(nC0) = (m+n)Cr.
I simply expanded it as follows:
n!/r!(n-1)! + m*n!/(r-1)!(n-r+1)! + m!*n!/2!(m-2)!(r-2)!(n-r+2)! +.....+ m!*n/(r-1)!(m-r+1)! + m!/r!(m-r)!
But I am stuck and cannot go further than this and have no idea how it can end up with
(m+n)Cr.
I did lots of google search for this type of question, and it seems that it is called "combinatorial proof" according to my google search and may require the knowledge of "binomial theorem".
However, this question comes from a section of textbook placed BEFORE the section about "binomial theorem" so there must be a way to work it out without the knowledge of it.
I would much appreciate it if someone can help me with this question in a step-by-step manner that I can easily follow and understand.I did lots of google search for this type of question, and it seems that it is called "combinatorial proof" according to my google search and may require the knowledge of "binomial theorem".
However, this question comes from a section of textbook placed BEFORE the section about "binomial theorem" so there must be a way to work it out without the knowledge of it.
Thank you.