This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND:
OR:
NO:

Found problems: 1704

2001 Federal Math Competition of S&M, Problem 2

Given are $5$ segments, such that from any three of them one can form a triangle. Prove that from some three of them one can form an acute-angled triangle.

1999 Tournament Of Towns, 7

Prove that any convex polyhedron with $10n$ faces, has at least $n$ faces with the same number of sides. (A Kanel)

1935 Eotvos Mathematical Competition, 3

A real number is assigned to each vertex of a triangular prism so that the number on any vertex is the arithmetic mean of the numbers on the three adjacent vertices. Prove that all six numbers are equal.

1985 All Soviet Union Mathematical Olympiad, 416

Given big enough sheet of cross-lined paper with the side of the squares equal to $1$. We are allowed to cut it along the lines only. Prove that for every $m>12$ we can cut out a rectangle of the greater than $m$ area such, that it is impossible to cut out a rectangle of $m$ area from it.

1988 Austrian-Polish Competition, 8

We are given $1988$ unit cubes. Using some or all of these cubes, we form three quadratic boards $A, B,C$ of dimensions $a \times a \times 1$, $b \times b \times 1$, and $c \times c \times 1$ respectively, where $a \le b \le c$. Now we place board $B$ on board $C$ so that each cube of $B$ is precisely above a cube of $C$ and $B$ does not overlap $C$. Similarly, we place $A$ on $B$. This gives us a three-floor tower. What choice of $a, b$ and $c$ gives the maximum number of such three-floor towers?

2023 Ukraine National Mathematical Olympiad, 11.2

Points $A_1, A_2, \ldots, A_{2022}$ are chosen on a plane so that no three of them are collinear. Consider all angles $A_iA_jA_k$ for distinct points $A_i, A_j, A_k$. What largest possible number of these angles can be equal to $90^\circ$? [i]Proposed by Anton Trygub[/i]

2023/2024 Tournament of Towns, 3

A square was split into several rectangles so that the centers of rectangles form a convex polygon. a) Is it true for sure that each rectangle adjoins to a side of the square? b) Can the number of rectangles equal 23 ? Alexandr Shapovalov

1982 IMO, 3

Let $S$ be a square with sides length $100$. Let $L$ be a path within $S$ which does not meet itself and which is composed of line segments $A_0A_1,A_1A_2,A_2A_3,\ldots,A_{n-1}A_n$ with $A_0=A_n$. Suppose that for every point $P$ on the boundary of $S$ there is a point of $L$ at a distance from $P$ no greater than $\frac {1} {2}$. Prove that there are two points $X$ and $Y$ of $L$ such that the distance between $X$ and $Y$ is not greater than $1$ and the length of the part of $L$ which lies between $X$ and $Y$ is not smaller than $198$.

2018 Hanoi Open Mathematics Competitions, 3

The lines $\ell_1$ and \ell_2 are parallel. The points $A_1,A_2, ...,A_7$ are on $\ell_1$ and the points $B_1,B_2,...,B_8$ are on $\ell_2$. The points are arranged in such a way that the number of internal intersections among the line segments is maximized (example Figure). The [b]greatest number[/b] of intersection points is [img]https://cdn.artofproblemsolving.com/attachments/4/9/92153dce5a48fcba0f5175d67e0750b7980e84.png[/img] A. $580$ B. $585$ C. $588$ D. $590$ E. $593$

1976 Chisinau City MO, 123

Five points are given on the plane. Prove that among all the triangles with vertices at these points there are no more than seven acute-angled ones.

1995 Rioplatense Mathematical Olympiad, Level 3, 3

Given a regular tetrahedron with edge $a$, its edges are divided into $n$ equal segments, thus obtaining $n + 1$ points: $2$ at the ends and $n - 1$ inside. The following set of planes is considered: $\bullet$ those that contain the faces of the tetrahedron, and $\bullet$ each of the planes parallel to a face of the tetrahedron and containing at least one of the points determined above. Now all those points $P$ that belong (simultaneously) to four planes of that set are considered. Determine the smallest positive natural $n$ so that among those points $P$ the eight vertices of a square-based rectangular parallelepiped can be chosen.

2010 Chile National Olympiad, 6

Prove that in the interior of an equilateral triangle with side $a$ you can put a finite number of equal circles that do not overlap, with radius $r = \frac{a}{2010}$, so that the sum of their areas is greater than $\frac{17\sqrt3}{80}$ a$^2$.

1996 Tournament Of Towns, (511) 4

(a) A square is cut into right triangles with legs of lengths $3$ and $4$. Prove that the total number of the triangles is even. (b) A rectangle is cut into right triangles with legs of lengths $1$ and $2$. Prove that the total number of the triangles is even. (A Shapovalov)

2025 Macedonian Mathematical Olympiad, Problem 5

