-3

enter image description hereUse the binomial theorem to prove that $(nC0)^2 + (nC1)^2 + (nC2)^2 + ... +(nCn)^2 = 2nCn$ left hand side shall be $ (2^n)^2 $ because $(nC0) + (nC1) + (nC2) + ... +(nCn) = 2^n $ and $(nC0)^2 + (nC1)^2 + (nC2)^2 + ... +(nCn)^2 = [(nC0) + (nC1) + (nC2) + ... +(nCn)]^2$ but if u tried to substitute any number $ (2^n)^2$ is not equal $ 2nCn$ what am I missing ?

I added an image for the question

2 Answers2

0

If your $nCk$ denotes $\displaystyle\binom nk$, the claim is obviously false, because the RHS is $2$.

0

I don't think the binomial theorem is useful here.

Suppose there are $2n$ persons and you want to select $n$ of them which can be done in $(2n)Cn$ ways.

Now we use a different method.

First you split up into two groups of $n$ persons each.

Then there are $nCk$ of selecting $k$ from the first group and $nC(n-k)$ of the other so there are $nCk\times nC(n-k)$ ways to select in such a way that $k$ persons of the first group are selected.

Then in total we find $\sum_{k=0}^nnCk\times nC(n-k)=\sum_{k=0}^n(nCk)^2$ selections.

Of course the two outcomes must be equal so:$$\sum_{k=0}^n(nCk)^2=(2n)Cn$$

drhab
  • 151,093