Olympiad Maths Prep

Track / Stage 6 / 35 of 400 #1035 of 2000

Problem 1035

National olympiad, first round
Combinatorics Difficulty 6.0 Prove it

We will prove that for any positive integers m,tm, t, the following identity holds:

k=0m(mk)(t+km)=k=0m(mk)(tk)2k \sum_{k=0}^{m}\binom{m}{k}\binom{t+k}{m}=\sum_{k=0}^{m}\binom{m}{k}\binom{t}{k} \cdot 2^{k}

This one wants a proof. Work it on paper, read the official solution, then mark yourself honestly — the ladder only means something if the record is true.

Official solution

Solution. Consider an empty table with 2 rows and t+mt+m columns. Let's look at the fillings of the table that satisfy the following conditions:

- Each cell is filled with either a 1 or a 0;
- The first tt cells in the top row are filled with 1;
- If there is a 0 anywhere in the top row, then there is also a 0 directly below it;
- The bottom row contains exactly mm ones.

To prove the statement of the problem, we will show that both expressions determine the number of valid fillings.

How can we get a valid filling?

I. Method: In the last mm cells of the top row, exactly kk cells are filled with 1 (where 0km0 \leq k \leq m), and the rest are filled with 0. This can be done in (mk)\binom{m}{k} ways as a function of kk. In this row, there are then exactly t+kt+k ones. The mm ones in the bottom row can only be placed under the t+kt+k ones in the top row, and we can choose their positions in (t+km)\binom{t+k}{m} ways. The remaining cells are filled with 0.

For a given kk, this results in (mk)(t+km)\binom{m}{k}\binom{t+k}{m} fillings, which in total is

k=0m(mk)(t+km) \sum_{k=0}^{m}\binom{m}{k}\binom{t+k}{m}

valid fillings, which is the expression on the left side of the equation to be proven.

II. Method: Out of the mm ones in the bottom row, kk of them (where 0km0 \leq k \leq m) are placed in the first tt columns, which can be done in (tk)\binom{t}{k} ways as a function of kk.

The last mm cells of the bottom row contain exactly mkm-k ones, which can be placed in (mmk)=(mk)\binom{m}{m-k}=\binom{m}{k} ways.

The bottom row can be filled in (tk)(mk)\binom{t}{k}\binom{m}{k} ways as a function of kk, while the last mm cells of the top row are still empty.

Among these, exactly mkm-k cells have a 1 directly below them in the bottom row, so these mkm-k cells must also contain 1. The remaining m(mk)=km-(m-k)=k empty cells can be filled freely, in 2k2^{k} ways.

Thus, for a given kk, there are (mk)(tk)2k\binom{m}{k}\binom{t}{k} \cdot 2^{k} fillings, which in total is

k=0m(mk)(tk)2k \sum_{k=0}^{m}\binom{m}{k}\binom{t}{k} \cdot 2^{k}

valid fillings. This is the expression on the right side of the equation to be proven.

With this, we have proven the statement of the problem.

Note. A different solution can be found in Hajnal Péter's book "Elementary Combinatorial Problems" (3.17/l, p. 14), and in Lovász László's book "Combinatorial Problems and Exercises" (§1. 43/a, p. 20). Students who only referred to these but did not write out the solution received 0 points according to the rules of the competition.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.