Solveeit Logo

Question

Question: summation r varies from 0 to (20+r C 10)(20-r C 10)...

summation r varies from 0 to (20+r C 10)(20-r C 10)

Answer

S=\frac{1}{2}\Biggl[\binom{41}{21}+\binom{20}{10}^2\Biggr]

Explanation

Solution

We will show that

S=r=020(20+r10)(20r10)S=\sum_{r=0}^{20} \binom{20+r}{10}\binom{20-r}{10}

can be written in closed‐form. One very neat method is to “symmetrize” the sum. (Notice that although the original sum runs from r=0r=0 to 2020, the summand is an even function of rr provided we extend rr to negative values.) In fact, one may prove (by a combinatorial argument or by generating functions) the following identity valid for nonnegative integers nn and mm:

r=nn(n+rm)(nrm)=(2n+12m+1).\sum_{r=-n}^{n}\binom{n+r}{m}\binom{n-r}{m}=\binom{2n+1}{2m+1}.

Now, in our case, take

n=20,m=10.n=20,\quad m=10.

Then

r=2020(20+r10)(20r10)=(4121).\sum_{r=-20}^{20}\binom{20+r}{10}\binom{20-r}{10}=\binom{41}{21}.

But observe that when we extend the sum to r=20r=-20 to 2020 the summand is even. (A short check shows that replacing rr by r-r leaves (20+r10)(20r10)\binom{20+r}{10}\binom{20-r}{10} unchanged.) Hence the full sum satisfies

r=2020(20+r10)(20r10)=(20+010)(20010)+2r=120(20+r10)(20r10).\sum_{r=-20}^{20}\binom{20+r}{10}\binom{20-r}{10} = \binom{20+0}{10}\binom{20-0}{10} + 2\sum_{r=1}^{20}\binom{20+r}{10}\binom{20-r}{10}.

That is,

(4121)=(2010)2+2r=120(20+r10)(20r10).\binom{41}{21} = \binom{20}{10}^2 + 2\sum_{r=1}^{20}\binom{20+r}{10}\binom{20-r}{10}.

But the sum we need is

S=r=020(20+r10)(20r10)=(2010)2+r=120(20+r10)(20r10).S=\sum_{r=0}^{20}\binom{20+r}{10}\binom{20-r}{10} = \binom{20}{10}^2 + \sum_{r=1}^{20}\binom{20+r}{10}\binom{20-r}{10}.

So, solving for SS we obtain

2S(2010)2=(4121)S=12[(4121)+(2010)2].2S - \binom{20}{10}^2=\binom{41}{21}\quad\Longrightarrow\quad S=\frac{1}{2}\Bigl[\binom{41}{21}+\binom{20}{10}^2\Bigr].

Thus, a correct answer is

S=12[(4121)+(2010)2].\boxed{S=\frac{1}{2}\Biggl[\binom{41}{21}+\binom{20}{10}^2\Biggr]}.

Core Explanation:

  1. Extend the sum from r=0r=0 to 2020 to the symmetric sum from r=20r=-20 to 2020.
  2. Use the identity r=nn(n+rm)(nrm)=(2n+12m+1)\sum_{r=-n}^{n}\binom{n+r}{m}\binom{n-r}{m}=\binom{2n+1}{2m+1} with n=20n=20 and m=10m=10.
  3. Since the summand is even, the full sum equals (2010)2+2r=120(20+r10)(20r10)\binom{20}{10}^2+2\sum_{r=1}^{20}\binom{20+r}{10}\binom{20-r}{10}.
  4. Solve for the original sum to get S=12[(4121)+(2010)2]S=\frac{1}{2}\left[\binom{41}{21}+\binom{20}{10}^2\right].

Answer:

S=12[(4121)+(2010)2]\boxed{S=\frac{1}{2}\Biggl[\binom{41}{21}+\binom{20}{10}^2\Biggr]}

(No option number is needed since this is not a multiple‐choice problem.)


Additional details:

  • Subject: Mathematics

  • Chapter: Probability (as found in NCERT Class 12, which covers combinatorial ideas in Probability)

  • Topic: Binomial Theorem and Binomial Coefficients

  • Difficulty level: Hard

  • Question type: descriptive

This approach is appropriate for a 12th grade student familiar with combinatorial identities and symmetry arguments.