Maths Olympiad Prep

Library / /12 of 39

Combinatorics Difficulty 5.2 AIME, harder Prove it Ukraine

Prove for any positive integer nn:
k=0n1((n1k))2k+1=(2n1n)2n \sum_{k=0}^{n-1} \frac{\left(\binom{n-1}{k}\right)^2}{k+1} = \frac{\binom{2n-1}{n}}{2n}

Solution

Since n(n1k)k+1=n(n1)!(k+1)k!(nk1)!=n!k!(nk1)!=(nk+1)\frac{n \binom{n-1}{k}}{k+1} = \frac{n(n-1)!}{(k+1)k!(n-k-1)!} = \frac{n!}{k!(n-k-1)!} = \binom{n}{k+1}, the left-hand-side sum takes the form
k=0n1(n1k)(nk+1)=k=0n1(n1k)(nnk1)=(2n1n). \sum_{k=0}^{n-1} \binom{n-1}{k} \binom{n}{k+1} = \sum_{k=0}^{n-1} \binom{n-1}{k} \binom{n}{n-k-1} = \binom{2n-1}{n}.
The latter equality follows from the properties of binomial coefficients. On the other hand,
(2nn)=(2n1n1)+(2n1n)=2(2n1n1), \binom{2n}{n} = \binom{2n-1}{n-1} + \binom{2n-1}{n} = 2\binom{2n-1}{n-1},
which finishes the proof.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.