Remove imo_2025.jsonl from the repository
Browse files- 2025_eng.pdf +0 -0
- markdown/p1/problem.md +6 -0
- markdown/p2/problem.md +5 -0
- markdown/p3/problem.md +7 -0
- markdown/p4/problem.md +7 -0
- markdown/p5/problem.md +13 -0
- markdown/p6/problem.md +3 -0
2025_eng.pdf
ADDED
Binary file (79.2 kB). View file
|
|
markdown/p1/problem.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
A line in the plane is called *sunny* if it is **not** parallel to any of the $x$-axis, the $y$-axis, and the line $x + y = 0$.
|
2 |
+
|
3 |
+
Let $n \geq 3$ be a given integer. Determine all nonnegative integers $k$ such that there exist $n$ distinct lines in the plane satisfying both of the following:
|
4 |
+
|
5 |
+
* for all positive integers $a$ and $b$ with $a + b \leq n + 1$, the point $(a, b)$ is on at least one of the lines; and
|
6 |
+
* exactly $k$ of the $n$ lines are sunny.
|
markdown/p2/problem.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Let $\Omega$ and $\Gamma$ be circles with centres $M$ and $N$, respectively, such that the radius of $\Omega$ is less than the radius of $\Gamma$. Suppose circles $\Omega$ and $\Gamma$ intersect at two distinct points $A$ and $B$. Line $MN$ intersects $\Omega$ at $C$ and $\Gamma$ at $D$, such that points $C, M, N$ and $D$ lie on the line in that order. Let $P$ be the circumcentre of triangle $ACD$. Line $AP$ intersects $\Omega$ again at $E \neq A$. Line $AP$ intersects $\Gamma$ again at $F \neq A$. Let $H$ be the orthocentre of triangle $PMN$.
|
2 |
+
|
3 |
+
Prove that the line through $H$ parallel to $AP$ is tangent to the circumcircle of triangle $BEF$.
|
4 |
+
|
5 |
+
(The *orthocentre* of a triangle is the point of intersection of its altitudes.)
|
markdown/p3/problem.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Let $\mathbb{N}$ denote the set of positive integers. A function $f: \mathbb{N} \to \mathbb{N}$ is said to be *bonza* if
|
2 |
+
|
3 |
+
$$f(a) \text{ divides } b^a - f(b)^{f(a)}$$
|
4 |
+
|
5 |
+
for all positive integers $a$ and $b$.
|
6 |
+
|
7 |
+
Determine the smallest real constant $c$ such that $f(n) \leq cn$ for all bonza functions $f$ and all positive integers $n$.
|
markdown/p4/problem.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
A *proper divisor* of a positive integer $N$ is a positive divisor of $N$ other than $N$ itself.
|
2 |
+
|
3 |
+
The infinite sequence $a_1, a_2, \ldots$ consists of positive integers, each of which has at least three proper divisors.
|
4 |
+
|
5 |
+
For each $n \geq 1$, the integer $a_{n+1}$ is the sum of the three largest proper divisors of $a_n$.
|
6 |
+
|
7 |
+
Determine all possible values of $a_1$.
|
markdown/p5/problem.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Alice and Bazza are playing the *inekoalaty game*, a two-player game whose rules depend on a positive real number $\lambda$ which is known to both players. On the $n^{\text{th}}$ turn of the game (starting with $n = 1$) the following happens:
|
2 |
+
|
3 |
+
- If $n$ is odd, Alice chooses a nonnegative real number $x_n$ such that
|
4 |
+
|
5 |
+
$$x_1 + x_2 + \cdots + x_n \leq \lambda n.$$
|
6 |
+
|
7 |
+
- If $n$ is even, Bazza chooses a nonnegative real number $x_n$ such that
|
8 |
+
|
9 |
+
$$x_1^2 + x_2^2 + \cdots + x_n^2 \leq n.$$
|
10 |
+
|
11 |
+
If a player cannot choose a suitable number $x_n$, the game ends and the other player wins. If the game goes on forever, neither player wins. All chosen numbers are known to both players.
|
12 |
+
|
13 |
+
Determine all values of $\lambda$ for which Alice has a winning strategy and all those for which Bazza has a winning strategy.
|
markdown/p6/problem.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
Consider a $2025 \times 2025$ grid of unit squares. Matilda wishes to place on the grid some rectangular tiles, possibly of different sizes, such that each side of every tile lies on a grid line and every unit square is covered by at most one tile.
|
2 |
+
|
3 |
+
Determine the minimum number of tiles Matilda needs to place to satisfy these conditions.
|