Skip to main content
OlympiadHQ

Browse · MathNet

Print

Stars of Mathematics Competition

Romania counting and probability

Problem

Given a positive integer , a triangular array of zeroes and ones, where and run through the positive integers such that , is called a binary anti-Pascal n-triangle if for all possible values and may take on. Determine the minimum number of ones a binary anti-Pascal -triangle may contain.
Solution
In what follows, part of the generic configurations referred to may not exist for the first few values of ; in this case, simply consider the corresponding induced

We now show by induction on that a binary anti-Pascal -triangle contains at least ones, of which at least lie on the bottom three rows (and since the transpose of a binary anti-Pascal triangle is again one such, the same holds for the leftmost three columns). The cases are easily dealt with, so let , and let be a binary anti-Pascal -triangle. The lower left subarray (induced if ) contains at least 3 ones, unless the lower left and central entries are both one and the other entries are all zero, in which case there are only 2 ones in . In the former case, consider the binary anti-Pascal -triangle consisting of the rightmost columns of . By the induction hypothesis, the bottom three rows of this triangle contain at least ones, so the bottom three rows of contain at least ones. In the latter case, the statement clearly holds if , so let and notice that the bottom two entries of the column of adjoining along the right flank are both one. Thus, the subarray of extending rightwards contains at least 4 ones. The rightmost columns of form a binary anti-Pascal -triangle whose bottom three rows contain at least ones, by the induction hypothesis. Hence the bottom three rows of contain at least ones. In either case, the bottom three rows of contain at least ones. Finally, by the induction hypothesis, the binary anti-Pascal -triangle atop the bottom three rows of contains at least ones, so contains at least ones. This completes the induction and concludes the proof.
Final answer
⌊n(n+1)/6⌋

Techniques

Coloring schemes, extremal argumentsInduction / smoothingInvariants / monovariants