Question
Question: If \[{}^{n}C_{r}\] denotes the number of combinations of n things taken r at a time, then the expres...
If nCr denotes the number of combinations of n things taken r at a time, then the expression nCr+1+ nCr−1+2× nCr equals
A. n+2Cr
B. n+2Cr+1
C. n+1Cr
D. n+1Cr+1
Solution
Hint: In this question it is given that we have to find the value of nCr+1+ nCr−1+2× nCr. So for this we have to know that
nCp+ nCp−1= n+1Cp.......(1)
n!=n⋅(n−1)!.........(2)
So by using this we are able to find the solution.
Complete step-by-step solution:
Here given,
nCr+1+ nCr−1+2× nCr
=nCr+1+ nCr−1+ nCr+ nCr
=nCr+1+ nCr+ nCr+ nCr−1
=(nCr+1+ nCr)+( nCr+ nCr−1)
=(nCr+1+ nC(r+1)−1)+( nCr+ nCr−1)........(2)
Now we are going to use the formula (1) in the above two terms.
In the first term considering p=r+1, then we get,
nCr+1+ nC(r+1)−1= n+1Cr+1.......(3)
And in the second term considering p=r, we get,
nCr+ nCr−1= n+1Cr........(4)
Now by putting the values of (3) and (4) in (2), we get,
(nCr+1+ nC(r+1)−1)+( nCr+ nCr−1)
=n+1Cr+1+ n+1Cr
=n+1Cr+1+ n+1C(r+1)−1
Now again applying formula (1) where p=r+1 and taking n+1 as n, we get,
n+1Cr+1+ n+1C(r+1)−1
=(n+1)+1Cr+1
=n+2Cr+1
Hence the correct option is option B.
Note: You might be thinking how we obtained
nCp+ nCp−1= n+1Cp.
So let us try to establish this formula,
LHS,
nCp+ nCp−1
=p!⋅(n−p)!n!+(p−1)!⋅(n−p+1)!n!
=p!⋅(n−p)!n!+(p−1)!⋅p⋅(n−p+1)!n!⋅p [multiplying p on the both side of the second fraction]
=p!⋅(n−p)!n!+p⋅(p−1)!(n−p+1)!n!⋅p
=p!⋅(n−p)!n!+p!(n−p+1)!n!⋅p
=p!⋅(n−p)!n!+p!(n−p+1)⋅(n−p)!n!⋅p [since, n!=n(n-1)!]
=p!⋅(n−p)!n!+p!(n−p)!⋅(n−p+1)n!⋅p
=p!⋅(n−p)!n!(1+n−p+1p) [by taking common]
=p!⋅(n−p)!n!(n−p+1n−p+1+p)
=p!⋅(n−p)!n!(n−p+1n+1)
=p!⋅(n−p)!⋅(n−p+1)n!⋅(n+1)
=p!⋅(n−p)!⋅(n+1−p)(n+1)!
=p!⋅(n−p)!⋅(n+1−p)(n+1)!
= n+1Cp =RHS.