Skip to main content
OlympiadHQ

Browse · MathNet

Print

66th Belarusian Mathematical Olympiad

Belarus counting and probability

Problem

Given a graph with () vertices. It is known that for any two of the vertices there is a vertex connected with none of these two vertices. Find the greatest possible number of the edges in the graph. (E. Barabanov)

problem


problem
Solution
(Solution by Y. Dubovik, L. Manzhulina, I. Pchalintsau, B. Serankou.) First, for the sake of convenience, we reformulate the problem as follows. Any two of vertices of the graph () are connected with an edge either of red or of blue color. It is known that for any two vertices there exists a vertex connected to both the vertices with blue edges. Find the maximum number of red edges (or, equivalently, the minimum number of blue edges) in the graph. We find the minimum number of blue edges then the maximum number of red edges is . In the figures blue edges are shown, all the absent edges are red. These figures show that the minimum number of blue edges cannot be greater than . Show that this number is indeed the smallest possible. We call the number of blue edges containing a vertex a degree of this vertex. If the degrees of all the graph vertices are at least 3, then the total number of blue edges is at least . So we may assume that there is a vertex of degree 2. Let and be the corresponding blue edges. Applying the problem condition to and , we conclude that and are certainly connected with blue edge. Let be the set of remaining (other than , , ) vertices. Then any vertex from must be connected with blue edge either to or to . For any vertex from we mark this edge. From the problem condition it follows that in addition to marked edges at least one blue edge should outgo from any vertex of . The number of these additional edges is not less than . Therefore there are at least blue edges as was claimed.

n is odd n is even

So, the maximum number of the red edges is
Final answer
((n-2)(n-1))/2 - floor(n/2)

Techniques

Matchings, Marriage Lemma, Tutte's theoremCounting two waysColoring schemes, extremal arguments