0% found this document useful (0 votes)
68 views1 page

BMO2 2025 Problem Set Overview

The document presents problems from the 2025 Balkan Mathematical Olympiad, including definitions of 'good' integers, geometric properties in acute-angled triangles, functional equations, and city connectivity through flights. Each problem is proposed by different individuals from various countries. The document serves as a collection of mathematical challenges aimed at advanced problem solvers.

Uploaded by

a.ellamrhari
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views1 page

BMO2 2025 Problem Set Overview

The document presents problems from the 2025 Balkan Mathematical Olympiad, including definitions of 'good' integers, geometric properties in acute-angled triangles, functional equations, and city connectivity through flights. Each problem is proposed by different individuals from various countries. The document serves as a collection of mathematical challenges aimed at advanced problem solvers.

Uploaded by

a.ellamrhari
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

AoPS Community 2025 Balkan MO

Balkan MO 2025
[Link]/community/c4305889
by swynca, falantrng, egxa

1 An integer n > 1 is called good if there exists a permutation a1 , a2 , a3 , . . . , an of the numbers


1, 2, 3, . . . , n, such that:
(i) ai and ai+1 have different parities for every 1 ≤ i ≤ n − 1;
(ii) the sum a1 + a2 + · · · + ak is a quadratic residue modulo n for every 1 ≤ k ≤ n.
Prove that there exist infinitely many good numbers, as well as infinitely many positive integers
which are not good.

2 In an acute-angled triangle ABC, H be the orthocenter of it and D be any point on the side BC.
The points E, F are on the segments AB, AC, respectively, such that the points A, B, D, F and
A, C, D, E are cyclic. The segments BF and CE intersect at P. L is a point on HA such that
LC is tangent to the circumcircle of triangle P BC at C. BH and CP intersect at X. Prove that
the points D, X, and L lie on the same line.
Proposed by Theoklitos Parayiou, Cyprus

3 Find all functions f : R → R such that for all x, y ∈ R,

f (x + yf (x)) + y = xy + f (x + y).

Proposed by Giannis Galamatis, Greece

4 There are n cities in a country, where n ≥ 100 is an integer. Some pairs of cities are connected
by direct (two-way) flights. For two cities A and B we define:
(i) A path between A and B as a sequence of distinct cities A = C0 , C1 , . . . , Ck , Ck+1 = B,
k ≥ 0, such that there are direct flights between Ci and Ci+1 for every 0 ≤ i ≤ k;
(ii) A long path between A and B as a path between A and B such that no other path between
A and B has more cities;
(iii) A short path between A and B as a path between A and B such that no other path between
A and B has fewer cities.
Assume that for any pair of cities A and B in the country, there exist a long path and a short path
between them that have no cities in common (except A and B). Let F be the total number of
pairs of cities in the country that are connected by direct flights. In terms of n, find all possible
values F
Proposed by David-Andrei Anghel, Romania.

© 2025 AoPS Incorporated 1


Art of Problem Solving is an ACS WASC Accredited School.

Common questions

Powered by AI

A 'good' integer n > 1 is defined by the existence of a permutation of the numbers 1 through n such that two conditions are met: (i) consecutive terms in the permutation have different parities, and (ii) the sum of the first k terms is a quadratic residue modulo n for all 1 ≤ k ≤ n . To prove there are infinitely many good numbers, consider odd integers which trivially meet condition (i) by alternating odd and even numbers and construct permutations satisfying condition (ii) by leveraging properties of quadratic residues.

The conditions that points A, B, D, F and A, C, D, E are cyclic ensure the existence of certain angle properties due to the cyclic nature, which are crucial for angle chasing to prove collinearity . Intersections of line segments BH and CP at X and tangent lines create specific incidence configurations that facilitate the use of radical axis or power of a point theorem, revealing that D, X, and L are collinear by demonstrating equal power over shared circles.

To solve the functional equation f(x + yf(x)) + y = xy + f(x + y) for all x, y in R, strategize by analyzing special cases and substituting strategic values for x and y such as zero or negative to simplify the equation. This stepwise reduction helps piece together the structure and nature of f(x). Typically, such problems lead to discovering that f(x) might be linear (potentially f(x)=x) or a piecewise function that satisfies the equation under constraints . The problem often requires the function to satisfy both additive and multiplicative properties.

To determine all possible values of F representing pairs of direct flights among n cities, one must consider the upper and lower bounds of graph connectivity. Given n ≥ 100, each city can form a direct connection with others, meaning a complete graph would have F = C(n, 2) = n(n-1)/2 pairs. Short and long path conditions ensure the graph has minimum spanning connectivity standards that might limit maximal values, enforcing specific combinatorial configurations. Evaluating these limits through inequality constraints and properties like edge count, saturation, and minimal connectivity helps derive feasible Fs .

The problem's setup in graph theoretical terms implies that despite potential overlaps of flight paths (edges) in a network of cities (vertices), there must be structural guarantees (likely involving triangle inequality or connectedness) ensuring paths can diverge beyond mere direct connections. The problem asserts the existence of distinct long and short paths due to these inherent properties, likely requiring each city to have a sufficiently diverse number of connections to indirectly create mutually exclusive routes not sharing internal nodes . This implies a network configuration sufficiently dense or varied.

You might also like