id stringlengths 4 4 | problem_markdown stringlengths 36 3.59k | solutions_markdown listlengths 0 10 | images images listlengths 0 15 | country stringclasses 58
values | competition stringlengths 3 108 ⌀ | topics_flat listlengths 0 12 | language stringclasses 18
values | problem_type stringclasses 4
values | final_answer stringlengths 1 1.22k ⌀ |
|---|---|---|---|---|---|---|---|---|---|
05mj | Problem:
Soit $ABC$ un triangle. $H$ son orthocentre et $P$, $Q$ et $R$ les pieds des hauteurs issues de $A$, $B$ et $C$.
Montrer que $H$ est le centre du cercle inscrit à $PQR$.
 | [
"Solution:\n\nOn sait que les points $A$, $B$, $P$ et $Q$ sont cocycliques sur le cercle de diamètre $[AB]$, donc :\n\n$$\n\\widehat{HPQ} = \\widehat{APQ} = \\widehat{ABQ} = 90^{\\circ} - \\widehat{BAQ} = 90^{\\circ} - \\widehat{BAC}\n$$\n\nDe même, $A$, $C$, $P$ et $R$ sont cocycliques sur le cercle de diamètre $[... | France | French Mathematical Olympiad | [
"Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point circle",
"Geometry > Plane Geometry > Quadrilaterals > Cyclic quadrilaterals",
"Geometry > Plane Geometry > Miscellaneous > Angle chasing"
] | null | proof only | null | |
029o | Problem:
Num triângulo $\triangle ABC$, o ponto $F$ está sobre o lado $AC$ e $FC = 2 AF$. Se $G$ é o ponto médio do segmento $BF$ e $E$ o ponto de interseção da reta passando por $A$ e $G$ com o segmento $BC$, calcule a razão $\frac{EC}{EB}$.
 | [
"Solution:\n\nTemos que $\\frac{FC}{AF} = 2$. Agora, trace o segmento $FH$, paralelo ao segmento $AE$ onde $H$ está sobre o segmento $BC$, como na figura a seguir.\n\nOs triângulos $\\triangle AEC$ e $\\triangle FHC$ são semelhantes pois têm lados paralelos. Isto implica que $CH = 2 EH$.\n\nPor outro lado, os triân... | Brazil | Nível 2 | [
"Geometry > Plane Geometry > Miscellaneous > Angle chasing",
"Geometry > Plane Geometry > Transformations > Homothety"
] | null | proof and answer | 3 | |
02d2 | Problem:
(a) $1678^{2}-1677^{2}$
(b) $1001^{2}+1000^{2}$
(c) $19999^{2}$
(d) $2001^{2}+2002^{2}+2003^{2}$ | [
"Solution:\n\n(a) Como $a^{2}-b^{2}=(a+b)(a-b)$, temos\n$$\n1678^{2}-1677^{2}=(1678+1677)(1678-1677)=3355\n$$\n\n(b) Como $(a+b)^{2}=a^{2}+2ab+b^{2}$, temos\n$$\n\\begin{aligned}\n1001^{2}+1000^{2} & =(1000+1)^{2}+1000^{2}=1000^{2}+2000+1+1000^{2}= \\\\\n& =2 \\times 1000^{2}+2001=2002001\n\\end{aligned}\n$$\n\n(c)... | Brazil | Nível 2 | [
"Algebra > Algebraic Expressions > Polynomials > Polynomial operations",
"Algebra > Prealgebra / Basic Algebra > Integers"
] | null | final answer only | (a) 3355; (b) 2002001; (c) 399960001; (d) 12024014 | |
04zx | Find all integers that cannot be expressed as a sum of at least three consecutive terms of some non-constant arithmetic sequence of integers. | [
"First prove that $1$ and $-1$ are not expressible as the sum of at least three consecutive terms of an arithmetic sequence of integers. Let $a_1$, $a_2$, $\\ldots$, $a_k$ be $k$ consecutive terms of an arithmetic sequence, where $k \\ge 3$. They sum up to $s = \\frac{a_1 + a_k}{2} \\cdot k$. If $k$ is odd, then $s... | Estonia | Selected Problems from the Final Round of National Olympiad | [
"Algebra > Algebraic Expressions > Sequences and Series > Sums and products",
"Number Theory > Divisibility / Factorization",
"Algebra > Prealgebra / Basic Algebra > Integers"
] | English | proof and answer | 1 and -1 | |
0agc | Real numbers $a, b, c, d$ are given. Solve the system of equations (unknowns $x, y, z, u$)
$$
\begin{cases}
x^2 - yz - zu - yu = a \\
y^2 - zu - ux - xz = b \\
z^2 - ux - xy - yu = c \\
u^2 - xy - yz - zx = d
\end{cases}
$$ | [
"Subtracting from the first equation the other 3, we obtain\n$$\n(x - y)(x + y + z + u) = a - b, \\text{ etc}\n$$\nIf we add these 3 new equations, we get\n$$\n[4x - (x + y + z + u)](x + y + z + u) = 3a - b - c - d,\n$$\nand so, making the substitutions\n$$\n\\begin{align*}\nx + y + z + u &= \\lambda \\\\\na + b + ... | North Macedonia | Mediterranean Mathematics Competition | [
"Algebra > Algebraic Expressions > Polynomials > Symmetric functions",
"Algebra > Intermediate Algebra > Quadratic functions"
] | English | proof and answer | Let t = a + b + c + d. Choose λ such that λ^2 = −(a + b + c + d) ± 2√(a^2 + b^2 + c^2 + d^2). Then the solutions are
x = λ/4 + (4a − t)/(4λ),
y = λ/4 + (4b − t)/(4λ),
z = λ/4 + (4c − t)/(4λ),
u = λ/4 + (4d − t)/(4λ). | |
0bwo | Let $S = x_1x_2 + x_3x_4 + \dots + x_{2015}x_{2016}$, where $x_1, x_2, \dots, x_{2016} \in \{\sqrt{3} - \sqrt{2}, \sqrt{3} + \sqrt{2}\}$. Is the equality $S = 2016$ possible? | [
"The answer is in the affirmative.\nThe terms of the sum can be: $(\\sqrt{3}-\\sqrt{2})(\\sqrt{3}+\\sqrt{2}) = 1$, $(\\sqrt{3}+\\sqrt{2})^2 = 5+2\\sqrt{6}$ or $(\\sqrt{3}-\\sqrt{2})^2 = 5-2\\sqrt{6}$. If there are $a$ terms equal to $1$, $b$ terms equal to $5+2\\sqrt{6}$ and $c$ terms equal to $5-2\\sqrt{6}$, then ... | Romania | THE DANUBE MATHEMATICAL COMPETITION | [
"Algebra > Prealgebra / Basic Algebra > Other",
"Algebra > Intermediate Algebra > Other"
] | English | proof and answer | Yes | |
00ij | Let $x$ and $y$ be positive real numbers with $x + y = 1$.
Prove that
$$
\frac{(3x - 1)^2}{x} + \frac{(3y - 1)^2}{y} \geq 1.
$$
When does equality hold? | [
"We have\n$$\n\\begin{aligned}\n\\frac{(3x - 1)^2}{x} + \\frac{(3y - 1)^2}{y} &= \\frac{9x^2 - 6x + 1}{x} + \\frac{9y^2 - 6y + 1}{y} \\\\\n&= 9x - 6 + \\frac{1}{x} + 9y - 6 + \\frac{1}{y} \\\\\n&= -3 + \\frac{1}{x} + \\frac{1}{y}.\n\\end{aligned}\n$$\nIt remains to show that\n$$\n\\frac{1}{x} + \\frac{1}{y} \\geq 4... | Austria | Austria 2010 | [
"Algebra > Equations and Inequalities > QM-AM-GM-HM / Power Mean"
] | English | proof and answer | Equality holds exactly when x = y = 1/2. | |
0auw | Problem:
A school program will randomly start between $8{:}30$AM and $9{:}30$AM and will randomly end between $7{:}00$PM and $9{:}00$PM. What is the probability that the program lasts for at least $11$ hours and starts before $9{:}00$AM? | [
"Solution:\nConsider a rectangle $R$ with diagonal having endpoints $(8.5, 19)$ and $(9.5, 21)$. Let $S$ be the region inside $R$ that is to the left of the line $x=9$ and above the line $y=x+11$. The desired probability is given by\n$$\n\\frac{\\text{ area of } S}{\\text{ area of } R} = \\frac{\\frac{5}{8}}{2} = \... | Philippines | 18th PMO National Stage Oral Phase | [
"Geometry > Plane Geometry > Analytic / Coordinate Methods > Cartesian coordinates"
] | null | proof and answer | 5/16 | |
05fk | Problem:
Soit $S$ un ensemble non vide d'entiers strictement positifs vérifiant la propriété suivante : Pour tous entiers $a, b \in S$, l'entier $ab+1$ appartient aussi à $S$.
Montrer que l'ensemble des nombres premiers ne divisant aucun des éléments de $S$ est fini. | [
"Solution:\n\nSoit $p$ un nombre premier et soit $a_{1}, a_{2}, \\ldots, a_{k}$ les restes possibles des éléments de $S$ modulo $p$. On suppose que $0$ n'appartient pas à $R=\\{a_{1}, \\ldots, a_{k}\\}$, c'est-à-dire que $p$ ne divise aucun élément de $S$.\n\nOn sait que pour tout $i, j$, $a_{i} a_{j}+1 \\in R$. No... | France | ENVOi 3 : ARITHMÉTIQUE | [
"Number Theory > Modular Arithmetic > Inverses mod n",
"Number Theory > Modular Arithmetic > Polynomials mod p"
] | null | proof only | null | |
09il | Is there a positive integer $k$ with the following property?
For any prime numbers $p$ and $q$, the number $p^{q+k} + q^{p+k}$ is composite. | [] | Mongolia | Mongolian Mathematical Olympiad Round 2 | [
"Number Theory > Modular Arithmetic > Fermat / Euler / Wilson theorems",
"Number Theory > Divisibility / Factorization > Factorization techniques"
] | null | proof and answer | Yes; for example, k = 6. | |
0cmq | The incircle $\omega$ of a triangle $ABC$ touches the sides $BC$, $CA$, $AB$ at points $A_1$, $B_1$, $C_1$, respectively. Point $D$ is chosen on line $AA_1$ so that $AD = AC_1$, and point $A$ lies between $A_1$ and $D$. Lines $DB_1$ and $DC_1$ intersect $\omega$ at points $B_2 \neq B_1$ and $C_2 \neq C_1$, respectively... | [
"Пусть $I$ — центр окружности $\\omega$; положим $\\alpha = \\angle BAC$. Так как в четырехугольнике $AB_1IC_1$ углы $AB_1I$ и $AC_1I$ прямые, то $\\angle B_1IC_1 = 180^\\circ - \\angle B_1AC_1 = 180^\\circ - \\alpha$. Поэтому в окружности $\\omega$ мера дуги $\\overarc{B_1C_1}$, не содержащей точки $A_1$, равна $1... | Russia | Russian mathematical olympiad | [
"Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point circle",
"Geometry > Plane Geometry > Quadrilaterals > Cyclic quadrilaterals",
"Geometry > Plane Geometry > Circles > Tangents",
"Geometry > Plane Geometry > Miscellaneous > Angle c... | English; Russian | proof only | null | |
0dml | Problem:
Одредити највећи природан број $n$ за који постоје различити скупови $S_{1}, S_{2}, \ldots, S_{n}$ такви да је:
$1^{\circ}\left|S_{i} \cup S_{j}\right| \leqslant 2004$ за свака два цела броја $1 \leqslant i, j \leqslant n$, и
$2^{\circ} S_{i} \cup S_{j} \cup S_{k}=\{1,2, \ldots, 2008\}$ за свака три цела бр... | [
"Solution:\n\nСваки скуп $S_{i}$ има највише 2003 елемената. Заиста, ако је $\\left|S_{i}\\right|=2004$, из услова $1^{\\circ}$ следи да је $S_{j} \\subset S_{i}$ за све $j$, противно услову $2^{\\circ}$. Посматрајмо скупове\n$$\nG_{\\{i, j\\}}=\\{1,2, \\ldots, 2008\\} \\backslash\\left(S_{i} \\cup S_{j}\\right) \\... | Serbia | Српска математичка олимпијада | [
"Discrete Mathematics > Combinatorics > Counting two ways",
"Discrete Mathematics > Combinatorics > Pigeonhole principle",
"Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments"
] | null | proof and answer | 32 | |
06zd | Problem:
$f(x) = (x + b)^2 + c$, where $b$ and $c$ are integers. If the prime $p$ divides $c$, but $p^2$ does not divide $c$, show that $f(n)$ is not divisible by $p^2$ for any integer $n$. If an odd prime $q$ does not divide $c$, but divides $f(n)$ for some $n$, show that for any $r$, we can find $N$ such that $q^r$ ... | [
"Solution:\n\nThe first part is trivial. If $p$ does not divide $(x + b)$, then it does not divide $(x + b)^2$, so it does not divide $(x + b)^2 + c$. On the other hand, if $p$ does divide $x + b$, then $p^2$ divides $(x + b)^2$, so $p^2$ does not divide $(x + b)^2 + c$.\n\nFor the second part, we use induction on ... | Ibero-American Mathematical Olympiad | Iberoamerican Mathematical Olympiad | [
"Number Theory > Modular Arithmetic > Inverses mod n",
"Number Theory > Modular Arithmetic > Polynomials mod p"
] | null | proof only | null | |
00mz | Let $a$, $b$ and $c$ be positive real numbers satisfying $a + b + c + 2 = abc$.
Prove
$$
(a + 1)(b + 1)(c + 1) \geq 27.
$$
When does equality occur? | [
"*Answer.* Equality occurs if and only if $a = b = c = 2$.\n\nWe set $x = a + 1$, $y = b + 1$ and $z = c + 1$. Thus we have to show\n$$\nxyz \\geq 27\n$$\nsubject to\n$$\nxyz = xy + yz + zx.\n$$\nFrom the constraint we get\n$$\nxyz = xy + yz + zx \\geq 3\\sqrt[3]{x^2y^2z^2}\n$$\nby using the inequality between the ... | Austria | AUT_ABooklet_2020 | [
"Algebra > Equations and Inequalities > QM-AM-GM-HM / Power Mean"
] | English | proof and answer | (a+1)(b+1)(c+1) ≥ 27, with equality if and only if a = b = c = 2. | |
0aie | Let $\triangle ABC$ be a triangle. The external and internal angle bisectors of $\angle CAB$ intersect side $BC$ at $D$ and $E$, respectively. Let $F$ be a point on the segment $BC$. The circumcircle of triangle $\triangle ADF$ intersects $AB$ and $AC$ at $I$ and $J$, respectively. Let $N$ be the mid-point of $IJ$ and ... | [
"Denote by $\\omega$ the circumcircle of $\\triangle AHF$.\nThe key idea in the problem is to introduce a new point $X$ which we define as the second intersection of $DN$ and $\\omega$. We now note that the $\\angle JAD = \\angle CAD = 90^\\circ \\pm \\frac{\\alpha}{2}$ where $\\alpha = \\angle CAB$. As $AD$ is an ... | North Macedonia | European Mathematical Cup | [
"Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point circle",
"Geometry > Plane Geometry > Quadrilaterals > Cyclic quadrilaterals",
"Geometry > Plane Geometry > Miscellaneous > Angle chasing"
] | English | proof only | null | |
00ei | Ana placed the numbers from $1$ to $9$ in the squares of the figure, one in each square, without repeating numbers. It turned out that, for each of the four arrows indicated, the sum of the three numbers in that direction is equal to the number of Ana's cats. How many cats does Ana have? Find all possibilities.
. 2011 flags are put along the road. It appears that each car has faced all t... | [
"Введём в пространстве систему координат $Oxy t$. Обозначим через $M$ точку шоссе, в которой в начальный момент находится первый автомобиль. Каждой точке шоссе $A$ сопоставим точку $T_A$ на плоскости $Oxy$ с координатами $T_A(x_A, y_A)$, где $x_A$ — суммарная длина участков пути $AM$ в населённых пунктах, а $y_A$ —... | Russia | Russian Mathematical Olympiad | [
"Geometry > Plane Geometry > Analytic / Coordinate Methods > Cartesian coordinates",
"Geometry > Plane Geometry > Combinatorial Geometry",
"Discrete Mathematics > Combinatorics > Pigeonhole principle",
"Discrete Mathematics > Combinatorics > Induction / smoothing"
] | English, Russian | proof only | null | |
0gsg | Let $p$ be an odd prime number, $m > 1$ and $n$ be positive integers such that $\frac{m^{pn} - 1}{m^n - 1}$ is a prime number. Show that
$$
pn \mid (p-1)^n + 1.
$$ | [
"We first show that $n$ is a power of $p$. Let $n = p^k t$ where $k \\ge 0$ and $t \\ge 1$ are integers and $p \\nmid t$. Let $M = m^{p^k}$. By the assumption in the problem $M^{p t}-1 = (M^t-1)q$ for some prime number $q$. Recall that $(M^a-1, M^b-1) = M^{(a,b)} - 1$ for all positive integers $a$ and $b$, and ther... | Turkey | Team Selection Test for IMO 2019 | [
"Number Theory > Divisibility / Factorization > Greatest common divisors (gcd)",
"Number Theory > Divisibility / Factorization > Factorization techniques"
] | English | proof only | null | |
04el | The squares of a large unit square grid are coloured alternately black and white, as on a chess board. A polygon whose sides are on the lines of the grid has been cut out of the grid. Let that polygon consist of $W$ white and $B$ black squares, and its edge consist of $w$ white and $b$ black lines of unit length. Prove... | [] | Croatia | Mathematica competitions in Croatia | [
"Discrete Mathematics > Combinatorics > Counting two ways",
"Discrete Mathematics > Combinatorics > Invariants / monovariants",
"Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments"
] | null | proof only | null | |
03j6 | Problem:
Prove or disprove that there exists an integer which is doubled when the initial digit is transferred to the end. | [] | Canada | Canadian Mathematical Olympiad | [
"Number Theory > Modular Arithmetic > Inverses mod n",
"Number Theory > Divisibility / Factorization > Greatest common divisors (gcd)"
] | null | proof only | null | |
0evl | Let $ABC$ be an acute triangle with $AB < AC$. Points $D, E$ lie on the interiors of $AB, AC$, respectively. Let $P$ be a point satisfying $PB = PD, PC = PE$. Let $X$ be a point on the interior of arc $AC$ of the circumcircle of $ABC$ which does not include the point $B$. The line $XA$ meets again the circumcircle of $... | [
"Let $Z$ be the intersection of the circumcircles of $ABC$ and $ADE$. Then we have $\\angle ZDA = \\angle ZEA = \\angle ZYA$ and $\\angle ZBA = \\angle ZCA = \\angle ZXA$. Hence the triangles $ZBD$, $ZCE$ and $ZXY$ are all similar.\n\nNow let $L, M, N$ be the midpoints of $BD$, $CE$, $XY$, respectively. Then by the... | South Korea | The 36th KOREAN MATHEMATICAL OLYMPIAD Final Round | [
"Geometry > Plane Geometry > Transformations > Spiral similarity",
"Geometry > Plane Geometry > Miscellaneous > Angle chasing",
"Geometry > Plane Geometry > Miscellaneous > Constructions and loci",
"Geometry > Plane Geometry > Miscellaneous > Distance chasing"
] | English | proof only | null | |
07be | For positive real numbers $a$, $b$ and $c$ such that $a + b + c = abc$, prove that
$$
\sum_{\text{cyc}} \frac{a}{a^2 + 1} \le \frac{\sqrt{abc}}{3\sqrt{2}} \sum_{\text{cyc}} \frac{\sqrt{a^3 + b^3}}{ab + 1}.
$$ | [
"$a^3 + b^3 \\ge ab(a + b)$. So we have\n$$\n\\frac{\\sqrt{a^3 + b^3}}{ab + 1} \\ge \\frac{\\sqrt{ab(a + b)}}{ab + 1}\n$$\nAfter substitution $a = \\frac{1}{x}$, $b = \\frac{1}{y}$ and $c = \\frac{1}{z}$, it is sufficient to prove that for any positive real numbers $x$, $y$ and $z$ such that $xy + yz + zx = 1$, we ... | Iran | Iranian Mathematical Olympiad | [
"Algebra > Equations and Inequalities > Cauchy-Schwarz",
"Algebra > Equations and Inequalities > QM-AM-GM-HM / Power Mean"
] | null | proof only | null | |
0bwd | Show that, if $f: [0, 1] \to [0, 1]$ is an integrable function, then
$$
\lim_{n \to \infty} n \int_{0}^{1} (f(x))^{n} (1 - f(x)) \, dx = 0.
$$ | [
"Let $f: [0, 1] \\to [0, 1]$ be integrable. For each $n \\in \\mathbb{N}$, consider\n$$\nI_n = n \\int_{0}^{1} (f(x))^{n} (1 - f(x)) \\, dx.\n$$\n\nLet $\\varepsilon > 0$. Define $A = \\{x \\in [0, 1] : f(x) > 1 - \\varepsilon\\}$ and $B = [0, 1] \\setminus A = \\{x \\in [0, 1] : f(x) \\le 1 - \\varepsilon\\}$.\n\n... | Romania | SHORTLISTED PROBLEMS FOR THE 68th NMO | [
"Calculus > Integral Calculus > Applications",
"Calculus > Integral Calculus > Techniques > Single-variable"
] | English | proof only | null | |
0bc7 | Given a prime number $p$, $p \ge 3$ and $d$ a square free number (that is $d$'s prime decomposition contains no repeated factors), find the number of the elements of the set
$$
A_p = \{x = \{n\sqrt{d} + \frac{n}{p}\} - \{n\sqrt{d}\} \mid n \in \mathbb{N}\},
$$
where $\{a\}$ denotes the fractional part of the real numbe... | [] | Romania | SHORTLISTED PROBLEMS FOR THE 62nd NMO | [
"Algebra > Algebraic Expressions > Sequences and Series > Floors and ceilings"
] | null | proof and answer | If d = 1, the number of elements is p. If d > 1 (so √d is irrational), the number of elements is 2p − 1. | |
0ihn | Problem:
A bear walks one mile south, one mile east, and one mile north, only to find itself where it started. Another bear, more energetic than the first, walks two miles south, two miles east, and two miles north, only to find itself where it started. However, the bears are not white and did not start at the north po... | [
"Solution:\nSay the first bear walks a mile south, an integer $n > 0$ times around the south pole, and then a mile north. The middle leg of the first bear's journey is a circle of circumference $1 / n$ around the south pole, and therefore about $\\frac{1}{2 n \\pi}$ miles north of the south pole. (This is not exact... | United States | Harvard-MIT Mathematics Tournament | [
"Geometry > Non-Euclidean Geometry > Spherical Geometry"
] | null | final answer only | 3.477 | |
07bf | From a point $A$ outside circle $\omega$, tangents $AS$ and $AT$ are drawn to the circle. Points $X$ and $Y$ are the midpoints of segments $AT$ and $AS$, respectively. Tangent $XR$ is drawn from point $X$ to the circle and $P$ and $Q$ are the midpoints of segments $XT$ and $XR$, respectively. If $XY$ and $PQ$ intersect... | [
"If we consider $A$ and $X$ as circles with radius zero, then $K$ is the radical center of $A$, $X$ and $\\omega$. Therefore, $K$ lies on the perpendicular bisector of $AX$, and so $\\angle STA = \\angle KXA = \\angle KAT$. Let $U$ be the intersection point of $AK$ and $TS$.\n\n\n\nBy Thale... | Iran | Iranian Mathematical Olympiad | [
"Geometry > Plane Geometry > Circles > Tangents",
"Geometry > Plane Geometry > Circles > Radical axis theorem",
"Geometry > Plane Geometry > Quadrilaterals > Cyclic quadrilaterals",
"Geometry > Plane Geometry > Miscellaneous > Angle chasing"
] | null | proof only | null | |
039e | Let $k > 1$ be an integer. A set of natural numbers $S$ is called good if all positive integers can be painted in $k$ colors such that no element of $S$ is a sum of two distinct numbers having one and the same color. Find the largest positive integer $t$ for which the set
$$
S = \{a+1, a+2, a+3, \dots, a+t\}
$$
is good... | [
"We show that the desired number equals $t = 2k - 2$.\n\nConsider the set $S = \\{3, 4, \\dots, 2k, 2k+1\\}$. The sum of any two distinct numbers from $1, 2, \\dots, k+1$ is an element of $S$. Since among $1, 2, \\dots, k+1$ there exist two numbers having one and the same color we conclude that $S$ is not good. Now... | Bulgaria | Bulgarian National Olympiad | [
"Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments",
"Discrete Mathematics > Combinatorics > Pigeonhole principle"
] | English | proof and answer | 2k - 2 | |
0d36 | Let $k$ be a real number such that the product of real roots of the equation
$$
X^{4}+2 X^{3}+(2+2 k) X^{2}+(1+2 k) X+2 k=0
$$
is $-2013$. Find the sum of the squares of these real roots. | [
"Notice first that\n$$\nX^{4}+2 X^{3}+(2+2 k) X^{2}+(1+2 k) X+2 k = (X^{2}+X+1)(X^{2}+X+2k).\n$$\nBecause the factor $X^{2}+X+1$ has no real roots, we deduce from Vieta relations that $r_{1}+r_{2}=-1$ and $r_{1} r_{2}=2k=-2013$, where $r_{1}, r_{2}$ are the real roots of the equation $X^{4}+2 X^{3}+(2+2 k) X^{2}+(1... | Saudi Arabia | Selection tests for the Balkan Mathematical Olympiad 2013 | [
"Algebra > Algebraic Expressions > Polynomials > Vieta's formulas",
"Algebra > Algebraic Expressions > Polynomials > Polynomial operations"
] | English | final answer only | 4027 | |
0afh | **Докажи дека за секои позитивни реални броеви $a$, $b$, $c$ важи неравенството**
$$
\frac{9b+4c}{11a^2} + \frac{9c+4a}{11b^2} + \frac{9a+4b}{11c^2} \ge \frac{1}{a} + \frac{1}{b} + \frac{1}{c}.
$$ | [
"Неравенството $(2a-3b)^2 (a+b) \\ge 0$ за позитивните реални броеви $a$ и $b$ е еквивалентно со неравенството $\\frac{4a}{b^2} + \\frac{9b}{a^2} \\ge \\frac{3}{a} + \\frac{8}{b}$. Аналогно, за паровите позитивни реални броеви $b$ и $c$, и $a$ и $c$ се добиваат неравенствата $\\frac{4b}{c^2} + \\frac{9c}{b^2} \\ge ... | North Macedonia | Републички натпревар по математика за средно образование | [
"Algebra > Equations and Inequalities > Linear and quadratic inequalities"
] | Macedonian, English | proof only | null | |
07to | You have a $3 \times 2021$ chessboard from which one corner square has been removed. You also have a set of $3031$ identical dominoes, each of which can cover two adjacent chessboard squares. Let $m$ be the number of ways in which the chessboard can be covered with the dominoes, without gaps or overlaps.
What is the re... | [
"Let $b_n$ be the number of ways of covering a $3 \\times (2n + 1)$ chessboard with one corner square removed with $3n + 1$ dominoes. We are interested in the value of $b_{1010}$.\nLet $a_n$ be the number of ways of covering a $3 \\times 2n$ chessboard with $3n$ dominoes. We develop a recurrence relation for $a_n$ ... | Ireland | IRL_ABooklet | [
"Discrete Mathematics > Combinatorics > Recursion, bijection",
"Algebra > Algebraic Expressions > Sequences and Series > Recurrence relations",
"Number Theory > Modular Arithmetic"
] | null | proof and answer | 1 | |
03yt | Straight line $l$ with slope $\frac{1}{3}$ intercepts ellipse $C: \frac{x^2}{36} + \frac{y^2}{4} = 1$ at points $A, B$, and point $P(3\sqrt{2}, \sqrt{2})$ is in the top-left of $l$ (as shown in Fig. 11.1).

Fig. 11.1
a. Prove that the center of the inscribed circle of $\triangle PAB$ is on the... | [
"a.\nLet $l$ be a straight line such that $y = \\frac{1}{3}x + m$, and $A(x_1, y_1), B(x_2, y_2)$.\nSubstituting $y = \\frac{1}{3}x + m$ into $\\frac{x^2}{36} + \\frac{y^2}{4} = 1$, and simplifying it, we have\n$$\n2x^2 + 6mx + 9m^2 - 36 = 0.\n$$\nThen $x_1 + x_2 = -3m$, $x_1x_2 = \\frac{9m^2 - 36}{2}$, $k_{PA} = \... | China | China Mathematical Competition | [
"Geometry > Plane Geometry > Analytic / Coordinate Methods > Cartesian coordinates",
"Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point circle",
"Geometry > Plane Geometry > Triangles > Triangle trigonometry"
] | English | proof and answer | 117√3/49 | |
0lar | Problem:
Call each rectangle $1 \times 2$ (or $2 \times 1$) a simple rectangle. Call each rectangle $2 \times 3$ (or $3 \times 2$) cut out two squares $1 \times 1$ at opposite vertices a deficient rectangle (see figures below).

One tiles a number of simple rectangles and a number deficient re... | [] | Vietnam | Vietnamese Team Selection for IMO | [
"Discrete Mathematics > Combinatorics > Counting two ways",
"Discrete Mathematics > Combinatorics > Invariants / monovariants",
"Geometry > Plane Geometry > Miscellaneous > Constructions and loci"
] | null | proof and answer | 672680 | |
025d | Problem:
Círculos tangentes - Os vértices de um triângulo cujos lados medem $3$, $4$ e $5~\mathrm{cm}$, são centros de três círculos que são dois a dois tangentes exteriormente. Qual é a soma das áreas desses três círculos? | [
"Solution:\n\nDenotemos por $r_{1}$, $r_{2}$ e $r_{3}$ os raios dos três círculos. Como os círculos são tangentes dois a dois, temos\n$$\n\\left\\{\\begin{array}{l}\nr_{1}+r_{2}=3 \\\\\nr_{1}+r_{3}=4 \\\\\nr_{2}+r_{3}=5\n\\end{array}\\right.\n$$\nSubstituindo os valores $r_{2}=3-r_{1}$ e $r_{3}=4-r_{1}$ na terceira... | Brazil | Nível 2 | [
"Geometry > Plane Geometry > Circles > Tangents",
"Algebra > Prealgebra / Basic Algebra > Simple Equations"
] | null | proof and answer | 14π cm^2 | |
0e5r | The integers $x$ and $y$ are such that $x + xy + y^2 = 1$ and $y(5 + x) \ge 0$. What integer values can the expression $x - y$ take? | [
"The equality gives us $x(1+y) = 1 - y^2 = (1+y)(1-y)$. If $y = -1$, the equality holds, and from the inequality we derive $-(5+x) \\ge 0$ or $x \\le -5$. Hence $x - y = x + 1 \\le -4$.\n\nIf, on the other hand, $y \\ne -1$, the equality reduces to $x = 1 - y$. Using the last relation in the inequality we derive $y... | Slovenia | National Math Olympiad 2012 | [
"Number Theory > Diophantine Equations > Techniques: modulo, size analysis, order analysis, inequalities",
"Algebra > Prealgebra / Basic Algebra > Integers"
] | null | proof and answer | All integers less than or equal to −4, together with −3, −1, and 1. | |
0353 | Problem:
Prove that if $a$, $b$ and $c$ are integers such that the number
$$
\frac{a(a-b)+b(b-c)+c(c-a)}{2}
$$
is a perfect square, then $a = b = c$. | [
"Solution:\nSet\n$$\n\\frac{a(a-b)+b(b-c)+c(c-a)}{2} = d^{2}\n$$\nwhere $d$ is an integer, $x = a-b$, $y = b-c$ and $z = c-a$. Then we have\n$$\nx + y + z = 0, \\quad x^{2} + y^{2} + z^{2} = 4 d^{2}\n$$\nSince any square is congruent to $0$ or $1$ modulo $4$, it follows from (1) that the integers $x$, $y$ and $z$ a... | Bulgaria | 54. Bulgarian Mathematical Olympiad | [
"Number Theory > Diophantine Equations > Infinite descent / root flipping",
"Number Theory > Diophantine Equations > Techniques: modulo, size analysis, order analysis, inequalities",
"Algebra > Prealgebra / Basic Algebra > Integers"
] | null | proof only | null | |
0kr8 | Problem:
For a cubic polynomial $P(x)$ with complex roots $z_{1}, z_{2}, z_{3}$, let
$$
M(P)=\frac{\max \left(\left|z_{1}-z_{2}\right|,\left|z_{1}-z_{3}\right|,\left|z_{2}-z_{3}\right|\right)}{\min \left(\left|z_{1}-z_{2}\right|,\left|z_{1}-z_{3}\right|,\left|z_{2}-z_{3}\right|\right)}
$$
Over all polynomials $P(x)=x^... | [
"Solution:\n\nConsider fixing $a$ and $b$. Then, we know that $P'(x)=3 x^{2}+2 a x+b$, which has a root at approximately $r \\approx -b / 2 a$, which is rather small compared to 100. Then $P(r) \\approx -b^{2} / 4 a$. Assuming that this is greater than about $-100$, then the value of $c$ that produces the roots tha... | United States | HMMT February | [
"Algebra > Algebraic Expressions > Polynomials > Vieta's formulas",
"Discrete Mathematics > Combinatorics > Expected values"
] | null | final answer only | 7900 | |
08pw | Problem:
Real numbers $a$ and $b$ satisfy $a^{3}+b^{3}-6 a b=-11$. Prove that $-\frac{7}{3}<a+b<-2$. | [
"Solution:\n\nUsing the identity\n$$\nx^{3}+y^{3}+z^{3}-3 x y z=\\frac{1}{2}(x+y+z)\\left((x-y)^{2}+(y-z)^{2}+(z-x)^{2}\\right)\n$$\nwe get\n$$\n-3=a^{3}+b^{3}+2^{3}-6 a b=\\frac{1}{2}(a+b+2)\\left((a-b)^{2}+(a-2)^{2}+(b-2)^{2}\\right)\n$$\nSince $S=(a-b)^{2}+(a-2)^{2}+(b-2)^{2}$ must be positive, we conclude that ... | JBMO | Junior Balkan Mathematical Olympiad Shortlist | [
"Algebra > Algebraic Expressions > Polynomials > Symmetric functions",
"Algebra > Equations and Inequalities > Cauchy-Schwarz"
] | null | proof only | null | |
09q0 | Problem:
Van een gegeven $n$-hoek met alle zijden even lang hebben alle hoekpunten rationale coördinaten. Bewijs dat $n$ even is. | [
"Solution:\n\nLaat $(x_{1}, y_{1}), \\ldots, (x_{n}, y_{n})$ de coördinaten van de hoekpunten van de $n$-hoek zijn. Definieer $a_{i} = x_{i+1} - x_{i}$, $b_{i} = y_{i+1} - y_{i}$ voor $i = 1, 2, \\ldots, n$, waarbij $x_{n+1} = x_{1}$ en $y_{n+1} = y_{1}$. Gegeven is nu dat $a_{i}, b_{i} \\in \\mathbb{Q}$ en $\\sum_... | Netherlands | Dutch TST | [
"Geometry > Plane Geometry > Analytic / Coordinate Methods > Cartesian coordinates",
"Geometry > Plane Geometry > Analytic / Coordinate Methods > Vectors",
"Number Theory > Divisibility / Factorization > Greatest common divisors (gcd)",
"Number Theory > Diophantine Equations > Techniques: modulo, size analysi... | null | proof only | null | |
0c8a | Iulia and Ştefan shared the 52 playing cards from a deck¹ so each got 26 cards. The cards from 2 to 10 are assigned their own value, the ace is worth 11 points, the jack 12 points, the queen 13 points and the king 14 points. Ştefan noticed that he had no ace in his stack, no 2 and no four cards of the same value. Iulia... | [
"If we denote by $x_i$ the number of cards with the value $i$ that Iulia has in her stack, then $x_i \\ge 1$, $x_{11} = x_4 = 4$, $1 \\le x_{12} \\le 2$, $1 \\le x_{13} \\le 2$, $1 \\le x_{14} \\le 2$.\nIf $M$ and $m$ represent the highest and the lowest value that Iulia's stack can have then:\n$$\n\\begin{align*}\... | Romania | Romanian Mathematical Olympiad | [
"Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments",
"Discrete Mathematics > Combinatorics > Games / greedy algorithms"
] | English | proof and answer | lowest 169; highest 221 | |
005k | En cada casilla de un tablero de $1 \times 2007$ casillas consecutivas hay que escribir un número entero de $1$ a $2007$, sin repetir números. A continuación se consideran los siguientes $2007$ números: el número de la primera casilla de la izquierda; la suma de los números de las dos primeras casillas (desde la izquie... | [] | Argentina | Argentina 2008 | [
"Number Theory > Modular Arithmetic"
] | Spanish | proof and answer | 1170 | |
0l6d | Let $ABC$ be a triangle, and let $X, Y$, and $Z$ be collinear points such that $AY = AZ$, $BZ = BX$, and $CX = CY$. Points $X'$, $Y'$, and $Z'$ are the reflections of $X$, $Y$, and $Z$ over $BC, CA$, and $AB$, respectively. Prove that if $X'Y'Z'$ is a nondegenerate triangle, then its circumcenter lies on the circumcirc... | [] | United States | TST2025 | [
"Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point circle",
"Geometry > Plane Geometry > Miscellaneous > Angle chasing",
"Geometry > Plane Geometry > Advanced Configurations > Isogonal/isotomic conjugates, barycentric coordinates"
] | null | proof only | null | |
0khu | Suppose $a$, $b$, and $c$ are positive integers such that $a + b + c = 23$ and $\gcd(a, b) + \gcd(b, c) + \gcd(c, a) = 9$. What is the sum of all possible distinct values of $a^2 + b^2 + c^2$?
(A) 259 (B) 438 (C) 516 (D) 625 (E) 687 | [] | United States | AMC 12 B | [
"Number Theory > Divisibility / Factorization > Greatest common divisors (gcd)",
"Algebra > Prealgebra / Basic Algebra > Integers"
] | null | MCQ | B | |
0czo | Points $A$, $B$, $C$, $D$ lie on a line in this order. Draw parallel lines $a$ and $b$ through $A$ and $B$, respectively, and parallel lines $c$ and $d$ through $C$ and $D$, respectively, such that their points of intersection are vertices of a square. Prove that the side length of this square does not depend on the le... | [
"Denote by $x$ the side length of the square and construct $B B^{\\prime} \\perp a$, $C C^{\\prime} \\perp d$, where $B^{\\prime} \\in a$, $C^{\\prime} \\in d$. Let $\\alpha$ be the angle defined by lines $a$ and $A B$.\n\n\n\nIn triangle $A B^{\\prime} B$ we have $x = A B \\sin \\alpha$, a... | Saudi Arabia | Saudi Arabia Mathematical Competitions | [
"Geometry > Plane Geometry > Triangles > Triangle trigonometry",
"Geometry > Plane Geometry > Analytic / Coordinate Methods > Trigonometry",
"Geometry > Plane Geometry > Miscellaneous > Constructions and loci"
] | English | proof only | null | |
03za | Determine, with proof, whether there is any odd integer $n \ge 3$ and $n$ distinct prime numbers $p_1, p_2, \dots, p_n$ such that all $p_i + p_{i+1}$ ($i = 1, 2, \dots, n$, and $p_{n+1} = p_1$) are perfect squares? (posed by Tao Pingsheng) | [
"The answer is negative. Suppose that there exist odd integer $n \\ge 3$ and $n$ distinct prime numbers $p_1, p_2, \\dots, p_n$ satisfying the given condition.\n\nIf all $p_1, p_2, \\dots, p_n$ are odd, then it follows from the given condition that all the sums $p_i + p_{i+1}$ are multiples of $4$, so the prime num... | China | China Western Mathematical Olympiad | [
"Number Theory > Divisibility / Factorization > Prime numbers",
"Number Theory > Residues and Primitive Roots > Quadratic residues"
] | English | proof and answer | No, such primes do not exist for any odd length. | |
0crb | $10^{1000}$ positive integers are arranged in a circle. One has calculated the least common multiple of every two neighboring numbers. May it happen that these calculated numbers are $10^{1000}$ consecutive positive integers (in some order)? (S. Berlov) | [
"**Ответ.** Не могут.\n\nПусть $n = 10^{1000}$. Обозначим исходные числа (в порядке обхода) через $a_1, \\dots, a_n$; мы будем считать, что $a_{n+1} = a_1$. Положим $b_i = \\text{НОК}(a_i, a_{i+1})$. Предположим что числа $b_1, \\dots, b_n$ — это $n$ подряд идущих натуральных чисел.\n\nРассмотрим наибольшую степень... | Russia | XL Russian mathematical olympiad | [
"Number Theory > Divisibility / Factorization > Least common multiples (lcm)"
] | null | proof and answer | No | |
0hxx | Problem:
Find the sum of the infinite series
$$
1 + 2\left(\frac{1}{1998}\right) + 3\left(\frac{1}{1998}\right)^{2} + 4\left(\frac{1}{1998}\right)^{3} + \ldots
$$ | [
"Solution:\nAnswer: $\\left(\\frac{1998}{1997}\\right)^{2}$ or $\\frac{3992004}{3988009}$. We can rewrite the sum as\n$\\left(1 + \\frac{1}{1998} + \\left(\\frac{1}{1998}\\right)^{2} + \\ldots\\right) + \\left(\\frac{1}{1998} + \\left(\\frac{1}{1998}\\right)^{2} + \\left(\\frac{1}{1998}\\right)^{3} + \\ldots\\right... | United States | Harvard-MIT Mathematics Tournament | [
"Algebra > Algebraic Expressions > Sequences and Series > Sums and products"
] | null | final answer only | (1998/1997)^2 | |
02mi | Problem:
Na figura dada, temos 16 pontos formando um reticulado quadrado e duas retas, $r$ e $s$, perpendiculares entre si.

a) Quantos quadrados podemos construir, de tal maneira que seus vértices pertençam ao reticulado, porém nenhum de seus lados seja paralelo, nem à reta $r$, nem à reta ... | [] | Brazil | Brazilian Mathematical Olympiad | [
"Geometry > Plane Geometry > Analytic / Coordinate Methods > Cartesian coordinates"
] | null | proof and answer | a) 5; b) 4 | |
0exj | Problem:
Bus numbers have 6 digits, and leading zeros are allowed. A number is considered lucky if the sum of the first three digits equals the sum of the last three digits. Prove that the sum of all lucky numbers is divisible by 13. | [
"Solution:\n\nThe total is made up of numbers of the form $abcabc$, and pairs of numbers $abcxyz$, $xyzabc$. The former is $abc \\times 1001$ and the sum of the pair is $1001(abc + xyz)$. So the total is divisible by $1001$ and hence by $13$."
] | Soviet Union | 5th ASU | [
"Number Theory > Divisibility / Factorization > Factorization techniques",
"Algebra > Prealgebra / Basic Algebra > Integers"
] | null | proof only | null | |
0l0q | The measures of the smallest angles of three different right triangles sum to $90^\circ$. All three triangles have side lengths that are primitive Pythagorean triples. Two of them are $3$-$4$-$5$ and $5$-$12$-$13$. What is the perimeter of the third triangle?
(A) $40$
(B) $126$
(C) $154$
(D) $176$
(E) $208$ | [
"Let the smallest angle of the $3$-$4$-$5$ triangle have measure $\\alpha$, the smallest angle of the $5$-$12$-$13$ triangle have measure $\\beta$, and the smallest angle of the third triangle have measure $\\gamma$. It is given that $\\alpha + \\beta + \\gamma = 90^\\circ$, so $\\cos(\\alpha + \\beta + \\gamma) = ... | United States | 2024 AMC 12 B | [
"Geometry > Plane Geometry > Triangles > Triangle trigonometry",
"Geometry > Plane Geometry > Analytic / Coordinate Methods > Complex numbers in geometry",
"Geometry > Plane Geometry > Analytic / Coordinate Methods > Trigonometry"
] | null | MCQ | C | |
0cke | A finite collection $C$ of (not necessarily distinct) real numbers is *suitable* if it contains two numbers $a$ and $b$ such that $a+b \neq s+1$, where $s$ is the sum of all numbers in $C$; such numbers $a$ and $b$ form an *eligible* pair.
Fix an integer $n \ge 2$. A number of $n$ pairwise distinct real numbers are wr... | [
"a) Two real numbers (not necessarily distinct) always form a suitable collection. Let $n \\ge 3$ and consider the initial collection. Note that any $a$ can be paired off with some $b \\neq a$ to form an eligible pair: Otherwise, $a+b=s+1=a+c$ for distinct $b, c \\neq a$, so $b=c$, contradicting the fact that the i... | Romania | 75th NMO Selection Tests | [
"Discrete Mathematics > Combinatorics > Invariants / monovariants",
"Algebra > Algebraic Expressions > Polynomials > Symmetric functions"
] | English | proof and answer | sum_i c_i + sum_{i<j} c_i c_j | |
06in | Assume the dimensions of an answer sheet to be $297 \text{ mm}$ by $210 \text{ mm}$. Suppose that your pen leaks and makes some non-intersecting ink stains on the answer sheet. It turns out that the area of each ink stain does not exceed $1 \text{ mm}^2$. Moreover, any line parallel to an edge of the answer sheet inter... | [
"Suppose there are $n$ ink stains, having areas $S_1, S_2, \\dots, S_n$ (in mm²) respectively. Suppose the lengths of the projections of the ink stains on the top edge of the answer sheet are $x_1, x_2, \\dots, x_n$ (in mm) and the lengths of the projections of the ink stains on the left edge of the answer sheet ar... | Hong Kong | 1997-2023 IMO HK TST | [
"Geometry > Plane Geometry > Geometric Inequalities > Optimization in geometry",
"Algebra > Equations and Inequalities > QM-AM-GM-HM / Power Mean"
] | null | proof only | null | |
0leq | Let $n \ge 3$ be a positive integer and $p$ be a prime number such that $p > 6^{n-1} - 2^n + 1$. Let $S$ be the set of $n$ positive integers with different residues modulo $p$. Show that there exists a positive integer $c$ such that there are exactly two ordered triples $(x, y, z) \in S^3$ with distinct elements, such ... | [
"For each integer $x$, let $[x]$ denote the remainder of $x$ divided by $p$. For each subset $X$ of $\\mathbb{Z}$ and integers $a, b$, denote\n$$\naX + b := \\{[ax + b] \\mid x \\in X\\}.\n$$\nEvery integer is coprime with $p$, has an inverse modulo $p$, therefore, if $a$ is coprime with $p$, it's easy to verify th... | Vietnam | Team selection tests 2021 | [
"Number Theory > Modular Arithmetic > Inverses mod n",
"Discrete Mathematics > Combinatorics > Pigeonhole principle"
] | English | proof only | null | |
0bae | Find all positive integers $n$ for which there exists three complex roots of order $n$ of the unity, not necessarily different, adding up to $1$. | [
"If $n$ is odd, then $-1$, $1$, $1$ are three complex roots of order $n$ of the unity, adding up to $1$.\n\nOn the other hand, if $x$, $y$, $z \\in \\mathbb{C}$, $x^n = y^n = z^n = 1$ and $x + y + z = 1$, then $|x| = |y| = |z|$, hence $\\overline{x} + \\overline{y} + \\overline{z} = 1/x + 1/y + 1/z = 1$, which lead... | Romania | 62nd ROMANIAN MATHEMATICAL OLYMPIAD | [
"Algebra > Algebraic Expressions > Polynomials > Roots of unity",
"Algebra > Intermediate Algebra > Complex numbers"
] | null | proof and answer | n is even | |
0jeq | Problem:
The polynomial $f(x) = x^{3} - 3x^{2} - 4x + 4$ has three real roots $r_{1}$, $r_{2}$, and $r_{3}$. Let $g(x) = x^{3} + a x^{2} + b x + c$ be the polynomial which has roots $s_{1}$, $s_{2}$, and $s_{3}$, where
$s_{1} = r_{1} + r_{2} z + r_{3} z^{2}$,
$s_{2} = r_{1} z + r_{2} z^{2} + r_{3}$,
$s_{3} = r_{1} ... | [
"Solution:\n\nNote that $z = e^{\\frac{2\\pi}{3} i} = \\cos \\frac{2\\pi}{3} + i \\sin \\frac{2\\pi}{3}$, so that $z^{3} = 1$ and $z^{2} + z + 1 = 0$. Also, $s_{2} = s_{1} z$ and $s_{3} = s_{1} z^{2}$.\n\nThen, the sum of the coefficients of $g(x)$ is $g(1) = (1 - s_{1})(1 - s_{2})(1 - s_{3}) = (1 - s_{1})(1 - s_{1... | United States | HMMT 2013 | [
"Algebra > Algebraic Expressions > Polynomials > Vieta's formulas",
"Algebra > Algebraic Expressions > Polynomials > Roots of unity",
"Algebra > Intermediate Algebra > Complex numbers",
"Algebra > Algebraic Expressions > Polynomials > Symmetric functions",
"Algebra > Algebraic Expressions > Polynomials > Po... | null | proof and answer | -26 | |
0hfl | Find all bijections $f: (0, +\infty) \to (0, +\infty)$ such that, for any $x, y > 0$ the following is satisfied:
$$f(xf(x) + yf(y)) = f^2(x) + f^2(y).$$
(Oleksii Masalitin, Fedir Yudin) | [
"Denote the statement by $P$, and let $P(x, y)$ denote the substitutions into it.\nLet $a$ be the real number such that $f(a) = 1$. Let $S$ denote the set of $x > 0$ such that $f(ax) = x$. Then $1 \\in S$. We prove several lemmas:\n\n**Lemma 1.** If $x \\in S$, then $2x^2 \\in S$.\n*Proof.* Use $P(ax, ax)$: $f(a2x^... | Ukraine | Problems from Ukrainian Authors | [
"Algebra > Algebraic Expressions > Functional Equations",
"Algebra > Algebraic Expressions > Functional Equations > Injectivity / surjectivity"
] | English | proof and answer | All functions f(x) = c x with c > 0. | |
0jln | Problem:
Eli, Joy, Paul, and Sam want to form a company; the company will have 16 shares to split among the 4 people. The following constraints are imposed:
- Every person must get a positive integer number of shares, and all 16 shares must be given out.
- No one person can have more shares than the other three peopl... | [
"Solution:\n\nAnswer: 315\n\nWe are finding the number of integer solutions to $a+b+c+d=16$ with $1 \\leq a, b, c, d \\leq 8$. We count the number of solutions to $a+b+c+d=16$ over positive integers, and subtract the number of solutions in which at least one variable is larger than $8$.\n\nIf at least one variable ... | United States | HMMT 2014 | [
"Discrete Mathematics > Combinatorics > Inclusion-exclusion",
"Discrete Mathematics > Combinatorics > Recursion, bijection"
] | null | proof and answer | 315 | |
030o | Problem:
Arătați că, pentru orice număr natural prim $p$, există numerele naturale $x, y, z$ și $t$, nu toate nule, astfel încât $t < p$ și
$$
x^{2} + y^{2} + z^{2} = t p
$$ | [] | Brazil | Al patrulea baraj de selecție pentru OBMJ | [
"Number Theory > Residues and Primitive Roots > Quadratic residues",
"Discrete Mathematics > Combinatorics > Pigeonhole principle"
] | null | proof only | null | |
0g1v | Problem:
Sei $ABC$ ein Dreieck, $M$ der Mittelpunkt der Strecke $BC$ und $D$ ein Punkt auf der Geraden $AB$, sodass $B$ zwischen $A$ und $D$ liegt. Sei $E$ ein Punkt auf der anderen Seite der Geraden $CD$ als $B$, sodass $\angle EDC = \angle ACB$ und $\angle DCE = \angle BAC$. Sei $F$ der Schnittpunkt von $CE$ mit der... | [
"Solution:\n\nSei $\\alpha = \\angle DCE = \\angle BAC$ und $\\gamma = \\angle CDE = \\angle ACB$. Zuerst findet man durch Winkeljagd, dass $\\angle DBC = 180^{\\circ} - \\angle ABC = 180^{\\circ} - \\gamma - \\alpha = 180^{\\circ} - \\angle DEC$; Somit ist $DBCE$ ein Sehnenviereck.\n\nDa $AF$ parallel zu $DE$ ist,... | Switzerland | SMO-Selektion | [
"Geometry > Plane Geometry > Concurrency and Collinearity > Pappus theorem",
"Geometry > Plane Geometry > Quadrilaterals > Cyclic quadrilaterals",
"Geometry > Plane Geometry > Miscellaneous > Angle chasing"
] | null | proof only | null | |
09np | Let $\triangle ABC$ be an isosceles triangle with $AC = BC$. Points $D$ and $E$ are placed on sides $AC$ and $AB$, respectively. Let segments $EC$ and $BD$ intersect at point $G$. If the area of quadrilateral $ADGE$ is equal to that of triangle $BGC$, and if $EC = BD$, prove that $\angle EGB = \angle ACB$.
(Khulan Tum... | [] | Mongolia | MMO2025 Round 3 | [
"Geometry > Plane Geometry > Triangles > Triangle trigonometry",
"Geometry > Plane Geometry > Transformations > Spiral similarity",
"Geometry > Plane Geometry > Miscellaneous > Angle chasing"
] | English | proof only | null | |
0iyv | Problem:
A set of points is convex if the points are the vertices of a convex polygon (that is, a non-selfintersecting polygon with all angles less than or equal to $180^{\circ}$). Let $S$ be the set of points $(x, y)$ such that $x$ and $y$ are integers and $1 \leq x, y \leq 26$. Find the number of ways to choose a con... | [
"Solution:\n4958\n\nFor this problem, let $n=26$. A convex set may be divided into four subsets: a set of points with maximal $y$ coordinate, a set of points with minimal $y$ coordinate, the points to the left of one of these subsets, and the points to the right of one of these subsets (the left, top, right, and bo... | United States | Harvard-MIT November Tournament | [
"Geometry > Plane Geometry > Combinatorial Geometry > Convex hulls",
"Geometry > Plane Geometry > Analytic / Coordinate Methods > Cartesian coordinates"
] | null | proof and answer | 4958 | |
0c7s | Find all functions $f : \mathbb{R} \to \mathbb{R}$ satisfying
$$
f(x + y) \leq f(x^2 + y),
$$
for all $x, y \in \mathbb{R}$. | [] | Romania | 2019 ROMANIAN MATHEMATICAL OLYMPIAD | [
"Algebra > Algebraic Expressions > Functional Equations > Existential quantifiers"
] | English | proof and answer | All constant functions f(x) = c for some real constant c. | |
04rn | Prove that positive $a$, $b$, $c$ are lengths of sides of a triangle if and only if a system of equations
$$
a(yz + x) = b(zx + y) = c(xy + z), \quad x + y + z = 1
$$
with unknowns $x$, $y$, $z$ has a solution in positive reals. | [
"Let $a$, $b$, $c$ be positive numbers. We search a solution of the system of equations in the set of positive reals. Due to $x + y + z = 1$ the numbers $x$, $y$, $z$ are in the interval $(0, 1)$. Substituting $z = 1 - x - y$ we obtain\n$$\na(y - xy - y^2 + x) = c(xy + 1 - x - y), \\quad b(x - x^2 - xy + y) = c(xy ... | Czech Republic | 62nd Czech and Slovak Mathematical Olympiad | [
"Geometry > Plane Geometry > Triangles > Triangle inequalities",
"Geometry > Plane Geometry > Geometric Inequalities > Triangle inequalities",
"Algebra > Prealgebra / Basic Algebra > Simple Equations"
] | English | proof only | null | |
076j | Let $n$ be a natural number. A sequence $x_1, x_2, \dots, x_{n^2}$ is called *n-*good if each $x_i$ is an element of $\{1, 2, \dots, n\}$ and the ordered pairs $(x_i, x_{i+1})$ are all different for $i = 1, 2, \dots, n^2$ (here we consider the subscripts modulo $n^2$). Two *n-*good sequences $x_1, x_2, \dots, x_{n^2}$ ... | [
"Without loss of generality we assume that $\\sigma(1) \\neq 1$. Also assume that $x_1 = x_2 = 1$. Let $k$ be the smallest natural number such that $\\sigma^k(1) = 1$. And let $r$ be the smallest natural number such that $\\sigma(x_i) = x_{i+r}$ for all $i = 1, 2, \\dots, n$. Therefore $\\sigma^k(x_i) = x_{i+kr}$. ... | India | IND_TSExams | [
"Discrete Mathematics > Combinatorics > Counting two ways",
"Discrete Mathematics > Combinatorics > Invariants / monovariants",
"Algebra > Abstract Algebra > Permutations / basic group theory",
"Number Theory > Other"
] | null | proof only | null | |
0f57 | Problem:
Can you place an integer in every square of an infinite sheet of squared paper so that the sum of the integers in every $4 \times 6$ (or $6 \times 4$) rectangle is (1) $10$, (2) $1$? | [] | Soviet Union | 17th ASU | [
"Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments",
"Discrete Mathematics > Combinatorics > Recursion, bijection"
] | null | proof only | Yes for 10; Yes for 1. | |
089t | Problem:
Sia $ABCD$ un trapezio che non sia un parallelogramma. Siano $P$ il punto d'incontro delle diagonali e $Q$ il punto di intersezione dei prolungamenti dei lati obliqui.
a. Si tracci la parallela alle basi passante per il punto $P$ e siano $X$ e $Y$ i punti di incontro di essa con i lati obliqui: si dimostri c... | [
"Solution:\n\na. Supponiamo che $CD$ sia la base minore del trapezio, che $X$ sia su $AD$ e $Y$ su $BC$, come in figura. Poiché le rette $AB$, $XY$, $DC$ sono parallele, per il teorema di Talete si ha la proporzione $DX : XA = CY : YB$, e dunque $DX : (DX + XA) = CY : (CY + YB)$, ovvero $DX : DA = CY : CB$.\n\nSi o... | Italy | Progetto Olimpiadi della Matematica | [
"Geometry > Plane Geometry > Miscellaneous > Angle chasing",
"Geometry > Plane Geometry > Miscellaneous > Distance chasing"
] | null | proof only | null | |
0h1n | Let $SH$ be an altitude in a tetrahedron $SABC$ and $H$ be inside the base $ABC$. A point $O$ on $SH$ is chosen so that $\angle AOS + \alpha = \angle BOS + \beta = \angle COS + \gamma = 180^\circ$, where $\alpha, \beta, \gamma$ are the dihedral angles corresponding to the edges $BC, AC, AB$ respectively. Let $A_1, B_1,... | [
"Let $A_2$ be a projection of the point $H$ onto the edge $BC$. Then $\\angle AOS = 180^\\circ - \\angle HA_2S = 180^\\circ - \\alpha$, and so $\\angle AOH = \\alpha$. This implies that $\\triangle AOH \\sim \\triangle SA_2H \\Rightarrow \\frac{AH}{SH} = \\frac{OH}{HA_2} \\Rightarrow AH \\cdot HA_2 = OH \\cdot SH$.... | Ukraine | Problems of Ukrainian Authors | [
"Geometry > Solid Geometry > 3D Shapes",
"Geometry > Solid Geometry > Other 3D problems",
"Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point circle",
"Geometry > Plane Geometry > Miscellaneous > Angle chasing",
"Geometry > Plane G... | English | proof only | null | |
05g1 | Problem:
Soit $\omega_{1}$ et $\omega_{2}$ deux cercles de centre $O_{1}$ et $O_{2}$, on suppose qu'ils se coupent en $A$ et $B$. Le cercle passant par les points $O_{1}$, $O_{2}$ et $B$ coupe le cercle $\omega_{1}$ en $C$. Montrer que les points $C$, $A$ et $O_{2}$ sont alignés.
 | [
"Solution:\n\nPour résoudre cet exercice, on va plutôt introduire dans un premier temps $C'$ la deuxième intersection de la droite $(A O_{2})$ avec le cercle $\\omega_{1}$ puis on va montrer que $C = C'$.\n\nOn peut décomposer l'angle plat $\\widehat{O_{2}AC'}$ en deux angles : $\\widehat{C' AO_{1}}$ et $\\widehat{... | France | Préparation Olympique Française de Mathématiques | [
"Geometry > Plane Geometry > Quadrilaterals > Cyclic quadrilaterals",
"Geometry > Plane Geometry > Miscellaneous > Angle chasing"
] | null | proof only | null | |
02ze | Problem:
A professora Jane escreveu na lousa os números $1^{2}, 2^{2}, 3^{2}, \ldots, 2020^{2}$. Ela propõe o seguinte jogo: Alice e Matias devem apagar números alternadamente, um número por vez, sendo que Matias começa, até que sobrem apenas dois números no quadro. Se a diferença entre estes dois números for múltiplo ... | [
"Solution:\nPerceba que $(2021-x)^{2}-x^{2}=2021(2021-2x)$, que é múltiplo de $2021$. Sendo assim, sempre que Matias apagar um número qualquer $k^{2}$, basta Alice apagar $(2021-k)^{2}$, que no final, os dois números restantes terão diferença múltipla de $2021$. Logo, usando essa estratégia desde o início, Alice po... | Brazil | Brazilian Mathematical Olympiad | [
"Discrete Mathematics > Combinatorics > Games / greedy algorithms",
"Number Theory > Divisibility / Factorization > Factorization techniques"
] | null | proof and answer | Alice | |
07fb | Consider an acute-angled triangle $\triangle ABC$ with $AB = AC$ and $\angle A > 60^\circ$. Let $O$ be the circumcenter of $\triangle ABC$. Point $P$ lies on the circumcircle of $\triangle BOC$ such that $BP \parallel AC$, and point $K$ lies on segment $AP$ such that $BK = BC$. Prove that line $CK$ bisects the arc $\wi... | [
"Let $D$ be the second intersection point of circumcircle of $\\triangle BOC$ and line $AC$ and $K'$ be the intersection point of lines $AP$ and $CM$, where $M$ is the midpoint of arc $\\widearc{BC}$.\n\n\n\nWe have\n$$\n\\begin{align*}\n\\angle BCK' &= \\frac{1}{2} \\angle BOC = \\angle A ... | Iran | 37th Iranian Mathematical Olympiad | [
"Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point circle",
"Geometry > Plane Geometry > Quadrilaterals > Cyclic quadrilaterals",
"Geometry > Plane Geometry > Miscellaneous > Angle chasing"
] | English | proof only | null | |
076b | Problem:
For any natural number $n > 1$, write the infinite decimal expansion of $1 / n$ (for example, we write $1 / 2 = 0.4\overline{9}$ as its infinite decimal expansion, not $0.5$). Determine the length of the non-periodic part of the (infinite) decimal expansion of $1 / n$. | [
"Solution:\n\nFor any prime $p$, let $\\nu_{p}(n)$ be the maximum power of $p$ dividing $n$; i.e., $p^{\\nu_{p}(n)}$ divides $n$ but not a higher power. Let $r$ be the length of the non-periodic part of the infinite decimal expansion of $1 / n$.\n\nWrite\n$$\n\\frac{1}{n} = 0 . a_{1} a_{2} \\cdots a_{r} \\overline{... | India | INMO | [
"Number Theory > Divisibility / Factorization > Factorization techniques",
"Algebra > Algebraic Expressions > Sequences and Series > Sums and products"
] | null | proof and answer | r = max(ν_2(n), ν_5(n)) | |
0jph | Problem:
Find the sum of all positive integers $n \leq 2015$ that can be expressed in the form $\left\lceil\frac{x}{2}\right\rceil + y + x y$, where $x$ and $y$ are positive integers. | [
"Solution:\nAnswer: $2029906$\n\nLemma: $n$ is expressible as $\\left\\lceil\\frac{x}{2}\\right\\rceil + y + x y$ iff $2n+1$ is not a Fermat Prime.\n\nProof: Suppose $n$ is expressible. If $x=2k$, then $2n+1 = (2k+1)(2y+1)$, and if $x=2k-1$, then $n = k(2y+1)$. Thus, if $2n+1$ isn't prime, we can factor $2n+1$ as t... | United States | HMMT November 2015 | [
"Number Theory > Divisibility / Factorization > Prime numbers",
"Number Theory > Divisibility / Factorization > Factorization techniques"
] | null | final answer only | 2029906 | |
0l5c | Problem:
Let $f$ be a quadratic polynomial with real coefficients, and let $g_{1}$, $g_{2}$, $g_{3}$, ... be a geometric progression of real numbers. Define $a_{n} = f(n) + g_{n}$. Given that $a_{1}$, $a_{2}$, $a_{3}$, $a_{4}$, and $a_{5}$ are equal to $1$, $2$, $3$, $14$, and $16$, respectively, compute $\frac{g_{2}}... | [
"Solution:\n\nWe will use the method of finite differences. Define $b_{n} = a_{n + 3} - 3a_{n + 2} + 3a_{n + 1} - a_{n}$. Since $f$ is quadratic, the third finite difference of $f$ is zero. So, $b_{n} = g_{n + 3} - 3g_{n + 2} + 3g_{n + 1} - g_{n}$. Letting the common ratio of the geometric sequence be $r$, we get t... | United States | HMMT February | [
"Algebra > Algebraic Expressions > Sequences and Series > Recurrence relations",
"Algebra > Intermediate Algebra > Quadratic functions"
] | null | final answer only | 19/10 | |
01pf | Find all pairs $(f, h)$ of functions $f$ and $h$, $f : \mathbb{R} \to \mathbb{R}$, $h : \mathbb{R} \to \mathbb{R}$, such that the equality $f(x^2 + y h(x)) = x h(x) + f(xy)$ holds for all real $x$ and $y$. | [
"Answer: either $f(x) = c$, $h(x) = \\begin{cases} 0, & x \\neq 0, \\\\ a, & x = 0, \\end{cases}$ where $a$ and $c$ are arbitrary constants or $f(x) = x + b$, $h(x) = x$, where $b$ is an arbitrary constant.\n\nLet $h(0) = a$. Set $x = 0$ in the initial equation\n$$\nf(x^2 + y h(x)) = x h(x) + f(xy) \\quad \\text{fo... | Belarus | BelarusMO 2013_s | [
"Algebra > Algebraic Expressions > Functional Equations > Injectivity / surjectivity",
"Algebra > Algebraic Expressions > Functional Equations > Existential quantifiers"
] | null | proof and answer | Either (i) f(x) = c for all x, and h(x) = 0 for x ≠ 0 with h(0) = a arbitrary; or (ii) f(x) = x + b for all x and h(x) = x for all x, where a, b, c are arbitrary real constants. | |
09sg | Problem:
Vind alle functies $f: \mathbb{R} \rightarrow \mathbb{R}$ met
$$
\left(x^{2}+y^{2}\right) f(x y)=f(x) f(y) f\left(x^{2}+y^{2}\right)
$$
voor alle reële $x$ en $y$. | [
"Solution:\nVul in $x=y=0$, dan staat er $0=f(0)^3$, dus $f(0)=0$.\n\nWe bekijken nu twee gevallen: $f$ is nog ergens anders ook $0$ of juist niet.\n\nVoor het eerste geval nemen we dus aan dat er nog een $a \\neq 0$ is zodat $f(a)=0$. Dan geeft $x=a$ invullen dat $\\left(a^{2}+y^{2}\\right) f(a y)=0$ voor alle $y$... | Netherlands | Selectietoets | [
"Algebra > Algebraic Expressions > Functional Equations > Injectivity / surjectivity",
"Algebra > Algebraic Expressions > Functional Equations > Existential quantifiers"
] | null | proof and answer | f(x)=0; f(x)=x; f(x)=-x; f(x)=|x|; f(x)=-|x| | |
038g | Problem:
Given a right triangle $ABC$ ($\angle ACB = 90^\circ$), let $CH$, $H \in AB$, be the altitude to $AB$ and $P$ and $Q$ be the tangent points of the incircle of $\triangle ABC$ to $AC$ and $BC$, respectively. If $AQ \perp HP$ find the ratio $\frac{AH}{BH}$. | [
"Solution:\n\nIt follows from $AQ \\perp HP$ that $\\angle QAB = \\angle PHC$. On the other hand $\\angle ABC = \\angle ACH$ and therefore $\\triangle ABQ \\sim \\triangle HCP$. Thus, $\\frac{AB}{BQ} = \\frac{HC}{CP}$. Using the standard notation for the elements of a triangle we obtain the following equalities:\n\... | Bulgaria | 55. Bulgarian Mathematical Olympiad | [
"Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point circle",
"Geometry > Plane Geometry > Circles > Tangents",
"Geometry > Plane Geometry > Miscellaneous > Angle chasing"
] | null | proof and answer | (1 + sqrt(5))/2 | |
097j | Problem:
Să se afle toate numerele naturale $n$ ($n>1$), care satisfac următoarea condiţie: din mulţimea de numere $\{1,2,3, \ldots, n\}$ poate fi eliminat un număr astfel, încât media aritmetică a numerelor din mulţime să se schimbe cu $\frac{1}{2020}$. Pentru fiecare astfel de număr $n$ să se arate şi numărul elimina... | [
"Solution:\nFie $n$ un asemenea număr şi $A=\\{1,2,3, \\ldots, n\\}$. Suma numerelor mulţimii $A$, $S=\\frac{n(n+1)}{2}$, iar media lor, $M=\\frac{n+1}{2}$. Fie $m$ numărul, eliminat din mulţimea $A$, $1 \\leq m \\leq n$. Fie $A^{\\prime}$ mulţimea elementelor rămase, $A^{\\prime}=A \\backslash\\{m\\}=\\{1,2, \\ldo... | Moldova | Olimpiada Republicană la Matematică | [
"Number Theory > Divisibility / Factorization > Greatest common divisors (gcd)",
"Algebra > Prealgebra / Basic Algebra > Integers"
] | null | proof and answer | All n of the form n = 2020k + 1 with k = 1, 2, 3, …; the removable element can be m = 1011k + 1 or m = 1009k + 1. | |
0ler | Given a real number $\alpha$ and consider function $\varphi(x) = x^2 e^{\alpha x}$ for all real numbers $x$. Find all functions $f: \mathbb{R} \to \mathbb{R}$ that satisfy
$$
f(\varphi(x) + f(y)) = y + \varphi(f(x))
$$
for all real numbers $x, y$. | [
"Denote $\\varphi(f(0)) = c$. Clearly, $f$ is a bijective because\n$$\nf(f(y)) = y + c.\n$$\nReplacing $y$ by $f(y)$ in the relation, we have\n$$\nf(y + c) = f(y) + c.\n$$\nBecause $f$ is a bijective then there exists a real number $d$ that $f(d) = 0$. Replacing $(x, y)$ by $(d, y + c)$, we get\n$$\nf(\\varphi(d) +... | Vietnam | TST | [
"Algebra > Algebraic Expressions > Functional Equations > Injectivity / surjectivity"
] | English | proof and answer | f(x) = x | |
0bjc | Let $a$ be a natural odd number which is not a perfect square. If $m$ and $n$ are strictly positive integers, prove that
$$
\begin{align*}
\text{a)} \quad & \{m(a + \sqrt{a})\} \neq \{n(a - \sqrt{a})\}, \\
\text{b)} \quad & [m(a + \sqrt{a})] \neq [n(a - \sqrt{a})].
\end{align*}
$$ | [
"a.\nAs $ma$, $na$ are natural numbers, the equality implies $\\{m\\sqrt{a}\\} = \\{-n\\sqrt{a}\\}$.\nTwo numbers have the same fractional part if and only if their difference is an integer, whence $(m+n)\\sqrt{a} \\in \\mathbb{Z}$, which is absurd.\n\nb.\nAgain, let us suppose that there is a natural number $N$, f... | Romania | 65th Romanian Mathematical Olympiad | [
"Algebra > Algebraic Expressions > Sequences and Series > Floors and ceilings",
"Algebra > Equations and Inequalities > Linear and quadratic inequalities",
"Algebra > Prealgebra / Basic Algebra > Integers"
] | null | proof only | null | |
08te | Let $P$, $Q$ be points on the side $AB$ and $AC$, respectively, of a triangle $\triangle ABC$, which satisfy $BP + CQ = PQ$. Let $R$ be the point of intersection, other than $A$, of the bisector of the angle $\angle BAC$ and the circum-circle of the triangle $\triangle ABC$. If $\angle BAC = \alpha$, express $\angle PR... | [
"Since the line segment $AR$ is the bisector of the angle $\\angle BAC$, we have $BR = CR$. Take a point $S$ on the other side from $A$ with respect to the line $BR$ in such a way that the triangles $\\triangle CRQ$ and $\\triangle BRS$ become congruent. Then, since\n$$\n\\angle SBR + \\angle RBA = \\angle QCR + \\... | Japan | Japan Junior Mathematical Olympiad | [
"Geometry > Plane Geometry > Quadrilaterals > Cyclic quadrilaterals",
"Geometry > Plane Geometry > Miscellaneous > Angle chasing",
"Geometry > Plane Geometry > Miscellaneous > Constructions and loci"
] | null | proof and answer | 90° − α/2 | |
0b2r | Problem:
What is the smallest real number $a$ for which the function $f(x) = 4x^{2} - 12x - 5 + 2a$ will always be nonnegative for all real numbers $x$?
(a) $0$
(b) $\frac{3}{2}$
(c) $\frac{5}{2}$
(d) $7$ | [
"Solution:\n\nFor $f(x)$ to be always nonnegative for all real $x$, its minimum value must be at least $0$.\n\nThe minimum of $f(x) = 4x^2 - 12x - 5 + 2a$ occurs at $x_0 = -\\frac{b}{2a} = -\\frac{-12}{2 \\times 4} = \\frac{12}{8} = \\frac{3}{2}$.\n\nSubstitute $x = \\frac{3}{2}$ into $f(x)$:\n\n\\begin{align*}\nf\... | Philippines | 23rd Philippine Mathematical Olympiad Qualifying Stage | [
"Algebra > Intermediate Algebra > Quadratic functions",
"Algebra > Equations and Inequalities > Linear and quadratic inequalities"
] | null | MCQ | d | |
065k | Decide whether the integers $1, 2, \ldots, 100$ can be arranged in the cells $C(i,j)$ of a $10 \times 10$ matrix (where $1 \le i, j \le 10$), such that the following conditions are satisfied:
(i) In every row, the entries add up to the same sum $S$.
(ii) In every column, the entries also add up to this sum $S$.
(iii) F... | [
"The problem essentially asks for a magic square that satisfies an additional constant-sum property along the wrap-around diagonals.\nSuppose that such an arrangement of $1, 2, \\ldots, 100$ is possible. Since the sum of all entries is $\\frac{1}{2} \\cdot 100 \\cdot 101$, we get that $S = 505$ is an odd number. We... | Greece | Mediterranean Mathematical Competition | [
"Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments",
"Discrete Mathematics > Combinatorics > Invariants / monovariants",
"Algebra > Prealgebra / Basic Algebra > Integers"
] | English | proof and answer | No, such an arrangement does not exist. | |
0fes | Problem:
Un número positivo $x$ verifica la relación
$$
x^{2} + \frac{1}{x^{2}} = 7
$$
Demostrar que
$$
x^{5} + \frac{1}{x^{5}}
$$
es entero y calcular su valor. | [
"Solution:\n\nSe tiene\n$$\n\\left(x + \\frac{1}{x}\\right)^{2} = x^{2} + \\frac{1}{x^{2}} + 2 = 7 + 2 = 9 \\Rightarrow x + \\frac{1}{x} = 3\n$$\nEntonces\n$$\n3 \\cdot 9 = 27 = \\left(x + \\frac{1}{x}\\right)^{3} = x^{3} + \\frac{1}{x^{3}} + 3\\left(x + \\frac{1}{x}\\right) = x^{3} + \\frac{1}{x^{3}} + 3 \\cdot 3 ... | Spain | TANDA I | [
"Algebra > Algebraic Expressions > Polynomials > Symmetric functions",
"Algebra > Algebraic Expressions > Polynomials > Polynomial operations"
] | null | proof and answer | 123 | |
08ns | Problem:
Find all ordered triples $(x, y, z)$ of real numbers satisfying the following system of equations:
$$
\begin{aligned}
x^{3} & = \frac{z}{y} - 2 \frac{y}{z} \\
y^{3} & = \frac{x}{z} - 2 \frac{z}{x} \\
z^{3} & = \frac{y}{x} - 2 \frac{x}{y}
\end{aligned}
$$ | [
"Solution:\nWe have\n$$\n\\begin{aligned}\n& x^{3} y z = z^{2} - 2 y^{2} \\\\\n& y^{3} z x = x^{2} - 2 z^{2} \\\\\n& z^{3} x y = y^{2} - 2 x^{2}\n\\end{aligned}\n$$\nwith $x y z \\neq 0$.\nAdding these up we obtain $\\left(x^{2} + y^{2} + z^{2}\\right)(x y z + 1) = 0$. Hence $x y z = -1$. Now the system of equation... | JBMO | 17th Junior Balkan Mathematical Olympiad | [
"Algebra > Prealgebra / Basic Algebra > Simple Equations"
] | null | proof and answer | (1, 1, -1), (1, -1, 1), (-1, 1, 1), (-1, -1, -1) | |
0a3a | Problem:
Zij gegeven driehoek $\triangle A B C$ met hoogtepunt $H$, en omgeschreven cirkel $\Gamma$. Zij verder $D$ de spiegeling van $A$ in $B$, en zij $E$ de spiegeling van $A$ in $C$. Het midden van lijnstuk $D E$ noemen we $M$.
Bewijs dat de raaklijn aan $\Gamma$ in $A$ loodrecht staat op $H M$.
. Verder is $A'$ een van de zogenaamde dieptepunten: $A'$ ligt op $\\Gamma$ en is de... | Netherlands | IMO-selectietoets II | [
"Geometry > Plane Geometry > Circles > Tangents",
"Geometry > Plane Geometry > Quadrilaterals > Cyclic quadrilaterals",
"Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point circle",
"Geometry > Plane Geometry > Transformations > Homot... | null | proof only | null | |
00sl | Let be a triangle $\triangle ABC$ with $m(\angle ABC) = 75^\circ$ and $m(\angle ACB) = 45^\circ$. The angle bisector of $\angle CAB$ intersects $CB$ at the point $D$. We consider the point $E \in (AB)$, such that $DE = DC$. Let $P$ be the intersection of the lines $AD$ and $CE$. Prove that $P$ is the midpoint of the se... | [
"Let $P'$ be the midpoint of the segment $AD$. We will prove that $P' = P$. Let $F \\in AC$ such that $DF \\perp AC$. The triangle $CDF$ is isosceles with $FD = FC$ and the triangle $DP'F$ is equilateral as $m(\\angle ADF) = 60^\\circ$. Thus, the triangle $FCP'$ is isosceles ($FP' = FC$) and $m(\\angle FCP') = m(\\... | Balkan Mathematical Olympiad | BMO 2019 Shortlist | [
"Geometry > Plane Geometry > Miscellaneous > Angle chasing",
"Geometry > Plane Geometry > Quadrilaterals > Cyclic quadrilaterals",
"Geometry > Plane Geometry > Triangles > Triangle trigonometry",
"Geometry > Plane Geometry > Analytic / Coordinate Methods > Trigonometry"
] | English | proof only | null | |
0jf1 | Problem:
The sequence $\left(z_{n}\right)$ of complex numbers satisfies the following properties:
- $z_{1}$ and $z_{2}$ are not real.
- $z_{n+2}=z_{n+1}^{2} z_{n}$ for all integers $n \geq 1$.
- $\frac{z_{n+3}}{z_{n}^{2}}$ is real for all integers $n \geq 1$.
- $\left|\frac{z_{3}}{z_{4}}\right|=\left|\frac{z_{4}}{z_{5}... | [
"Solution:\nAll complex numbers can be expressed as $r(\\cos \\theta+i \\sin \\theta)=r e^{i \\theta}$. Let $z_{n}$ be $r_{n} e^{i \\theta_{n}}$.\n\n$\\frac{z_{n+3}}{z_{n}^{2}}=\\frac{z_{n+2}^{2} z_{n+1}}{z_{n}^{2}}=\\frac{z_{n+1}^{5} z_{n}^{2}}{z_{n}^{2}}=z_{n+1}^{5}$ is real for all $n \\geq 1$, so $\\theta_{n}=\... | United States | HMMT 2013 | [
"Algebra > Intermediate Algebra > Complex numbers",
"Algebra > Algebraic Expressions > Sequences and Series > Recurrence relations"
] | null | proof and answer | 65536 | |
0bfh | The vertices of two acute triangles all lie on a same circle. The midpoints of two sides of one triangle both lie on the nine-point circle of the other triangle. Show that the two triangles share the same nine-point circle. | [
"The proof is based on a well-known fact recalled in the lemma below.\n\n**Lemma.** Let $ABC$ be a triangle and let $O$ and $\\omega$ be its circumcentre and nine-point centre, respectively. Then the reflexion $O'$ of $O$ in the line $BC$ lies on the line $\\omega A$, and $\\omega$ is the midpoint of the segment $O... | Romania | 64th NMO Selection Tests for the Balkan and International Mathematical Olympiads | [
"Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point circle",
"Geometry > Plane Geometry > Transformations > Homothety"
] | null | proof only | null | |
0ael | Две отсечки $\overline{AB}$ и $\overline{CD}$ со еднакви должини лежат на иста права, така што $\frac{1}{4}$ од нивните должини им е заедничка. Определи ја должината на тисе отсечки ако растојанието меѓу нивните средни точки е 6 cm.
 | [
"Нека со $x$ ја означиме должината на отсечката $\\overline{CB}$. Тогаш должината на отсечката $\\overline{MN}$, која има должина 6 cm, изразена преку $x$ е $3x$. Одовде имаме дека $3x = 6$, па $x = 2$ cm. Должината на отсечката $\\overline{AB}$ е двапати поголема од должината на отсечката $\\overline{MB}$, односно... | North Macedonia | Регионален натпревар по математика за основно образование | [
"Geometry > Plane Geometry > Miscellaneous > Distance chasing"
] | Macedonian, English | proof and answer | 8 cm | |
01cd | Which number is greater,
$$
sin 1 - cos 1 \quad \text{or} \quad \frac{1}{4} ?
$$ | [
"Answer: The greater number is $\\sin 1 - \\cos 1$.\nThe sine is increasing and the cosine decreasing in the first quadrant. Since $\\frac{\\pi}{4} < 1 < \\frac{\\pi}{2}$, we have\n$$\n\\sin 1 - \\cos 1 > \\sin \\frac{\\pi}{4} - \\cos \\frac{\\pi}{4} = 0.\n$$\nHence, the numbers $\\sin 1 - \\cos 1$ and $\\frac{1}{4... | Baltic Way | Baltic Way 2015 Shortlisted Problems | [
"Algebra > Equations and Inequalities > Jensen / smoothing",
"Geometry > Plane Geometry > Analytic / Coordinate Methods > Trigonometry"
] | null | proof and answer | sin 1 - cos 1 | |
0j0q | Problem:
$w, x, y, z$ are real numbers such that
$$
\begin{aligned}
w+x+y+z & =5 \\
2 w+4 x+8 y+16 z & =7 \\
3 w+9 x+27 y+81 z & =11 \\
4 w+16 x+64 y+256 z & =1
\end{aligned}
$$
What is the value of $5 w+25 x+125 y+625 z ?$ | [
"Solution:\n\nAnswer: $-60$\n\nWe note this system of equations is equivalent to evaluating the polynomial (in $a$) $P(a) = w a + x a^{2} + y a^{3} + z a^{4}$ at $1, 2, 3$, and $4$. We know that $P(0) = 0$, $P(1) = 5$, $P(2) = 7$, $P(3) = 11$, $P(4) = 1$.\n\nThe finite difference of a polynomial $f$ is $f(n+1) - f(... | United States | Harvard-MIT November Tournament | [
"Algebra > Algebraic Expressions > Polynomials > Polynomial interpolation: Newton, Lagrange"
] | null | final answer only | -60 | |
069x | We consider a $8 \times 8$ chess table with all $64$ unit squares white. We color $12$ unit squares arbitrarily black. Prove that we can find four rows and four columns containing the $12$ black unit squares. | [
"Let $x_1, x_2, \\ldots, x_8$ be the number of black squares in the rows, such that $x_1 \\ge x_2 \\ge \\ldots \\ge x_8$. This means that if, for example, the fourth line has the maximum number of black squares, then these are $x_1$. From the problem condition we have:\n\n$$\nx_1 + x_2 + \\ldots + x_8 = 12. \\quad ... | Greece | SELECTION EXAMINATION | [
"Discrete Mathematics > Combinatorics > Pigeonhole principle",
"Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments"
] | English | proof only | null | |
0372 | Problem:
Let $ABCD$ be a parallelogram such that $\Varangle BAD < 90^\circ$ and let $DE$, $E \in AB$, and $DF$, $F \in BC$, be the altitudes of the parallelogram. Prove that
$$
4(AB \cdot BC \cdot EF + BD \cdot AE \cdot FC) \leq 5 \cdot AB \cdot BC \cdot BD
$$
Find $\Varangle BAD$ if the equality occurs. | [
"Solution:\nSet $\\Varangle BAD = \\alpha$, $AB = CD = a$, $AD = BC = b$ and $BD = d$. We have $DE = b \\sin \\alpha$, $AE = b \\cos \\alpha$, $DF = a \\sin \\alpha$ and $CF = a \\cos \\alpha$. Therefore $\\triangle DEF \\sim \\triangle ADB$ and thus $EF = d \\sin \\alpha$.\n\nPlugging the above expressions in the ... | Bulgaria | 55. Bulgarian Mathematical Olympiad | [
"Geometry > Plane Geometry > Analytic / Coordinate Methods > Trigonometry",
"Geometry > Plane Geometry > Triangles > Triangle trigonometry",
"Geometry > Plane Geometry > Miscellaneous > Distance chasing"
] | null | proof and answer | 30° | |
024m | Problem:
Três carros partem de uma cidade $A$ ao mesmo tempo e percorrem um caminho fechado composto por três segmentos de reta $AB$, $BC$ e $CA$. As velocidades do primeiro carro sobre esses segmentos são 12, 10 e 15 quilômetros por hora, respectivamente. As velocidades do segundo carro são 15, 15 e 10 quilômetros po... | [
"Solution:\n\nSejam $x$, $y$ e $z$ os comprimentos de $AB$, $BC$ e $AC$, respectivamente. O tempo de chegada $t$, comum aos três carros, pode ser encontrado através das equações:\n$$\n\\left\\{\\begin{array}{l}\n\\frac{x}{12}+\\frac{y}{10}+\\frac{z}{15}=t \\\\\n\\frac{x}{15}+\\frac{y}{15}+\\frac{z}{10}=t \\\\\n\\fr... | Brazil | null | [
"Geometry > Plane Geometry > Triangles",
"Algebra > Prealgebra / Basic Algebra > Simple Equations"
] | null | proof and answer | 90 degrees | |
0a7a | Problem:
Let $ABC$ be a triangle and let $P$ be an interior point of $ABC$. We assume that a line $l$, which passes through $P$, but not through $A$, intersects $AB$ and $AC$ (or their extensions over $B$ or $C$) at $Q$ and $R$, respectively. Find $l$ such that the perimeter of the triangle $AQR$ is as small as possibl... | [
"Solution:\n(See Figure 2.) Let\n$$\ns = \\frac{1}{2}(AR + RQ + QA)\n$$\nLet $\\mathcal{C}$ be the excircle of $AQR$ tangent to $QR$, i.e. the circle tangent to $QR$ and the extensions of $AR$ and $AQ$. Denote the center of $\\mathcal{C}$ by $I$ and the measure of $\\angle QAR$ by $\\alpha$. $I$ is on the bisector ... | Nordic Mathematical Olympiad | Nordic Mathematical Contest, NMC 4 | [
"Geometry > Plane Geometry > Circles > Tangents",
"Geometry > Plane Geometry > Transformations > Homothety",
"Geometry > Plane Geometry > Geometric Inequalities > Optimization in geometry",
"Geometry > Plane Geometry > Miscellaneous > Constructions and loci",
"Geometry > Plane Geometry > Triangles > Triangl... | null | proof only | null | |
0jvq | Problem:
Compute
$$
\int_{0}^{\pi} \frac{2 \sin \theta+3 \cos \theta-3}{13 \cos \theta-5} \, d\theta .
$$ | [
"Solution:\nWe have\n$$\n\\begin{aligned}\n\\int_{0}^{\\pi} \\frac{2 \\sin \\theta+3 \\cos \\theta-3}{13 \\cos \\theta-5} \\, d\\theta & =2 \\int_{0}^{\\pi / 2} \\frac{2 \\sin 2x+3 \\cos 2x-3}{13 \\cos 2x-5} \\, dx \\\\\n& =2 \\int_{0}^{\\pi / 2} \\frac{4 \\sin x \\cos x-6 \\sin^{2} x}{8 \\cos^{2} x-18 \\sin^{2} x}... | United States | HMMT February 2016 | [
"Calculus > Integral Calculus > Techniques > Single-variable",
"Precalculus > Trigonometric functions"
] | null | proof and answer | 3π/13 - (4/13) log(3/2) | |
0063 | En un concurso cada participante dibujó un tablero cuadriculado de $99 \times 100$ y escribió un $1$ o un $-1$ en cada casilla, a su elección. A continuación, cada participante escribió al costado de cada fila el resultado de multiplicar los $100$ números de esa fila y debajo de cada columna, el resultado de multiplica... | [] | Argentina | Argentina 2008 | [
"Discrete Mathematics > Combinatorics > Invariants / monovariants"
] | Spanish | proof and answer | Maximum number of participants: 100. The possible final numbers are exactly the integers congruent to 3 modulo 4 between −197 and 199 inclusive, i.e., 199, 195, 191, …, −197. | |
0gku | Determine all monic polynomials $p(x)$ with real coefficients satisfying the following properties:
1) $p(x)$ is nonconstant and all its roots are real and distinct;
2) if $a$ and $b$ are roots of $p(x)$, then so is $a + b + ab$. | [
"Let $f(x) = x^2 + 2x$ and define $f^n = f \\circ f \\circ \\dots \\circ f$ ($n-1$ times). Let $a$ be a root of $p(x)$. From the second property, we see that $a, f(a), f^2(a), \\dots$ are also roots of $p(x)$.\n\nWe subdivide the range of $a$ into four subintervals.\n\n**Case 1:** If $a > 0$, then $0 < a < f(a)$. S... | Thailand | The 10th Thailand Mathematical Olympiad | [
"Algebra > Algebraic Expressions > Polynomials > Polynomial operations",
"Algebra > Intermediate Algebra > Quadratic functions"
] | null | proof and answer | x; x+1; x(x+1); x(x+2); x(x+1)(x+2) | |
0flj | Problem:
Denotemos $\mathbf{N}^{*}=\{0,1,2,3, \ldots\}$. Encuentra todas las funciones crecientes $f: \mathbf{N} \rightarrow \mathbf{N}^{*}$ con las siguientes propiedades:
i) $f(2)=2$,
ii) $f(n m)=f(n)+f(m)$ para todo par $n, m \in \mathbf{N}$. | [
"Solution:\n\nDe las propiedades se deduce:\n\n1. Haciendo $m=1$, sigue de ii) $f(1)=0$.\n\n2. Por inducción finita sobre ii) sigue que $f\\left(n^{k}\\right)=k f(n), \\forall n, k \\in \\mathbf{N}$.\n\nVeamos si puede construirse una función creciente con estas propiedades. Ya que $f(4)=f\\left(2^{2}\\right)=2 f(2... | Spain | XLVII Olimpiada Matemática Española Primera Fase | [
"Algebra > Algebraic Expressions > Functional Equations",
"Algebra > Algebraic Expressions > Functional Equations > Existential quantifiers"
] | null | proof and answer | No such increasing function exists. | |
0444 | Suppose the domain of function $f(x)$ is $D = (-\infty, 0) \cup (0, +\infty)$ and there is $f(x) = \frac{f(1) \cdot x^2 + f(2) \cdot x - 1}{x}$ for any $x \in D$. Then the sum of all the zeros of $f(x)$ is ______. | [
"Let $x_1, x_2$ and we get\n$$\n\\begin{align*}\nf(1) &= f(1) + f(2) - 1, \\\\\nf(2) &= 2f(1) + f(2) - \\frac{1}{2},\n\\end{align*}\n$$\nand the solutions are $f(2) = 1$, $f(1) = \\frac{1}{4}$. Therefore,\n$$\nf(x) = \\frac{1}{x} \\cdot \\left( \\frac{1}{4}x^2 + x - 1 \\right) \\quad (x \\neq 0).\n$$\nLet $f(x) = 0... | China | China Mathematical Competition | [
"Algebra > Intermediate Algebra > Quadratic functions"
] | null | final answer only | -4 | |
04kl | Find all complex numbers $z$ such that $z^3 = \overline{z}$. | [] | Croatia | Mathematical competitions in Croatia | [
"Algebra > Intermediate Algebra > Complex numbers",
"Algebra > Algebraic Expressions > Polynomials > Roots of unity"
] | null | proof and answer | {0, 1, i, -1, -i} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.