Question
Question: Prove the following: \[^{n}{{C}_{r}}+{{\text{ }}^{n}}{{C}_{r-1}}={{\text{ }}^{n+1}}{{C}_{r}}\]...
Prove the following: nCr+ nCr−1= n+1Cr
Solution
To solve this question, we will first consider LHS of the above equation then we will use the formula of nCr which is given as nCr=r!(n−r)!n! where n! is n factorial. Finally, splitting the LHS using this formula, we will solve to get the RHS.
Complete step by step answer:
Let us first define nCr and nPr. nPr is defined as the number of possibilities for choosing an ordered set of r objects (a permutation) from the total of n objectives and nCr is defined as the number of different unordered combinations of r objects from a set of n objects.
nCr=r!(n−r)!n!
nPr=(n−r)!n!
To show that nCr+ nCr−1= n+1Cr we will consider the LHS first.
nCr+ nCr−1
Splitting using the above stated formula of combination, we have,
⇒nCr+ nCr−1=(n−r)!r!n!+(n−r+1)!(r−1)!n!
Taking n! common, we have,
⇒n![(n−r)!r!1+(n−r+1)!(r−1)!1]
Splitting r! as r(r – 1)! In the denominator of the first term, we have,
⇒n![(n−r)!r(r−1)!1+(n−r+1)!(r−1)!1]
Now, let us take (r – 1)! common from the denominator. Doing so, we have,
⇒(r−1)!n![(n−r)!r1+(n−r+1)!1]
Now splitting (n – r + 1)! In the denominator of the second term of the above obtained equation, we have,
⇒(r−1)!n![r(n−r)!1+(n−r+1)(n−r)!1]
Let us take (n – r)! common from the denominator, we have,
⇒(r−1)!(n−r)!n![r1+(n−r+1)1]
Let us take the LCM and solve further the question we have.
⇒(r−1)!(n−r)!n![r(n−r+1)(n−r+1)+r]
⇒(r−1)!(n−r)!n![r(n−r+1)n−r+1+r]
⇒(r−1)!(n−r)!n![r(n−r+1)n+1]
Opening the bracket and using n!(n + 1) = (n + 1)!, we have,
⇒(r−1)!(n−r)!n!r(n−r+1)n+1
⇒(n−r+1)(r−1)!r(n−r)!n!(n+1)
⇒(n−r+1)(r−1)!r(n−r)!(n+1)!
Using r(r – 1)! = r! and (n – r + 1)(n – r)! = (n – r + 1)!, we have,
nCr+ nCr−1⇒r!(n−r+1)!(n+1)!
Which is nothing but r!(n−r+1)!(n+1)!= n+1Cr.
Hence, nCr+ nCr−1= n+1Cr
Hence proved.
Note: The possibility of mistake can be opening all the factorial and solving n!=n(n−1)(n−2)....2.1. This opening is not necessary because we anyways need n+1Cr at the end. So, we need factorial (n + 1)! and r! at the end. Hence, opening the factorial would lead to confusion. Therefore, avoid doing that.