1. Understand the problem:
We are given the expansion of (1+x)n and need to evaluate the sum:
C0C1+2C1C2+3C2C3+…+nCn−1Cn
where Ck=(kn), the binomial coefficients.
2. Express the general term:
Each term in the sum is of the form kCk−1Ck. We can simplify this ratio:
Ck−1Ck=(k−1n)(kn)=kn−k+1
This comes from the property of binomial coefficients: (kn)=k!(n−k)!n!.
3. Simplify the general term:
Substituting the simplified ratio into the general term:
kCk−1Ck=k⋅kn−k+1=n−k+1
4. Rewrite the sum:
The original sum now becomes:
k=1∑n(n−k+1)=k=1∑n(n+1−k)
5. Evaluate the sum:
This is an arithmetic series. Let m=n+1, then the sum is:
k=1∑n(m−k)=k=1∑nm−k=1∑nk=nm−2n(n+1)
Substituting back m=n+1:
n(n+1)−2n(n+1)=2n(n+1)
6. Match the result to the options:
The simplified form 2n(n+1) corresponds to option (A).
Correct Answer: (A) 2n(n+1)