Let \(n>1\) be a natural number, and let \(K\) be the square of side length \(n\) subdivided into \(n^2\) unit squares. Determine for which values of \(n\) it is possible to dissect \(K\) into \(n\) connected regions of equal area using only the diagonals of those unit squares, subject to the condition that from each unit square at most one of its diagonals is used (some unit squares may have neither diagonal).

Kvant 2020, M2617

The points in the plane are painted in 100 colors. Prove that there are three points of the same color that are the vertices of a triangle of area 1. [i]Proposed by V. Bragin[/i]

2014 Chile National Olympiad, 6

Prove that for every set of $2n$ lines in the plane, such that there are no two parallel lines, there are two lines that divide the plane into four quadrants such that in each quadrant the number of unbounded regions is equal to $n$. [asy] unitsize(1cm); pair[] A, B; pair P, Q, R, S; A[1] = (0,5.2); B[1] = (6.1,0); A[2] = (1.5,5.5); B[2] = (3.5,0); A[3] = (6.8,5.5); B[3] = (1,0); A[4] = (7,4.5); B[4] = (0,4); P = extension(A[2],B[2],A[4],B[4]); Q = extension(A[3],B[3],A[4],B[4]); R = extension(A[1],B[1],A[2],B[2]); S = extension(A[1],B[1],A[3],B[3]); fill(P--Q--S--R--cycle, palered); fill(A[4]--(7,0)--B[1]--S--Q--cycle, paleblue); draw(A[1]--B[1]); draw(A[2]--B[2]); draw(A[3]--B[3]); draw(A[4]--B[4]); label("Bounded region", (3.5,3.7), fontsize(8)); label("Unbounded region", (5.4,2.5), fontsize(8)); [/asy]

1966 Czech and Slovak Olympiad III A, 2

Into how many regions do $n$ circles divide the plane, if each pair of circles intersects in two points and no point lies on three circles?

2022 Portugal MO, 3

The Proenc has a new $8\times 8$ chess board and requires composing it into rectangles that do not overlap, so that: (i) each rectangle has as many white squares as black ones; (ii) there are no two rectangles with the same number of squares. Determines the maximum value of $n$ for which such a decomposition is possible. For this value of $n$, determine all possible sets ${A_1,... ,A_n}$, where $A_i$ is the number of rectangle $i$ in squares, for which a decomposition of the board under the conditions intended actions is possible.

2022 USA TSTST, 1

Let $n$ be a positive integer. Find the smallest positive integer $k$ such that for any set $S$ of $n$ points in the interior of the unit square, there exists a set of $k$ rectangles such that the following hold: [list=disc] [*]The sides of each rectangle are parallel to the sides of the unit square. [*]Each point in $S$ is [i]not[/i] in the interior of any rectangle. [*]Each point in the interior of the unit square but [i]not[/i] in $S$ is in the interior of at least one of the $k$ rectangles [/list] (The interior of a polygon does not contain its boundary.) [i]Holden Mui[/i]

1995 IMO Shortlist, 3

Determine all integers $ n > 3$ for which there exist $ n$ points $ A_{1},\cdots ,A_{n}$ in the plane, no three collinear, and real numbers $ r_{1},\cdots ,r_{n}$ such that for $ 1\leq i < j < k\leq n$, the area of $ \triangle A_{i}A_{j}A_{k}$ is $ r_{i} \plus{} r_{j} \plus{} r_{k}$.

2016 IFYM, Sozopol, 3

Let $A_1 A_2…A_{66}$ be a convex 66-gon. What’s the greatest number of pentagons $A_i A_{i+1} A_{i+2} A_{i+3} A_{i+4},1\leq i\leq 66,$ which have an inscribed circle? ($A_{66+i}\equiv A_i$).

2007 Tournament Of Towns, 3

Michael is at the centre of a circle of radius $100$ metres. Each minute, he will announce the direction in which he will be moving. Catherine can leave it as is, or change it to the opposite direction. Then Michael moves exactly $1$ metre in the direction determined by Catherine. Does Michael have a strategy which guarantees that he can get out of the circle, even though Catherine will try to stop him?

2024 Brazil National Olympiad, 3

Let \( n \geq 3 \) be a positive integer. In a convex polygon with \( n \) sides, all the internal bisectors of its \( n \) internal angles are drawn. Determine, as a function of \( n \), the smallest possible number of distinct lines determined by these bisectors.

1990 Bundeswettbewerb Mathematik, 2

Let $A(n)$ be the least possible number of distinct points in the plane with the following property: For every $k = 1,2,...,n$ there is a line containing precisely $k$ of these points. Show that $A(n) =\left[\frac{n+1}{2}\right] \left[\frac{n+2}{2}\right]$

1993 Czech And Slovak Olympiad IIIA, 6

Show that there exists a tetrahedron which can be partitioned into eight congruent tetrahedra, each of which is similar to the original one.