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
0jfe
Problem: Find the rightmost non-zero digit of the expansion of $(20)(13!)$.
[ "Solution:\n\nWe can rewrite this as $(10 \\times 2)(13 \\times 12 \\times 11 \\times 10 \\times 9 \\times 8 \\times 7 \\times 6 \\times 5 \\times 4 \\times 3 \\times 2 \\times 1) = (10^3)(2 \\times 13 \\times 12 \\times 11 \\times 9 \\times 8 \\times 7 \\times 6 \\times 4 \\times 3)$. Multiplying together the unit...
United States
HMMT 2013
[ "Number Theory > Divisibility / Factorization > Factorization techniques", "Algebra > Prealgebra / Basic Algebra > Integers" ]
null
final answer only
6
07ch
Let $a$, $b$, $c$ and $d$ be positive real numbers with $a + b + c + d = 2$. Prove that $$ \frac{(a+c)^2}{ad+bc} + \frac{(b+d)^2}{ac+bd} + 4 \ge 4 \left( \frac{a+b+1}{c+d+1} + \frac{c+d+1}{a+b+1} \right). $$
[ "According to Cauchy-Schwarz inequality\n$$\n\\left( \\frac{(a+c)^2}{ad+bc} + \\frac{(b+d)^2}{ac+bd} + 4 \\right) \\left( (ad+bc) + (ac+bd) + 1 \\right) \n\\geq (a+c+b+d+2)^2 = 16 \n\\implies \\frac{(a+c)^2}{ad+bc} + \\frac{(b+d)^2}{ac+bd} + 4 \\geq \\frac{16}{ad+bc+ac+bd+1}.\n$$\nSet $a+b=x$, $c+d=y$ (therefore $x...
Iran
Iranian Mathematical Olympiad
[ "Algebra > Equations and Inequalities > Cauchy-Schwarz", "Algebra > Equations and Inequalities > Linear and quadratic inequalities" ]
null
proof only
null
0iwe
Problem: There are two buildings facing each other, each $5$ stories high. How many ways can Kevin string ziplines between the buildings so that: a. each zipline starts and ends in the middle of a floor. b. ziplines can go up, stay flat, or go down, but can't touch each other (this includes touching at their endpoin...
[ "Solution:\n\nAnswer: $252$\n\nAssociate with each configuration of ziplines a path in the plane as follows: Suppose there are $k$ ziplines. Let $a_{0}, \\ldots, a_{k}$ be the distances between consecutive ziplines on the left building ($a_{0}$ is the floor on which the first zipline starts, and $a_{k}$ is the dist...
United States
Harvard-MIT November Tournament
[ "Discrete Mathematics > Combinatorics > Counting two ways", "Discrete Mathematics > Combinatorics > Recursion, bijection" ]
null
proof and answer
252
0isc
Problem: Let $x$ be an integer greater than $2$. Prove that the binary representation of $x^{2}-1$ has at least three consecutive identical digits ($000$ or $111$).
[ "Solution:\nWe consider three cases:\n\n- $x$ is odd. Then $x+1$ and $x-1$ are consecutive even integers, and thus one of them must be divisible by $4$, the other only by $2$. So $x^{2}-1=(x+1)(x-1)$ is divisible by $8$; since $x \\geq 3$, $x^{2}-1$ has four or more digits, the last three of which are $0$'s.\n\n- $...
United States
Berkeley Math Circle Monthly Contest 2
[ "Number Theory > Divisibility / Factorization > Factorization techniques", "Algebra > Prealgebra / Basic Algebra > Integers" ]
null
proof only
null
05ft
Problem: Soit $ABC$ un triangle rectangle en $B$. Soit $M$ le point d'intersection de la médiane issue de $B$ avec la droite $(AC)$, et $(d)$ la perpendiculaire à la droite $(BC)$ passant par le point $M$. Soit $U$ le milieu du segment $[AB]$, $V$ le milieu du segment $[AM]$, $I$ le point d'intersection de la droite $...
[ "Solution:\n\nLes droites $d$ et $(AB)$ sont perpendiculaires à la droite $(BC)$ donc elles sont parallèles. On obtient par le théorème de Thalès que $$\frac{VI}{VU} = \frac{AV}{VM} = 1$$ donc $V$ est le milieu du segment $[UI]$.\n\nLe quadrilatère $AIMU$ a ses diagonales qui se coupent en leur milieu, c'est donc u...
France
ENVOI 1 : GÉOMÉTRIE Corrigé
[ "Geometry > Plane Geometry > Triangles", "Geometry > Plane Geometry > Quadrilaterals", "Geometry > Plane Geometry > Miscellaneous > Constructions and loci", "Geometry > Plane Geometry > Miscellaneous > Angle chasing" ]
null
proof only
null
00au
Alex and Bibi play the following game. Alex chooses a natural number $k$ not exceeding $1000$. Then Bibi chooses a collection $B$ of $n$ integers in $\{0,1,...,1000\}$, not necessarily distinct, where $n > k$. Now Alex is allowed to apply repeatedly the following operation on $B$: choosing $k$ numbers $b_1, ..., b_k$ f...
[ "The winning values of $k$ are the numbers in $\\{1, ..., 1000\\}$ that are coprime with $1001$, i.e., not divisible by $7$, $11$ or $13$.\n\nDespite the repetitions in Bibi's collection $B$ for brevity we call it a set in the solution and denote the number of its elements by $|B|$. The allowed operation is choosin...
Argentina
Argentine National Olympiad 2016
[ "Discrete Mathematics > Combinatorics > Invariants / monovariants", "Discrete Mathematics > Combinatorics > Games / greedy algorithms", "Discrete Mathematics > Combinatorics > Counting two ways", "Number Theory > Modular Arithmetic > Inverses mod n", "Number Theory > Divisibility / Factorization > Greatest ...
English
proof and answer
All integers k with 1 ≤ k ≤ 1000 that are coprime to 1001; equivalently, k not divisible by 7, 11, or 13.
0hb9
In a country, the government has decided to build a transport link between cities by railway or airline in such a way that no more than four other cities can be reached directly from each city. Prove that the government can always choose the type of connection of the corresponding pairs of cities in such a way that the...
[ "Let's rewrite the problem statement in terms of graphs: in the graph the degree of each vertex is not more than four. Prove that all edges can be painted in two colors so that there are no single-color triangles.\nLet our graph have $n$ vertices. We prove the statement of the problem by induction on the number of ...
Ukraine
59th Ukrainian National Mathematical Olympiad
[ "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments", "Discrete Mathematics > Combinatorics > Induction / smoothing" ]
English
proof only
null
0i2k
Problem: Some students are taking a math contest, in which each student takes one of four tests. One third of the students take one test, one fourth take another test, one fifth take the next test, and $26$ students take the last test. How many students are taking the contest in total?
[ "Solution:\n\nCall the total number of students $n$. We know\n$$\n n = \\frac{n}{3} + \\frac{n}{4} + \\frac{n}{5} + 26\n$$\nso $n = 120$." ]
United States
Harvard-MIT Math Tournament
[ "Algebra > Prealgebra / Basic Algebra > Simple Equations", "Algebra > Prealgebra / Basic Algebra > Fractions" ]
null
final answer only
120
0i1l
Problem: A sequence of ants walk from $(0,0)$ to $(1,0)$ in the plane. The $n$th ant walks along $n$ semicircles of radius $\frac{1}{n}$ with diameters lying along the line from $(0,0)$ to $(1,0)$. Let $L_{n}$ be the length of the path walked by the $n$th ant. Compute $\lim_{n \rightarrow \infty} L_{n}$.
[ "Solution:\nA semicircle of radius $\\frac{1}{n}$ has length $\\frac{1}{2} \\pi \\left(\\frac{2}{n}\\right) = \\frac{\\pi}{n}$, so $n$ such semicircles have total length $\\pi$." ]
United States
Harvard-MIT Math Tournament
[ "Precalculus > Limits" ]
null
final answer only
π
0b2a
Problem: Suppose that $(1+\sec \theta)(1+\csc \theta)=6$. Determine the value of $(1+\tan \theta)(1+\cot \theta)$.
[ "Solution:\n\nThe equation is equivalent to $1+\\sin \\theta+\\cos \\theta=5 \\sin \\theta \\cos \\theta$. Let $A := \\sin \\theta + \\cos \\theta$ and $B := \\sin \\theta \\cos \\theta$. Then $1+A=5B$ and $A^{2}=1+2B$. As $1+A \\neq 0$,\n$$\n1+A=\\frac{5\\left(A^{2}-1\\right)}{2} \\Longrightarrow 1=\\frac{5(A-1)}{...
Philippines
22nd Philippine Mathematical Olympiad
[ "Precalculus > Trigonometric functions" ]
null
proof and answer
49/12
0c9y
Problem: Pentru orice submulţime nevidă $X$ a mulţimii $M=\{1,2,3, \ldots, 2021\}$, notăm cu $a_{X}$ suma dintre cel mai mare şi cel mai mic element al mulţimii $X$. Determinaţi media aritmetică a tuturor numerelor $a_{X}$ obţinute.
[]
Romania
Al doilea test de selecţie pentru OBMJ
[ "Discrete Mathematics > Combinatorics > Enumeration with symmetry", "Discrete Mathematics > Combinatorics > Counting two ways" ]
null
proof and answer
2022
05on
Problem: Soit $m$ et $n$ des entiers naturels non nuls. Prouver que $$ \frac{(m+n)!}{(m+n)^{m+n}} < \frac{m!}{m^{m}} \frac{n!}{n^{n}} $$
[ "Solution:\n\nD'après la formule du binôme, on a\n$$\n(m+n)^{m+n} = \\sum_{k=0}^{m+n} \\binom{m+n}{k} m^{k} n^{m+n-k}\n$$\nLe membre de droite étant une somme de $m+n+1$ nombres strictement positifs, elle est strictement plus grande que n'importe lequel de ces nombres. En particulier, pour $k=m$, on a donc\n$$\n(m+...
France
Olympiades Françaises de Mathématiques - Envoi 2 (Algèbre)
[ "Algebra > Algebraic Expressions > Polynomials > Polynomial operations", "Discrete Mathematics > Combinatorics > Algebraic properties of binomial coefficients" ]
null
proof only
null
0a5e
Problem: Let $AB$ be a chord of circle $\Gamma$. Let $O$ be the centre of a circle which is tangent to $AB$ at $C$ and internally tangent to $\Gamma$ at $P$. Point $C$ lies between $A$ and $B$. Let the circumcircle of triangle $POC$ intersect $\Gamma$ at distinct points $P$ and $Q$. Prove that $\angle AQP = \angle CQB...
[ "Solution:\n\nConstruct the tangent line to $\\Gamma$ at $P$. Note that this line is also tangent to the circle through points $C$ and $P$ with centre $O$. Also construct point $E$ on this tangent line to the right of $P$. Note that $\\angle EPO = 90^\\circ$ and $\\angle OCA = 90^\\circ$ because the radii and tange...
New Zealand
NZMO Round Two
[ "Geometry > Plane Geometry > Circles > Tangents", "Geometry > Plane Geometry > Quadrilaterals > Cyclic quadrilaterals", "Geometry > Plane Geometry > Miscellaneous > Angle chasing" ]
null
proof only
null
0ao5
Problem: Evaluate $$ \prod_{\theta=1}^{89}\left(\tan \theta^{\circ} \cos 1^{\circ}+\sin 1^{\circ}\right) $$
[]
Philippines
18th PMO Area Stage
[ "Geometry > Plane Geometry > Analytic / Coordinate Methods > Trigonometry" ]
null
final answer only
1/sin 1°
0i34
Problem: Find the 6-digit number beginning and ending in the digit 2 that is the product of three consecutive even integers.
[ "Solution:\nBecause the last digit of the product is $2$, none of the three consecutive even integers end in $0$. Thus they must end in $2, 4, 6$ or $4, 6, 8$, so they must end in $4, 6, 8$ since $2 \\cdot 4 \\cdot 6$ does not end in $2$. Call the middle integer $n$. Then the product is $(n-2) n (n+2) = n^{3} - 4n$...
United States
Harvard-MIT Math Tournament
[ "Number Theory > Diophantine Equations > Techniques: modulo, size analysis, order analysis, inequalities", "Algebra > Algebraic Expressions > Polynomials > Polynomial operations", "Algebra > Prealgebra / Basic Algebra > Integers" ]
null
proof and answer
287232
0g4d
Problem: Let $ABC$ be an acute triangle with incentre $I$. On its circumcircle, let $M_{A}$, $M_{B}$ and $M_{C}$ be the midpoints of minor arcs $BC$, $CA$ and $AB$ respectively. Prove that the reflection of $M_{A}$ over the line $IM_{B}$ lies on the circumcircle of the triangle $IM_{B}M_{C}$.
[ "Solution:\n\n![](attached_image_1.png)\n\nLet $X$ be the reflection of $M_{A}$ over the line $IM_{B}$. We wish to prove that $X$, $M_{C}$, $I$, $M_{B}$ lie on a circle. By WUM, observe that $A$, $I$, $M_{A}$, $B$, $I$, $M_{B}$ and $C$, $I$, $M_{C}$ are collinear. Therefore, by symmetry, we get\n$$\n\\angle IXM_{B}...
Switzerland
Swiss 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
0k7u
Problem: For breakfast, Milan is eating a piece of toast shaped like an equilateral triangle. On the piece of toast rests a single sesame seed that is one inch away from one side, two inches away from another side, and four inches away from the third side. He places a circular piece of cheese on top of the toast that ...
[ "Solution:\n\nSuppose the toast has side length $s$. If we draw the three line segments from the sesame seed to the three vertices of the triangle, we partition the triangle into three smaller triangles, with areas $\\frac{s}{2}$, $s$, and $2s$, so the entire piece of toast has area $\\frac{7s}{2}$. Suppose the che...
United States
HMMT November 2019
[ "Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point circle", "Geometry > Plane Geometry > Circles > Tangents" ]
null
proof and answer
49π/9
07om
The diagonals $AC$ and $BD$ of a cyclic quadrilateral $ABCD$ intersect at $P$. The circumcircle of the triangle $PDC$ intersects $BC$ and $AD$ at $E$ and $F$, respectively. The circumcircle of the triangle $PAB$ cuts $BC$ and $AD$ at $H$ and $G$, respectively. Prove that $E$, $F$, $G$, $H$ lie on the circumference of a...
[ "Join $P$ to $E$, $F$, $G$ and $H$. The details are worked out below for the situation in the picture provided where $E$ and $H$ are both between $B$ and $C$, $F$ is between $A$ and $D$ but $G$ is not between $A$ and $D$. For other possible positions of $E$, $F$, $G$, $H$, after replacing some angles with their sup...
Ireland
Irska 2014
[ "Geometry > Plane Geometry > Quadrilaterals > Cyclic quadrilaterals", "Geometry > Plane Geometry > Miscellaneous > Angle chasing", "Geometry > Plane Geometry > Miscellaneous > Constructions and loci" ]
null
proof only
null
0f6g
Problem: A move replaces the real numbers $a$, $b$, $c$, $d$ by $a - b$, $b - c$, $c - d$, $d - a$. If $a$, $b$, $c$, $d$ are not all equal, show that at least one of the numbers can exceed $1985$ after a finite number of moves.
[]
Soviet Union
19th ASU
[ "Algebra > Linear Algebra > Linear transformations", "Algebra > Linear Algebra > Vectors", "Algebra > Algebraic Expressions > Sequences and Series > Recurrence relations", "Algebra > Equations and Inequalities > Cauchy-Schwarz" ]
null
proof only
null
0ber
A finite set of distinct positive integers is written on a blackboard. A *move* consists in choosing two numbers and write their lowest common multiple, given that is not already written. The set is called *closed* if no moves are allowed – e.g., the set $\{2, 3, 4, 6\}$ will be closed after number $12$ is added. Deter...
[ "The largest closed set has $2^{10} - 1$ numbers. To get this number, start with ten primes $p_i$, $i = 1, 2, \\dots, 10$. The closed set consists of all products $\\prod_{i \\in X} p_i$ over all subsets $X$ of the set $\\{1, 2, \\dots, 10\\}$, hence there are $2^{10} - 1$ elements in the closed set.\n\nOne cannot ...
Romania
64th Romanian Mathematical Olympiad - District Round
[ "Number Theory > Divisibility / Factorization > Factorization techniques" ]
null
proof and answer
1023
0657
Each of the $50$ students of a class sent on Christmas period cards to exactly $25$ co-students. Prove that at least $2$ of the $50$ students each received the card of the other.
[ "$50$ students determine $\\frac{50 \\cdot 49}{2} = 1225$ different pairs. The cards sent are totally $50 \\cdot 25 = 1250 > 1225$, a number greater than the number of different pairs. Hence at least the members of one pair received each the card of the other." ]
Greece
24th Hellenic Mathematical Olympiad
[ "Discrete Mathematics > Combinatorics > Pigeonhole principle" ]
English
proof only
null
0d2h
How many permutations $\left(s_{1}, s_{2}, \cdots, s_{n}\right)$ of $(1,2, \ldots, n)$ are there satisfying the condition $s_{i}>s_{j}$ for all $i \geq j+3$ when $n=5$ and when $n=7$?
[ "Let $N_{n}$ be the number of permutations satisfying these conditions.\n\nFor $n=5$, the conditions are $s_{4}>s_{1}$ and $s_{5}>s_{2}, s_{1}$. Among the $5!$ permutations of $(1, \\cdots, 5)$, half of them satisfy the condition $s_{4}>s_{1}$. Among these permutations, half of them satisfy also the condition $s_{5...
Saudi Arabia
Preselection tests for the full-time training
[ "Discrete Mathematics > Combinatorics > Recursion, bijection", "Discrete Mathematics > Combinatorics > Enumeration with symmetry" ]
English
proof and answer
25 for n=5, 124 for n=7
0gsz
Let $m$, $n$, $a$, $k$ be positive integers and $k > 1$ such that the equality $$ 5^m + 63n + 49 = a^k $$ holds. Find the minimum value of $k$.
[ "Answer: $5$. The quadruple $(m, n, a, k) = (1, 3, 3, 5)$ satisfies the equation. We will show the cases $k \\le 4$ are not possible.\n\nFor $k = 2$, we will look at the equation in modulo $7$. $5^m \\equiv a^2 \\pmod{7}$ hence $m$ should be even. Therefore\n$$\n5^m + 63n + 49 \\equiv 2 \\pmod{3}\n$$\nand LHS canno...
Turkey
30th Junior Turkish Mathematical Olympiad
[ "Number Theory > Modular Arithmetic", "Number Theory > Diophantine Equations > Techniques: modulo, size analysis, order analysis, inequalities" ]
English
proof and answer
5
0eal
Problem: Izračunaj vrednost parametra $a$ tako, da bosta premici z enačbama $y+3=a x-2 x+a^{2}$ in $\frac{x}{2 a-5}-\frac{y}{3 a-6}=1$ vzporedni.
[]
Slovenia
14. tekmovanje v znanju matematike za dijake srednjih tehniških in strokovnih šol, Državno tekmovanje
[ "Geometry > Plane Geometry > Analytic / Coordinate Methods > Cartesian coordinates" ]
null
proof and answer
4
04qu
Show that real numbers $p$, $q$, $r$ satisfy the condition $$ p^4(q-r)^2 + 2p^2(q+r) + 1 = p^4 $$ if and only if the quadratic equations $$ x^2 + px + q = 0 \quad \text{and} \quad y^2 - py + r = 0 $$ have real roots (not necessarily distinct) which can be labelled by $x_{1,2}$ and $y_{1,2}$, respectively, in such way t...
[ "First part. Assume that the equations (2) have real roots satisfying $x_1y_1 - x_2y_2 = 1$. By the familiar formula, the roots of the quadratic equations are given by\n$$\nx_{1,2} = \\frac{-p \\pm K}{2} \\quad \\text{and} \\quad y_{1,2} = \\frac{p \\pm L}{2},\n$$\nwhere the real numbers $K, L$ satisfy $K^2 = p^2 -...
Czech Republic
Czech-Slovak-Polish Match
[ "Algebra > Intermediate Algebra > Quadratic functions" ]
English
proof only
null
0bxg
Given an integer $n \ge 3$, determine the largest number of pairwise non-crossing or perpendicular diagonals a regular $n$-gon may have. IMO 2016 Shortlist
[ "Begin by noticing that a regular polygon with an odd number of vertices has no perpendicular diagonals. Suppose, if possible, that $u, v, x, y$ are vertices, and $uv$ and $xy$ are perpendicular. Consider the vertex $w$ on the perpendicular bisectrix of the segment $uv$, and its antipode $w'$ on the circumcircle. S...
Romania
THE 68th NMO SELECTION TESTS FOR THE BALKAN AND INTERNATIONAL MATHEMATICAL OLYMPIADS
[ "Geometry > Plane Geometry > Geometric Inequalities > Optimization in geometry", "Geometry > Plane Geometry > Miscellaneous > Angle chasing", "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments", "Discrete Mathematics > Combinatorics > Induction / smoothing" ]
English
proof and answer
If n is odd, the maximum is n−3. If n is even, the maximum is n−2.
03oi
Given $A(0, 2)$ and two points $B$ and $C$ on the parabola $y^2 = x+4$ such that $AB \perp BC$, determine the range for the y-coordinate of point $C$.
[ "Suppose that $(y_1^2 - 4, y_1)$ are the coordinates of point $B$ and $(y^2 - 4, y)$ of point $C$. Obviously, $y_1^2 - 4 \\ne 0$, so $k_{AB} = \\frac{y_1 - 2}{y_1^2 - 4} = \\frac{1}{y_1 + 2}$.\n\nSince $AB \\perp BC$, so $k_{BC} = - (y_1 - 2)$. Thus\n$$\ny - y_1 = -(y_1 + 2)[y^2 - 4 - (y_1^2 - 4)].\n$$\nNoting $y \...
China
China Mathematical Competition
[ "Geometry > Plane Geometry > Analytic / Coordinate Methods > Cartesian coordinates", "Algebra > Equations and Inequalities > Linear and quadratic inequalities" ]
English
proof and answer
y ≤ 0 or y ≥ 4
0f9o
Problem: A game is played in three moves. The first player picks any real number, then the second player makes it the coefficient of a cubic, except that the coefficient of $x^{3}$ is already fixed at $1$. Can the first player make his choices so that the final cubic has three distinct integer roots?
[]
Soviet Union
24th ASU
[ "Algebra > Algebraic Expressions > Polynomials > Vieta's formulas", "Discrete Mathematics > Combinatorics > Games / greedy algorithms" ]
null
proof and answer
Yes
0jwb
Problem: Suppose $x$ is a rational number such that $x \sqrt{2}$ is also rational. Find $x$.
[ "Solution:\n\nSuppose $x \\neq 0$. Then $\\frac{x \\sqrt{2}}{x} = \\sqrt{2}$ is the quotient of two nonzero rationals, and so is rational. However, it is well-known that $\\sqrt{2}$ is irrational. Therefore any solution $x$ must satisfy $x = 0$. We can see that $0$ is rational and $0 \\sqrt{2} = 0$ is rational, so ...
United States
HMMT November
[ "Algebra > Prealgebra / Basic Algebra > Other" ]
null
proof and answer
x = 0
0bv9
What is the smallest value that the sum of the digits of the number $3n^2 + n + 1$, $n \in \mathbb{N}$, can take?
[ "For $n = 8$ we have $3n^2 + n + 1 = 201$ whose sum of the digits is $3$.\n\nWe prove that the sum of the digits of $3n^2+n+1$ cannot be $1$ or $2$. As $3n^2+n+1$ is odd, it cannot be written as $10^k$ or $2 \\cdot 10^k$, $k \\in \\mathbb{N}$, nor can it be written as $10^k+10^j$ with $k, j > 0$. If $3n^2+n+1 = 10^...
Romania
The Danube Mathematical Competition
[ "Algebra > Prealgebra / Basic Algebra > Integers", "Number Theory > Divisibility / Factorization > Greatest common divisors (gcd)", "Number Theory > Divisibility / Factorization > Factorization techniques" ]
null
proof and answer
3
097w
Problem: Fie $a$ și $x_{1}$ două numere reale pozitive. Să se arate că șirul $\left(x_{n}\right)_{n=1}^{\infty}$, definit de relația $$ x_{n+1}=\frac{1}{2}\left(x_{n}+\frac{a}{x_{n}}\right), \forall n \geq 1 $$ are limită și să se determine această limită.
[ "Solution:\n\n0) Dacă $x_{1}>0$, atunci și $x_{n}>0, \\forall n \\geq 1$ (prin inducție).\n\n1) $\\quad x_{n+1}=\\frac{1}{2}\\left(x_{n}+\\frac{a}{x_{n}}\\right) \\geq \\frac{1}{2} \\cdot 2 \\sqrt{x_{n} \\cdot \\frac{a}{x_{n}}}=\\sqrt{a}, \\forall n \\geq 1$, șirul $\\left(x_{n}\\right)_{n=1}^{\\infty}$ este mărgin...
Moldova
Olimpiada Republicană la Matematică
[ "Algebra > Algebraic Expressions > Sequences and Series > Recurrence relations", "Algebra > Equations and Inequalities > QM-AM-GM-HM / Power Mean" ]
null
proof and answer
sqrt(a)
0fkg
Problem: Si la sección producida por un plano al cortar un tetraedro es un rombo, probar que necesariamente el rombo es un cuadrado.
[ "Solution:\nLos lados opuestos de un rombo son paralelos. Las caras del tetraedro que contienen a dos de estos lados se cortan en una arista que, a su vez, será paralela al plano de corte y paralela a estos dos lados del rombo. Sean $A, B, C$ y $D$ los vértices del tetraedro, y supongamos que la arista paralela al ...
Spain
XLV Olimpiada Matemática Española
[ "Geometry > Solid Geometry > 3D Shapes" ]
null
proof only
null
0j4v
Problem: How many polynomials $P$ with integer coefficients and degree at most $5$ satisfy $0 \leq P(x) < 120$ for all $x \in \{0,1,2,3,4,5\}$?
[ "Solution:\nFor each nonnegative integer $i$, let $x^{\\underline{i}} = x(x-1) \\cdots (x-i+1)$. (Define $x^{0} = 1$.)\n\nLemma: Each polynomial with integer coefficients $f$ can be uniquely written in the form\n$$\nf(x) = a_{n} x^{\\underline{n}} + \\ldots + a_{1} x^{\\underline{1}} + a_{0} x^{\\underline{0}}, \\q...
United States
Harvard-MIT Mathematics Tournament
[ "Algebra > Algebraic Expressions > Polynomials > Polynomial interpolation: Newton, Lagrange", "Number Theory > Modular Arithmetic" ]
null
proof and answer
86400000
02hj
Problem: Na figura ao lado $ABCD$ é um retângulo e $ABE$ e $CDF$ são triângulos retângulos. A área do triângulo $ABE$ é $150~\mathrm{cm}^2$ e os segmentos $AE$ e $DF$ medem, respectivamente, $15~\mathrm{cm}$ e $24~\mathrm{cm}$. Qual o comprimento do segmento $CF$? ![](attached_image_1.png)
[ "Solution:\n\nO segmento $CF$, que queremos calcular, é um cateto do triângulo retângulo $CDF$. O teorema de Pitágoras, aplicado a este triângulo, diz que $CD^2 = CF^2 + FD^2 = CF^2 + 24^2$ e daí tiramos $CF^2 = CD^2 - 24^2$. Ou seja, para achar $CF$ basta conhecer $CD$. Como os lados opostos de um retângulo (e, ma...
Brazil
Brazilian Mathematical Olympiad
[ "Geometry > Plane Geometry > Miscellaneous > Distance chasing" ]
null
proof and answer
7
0ieu
Problem: A regular octahedron has a side length of $1$. What is the distance between two opposite faces?
[ "Solution: $\\sqrt{6} / 3$\nImagine orienting the octahedron so that the two opposite faces are horizontal. Project onto a horizontal plane; these two faces are congruent equilateral triangles which (when projected) have the same center and opposite orientations. Hence, the vertices of the octahedron project to the...
United States
Harvard-MIT Mathematics Tournament
[ "Geometry > Solid Geometry > 3D Shapes", "Geometry > Plane Geometry > Triangles > Triangle trigonometry" ]
null
final answer only
√6/3
0ia0
Problem: For $n$ an integer, evaluate $$ \lim_{n \rightarrow \infty}\left(\frac{1}{\sqrt{n^{2}-0^{2}}}+\frac{1}{\sqrt{n^{2}-1^{2}}}+\cdots+\frac{1}{\sqrt{n^{2}-(n-1)^{2}}}\right) $$
[ "Solution:\n\nNote that $\\frac{1}{\\sqrt{n^{2}-i^{2}}}=\\frac{1}{n} \\cdot \\frac{1}{\\sqrt{1-\\left(\\frac{i}{n}\\right)^{2}}}$, so that the sum we wish to evaluate is just a Riemann sum. Then,\n\n$$\n\\lim_{n \\rightarrow \\infty}\\left(\\frac{1}{n} \\sum_{i=0}^{n-1} \\frac{1}{\\sqrt{1-\\left(\\frac{i}{n}\\right...
United States
Harvard-MIT Mathematics Tournament
[ "Calculus > Integral Calculus > Techniques > Single-variable", "Precalculus > Limits" ]
null
proof and answer
pi/2
0cb3
Let the equation $x^2 + (a+b-1)x + ab - a - b = 0$, where $a$ and $b$ are positive integers such that $0 < a \leq b$. a) Show that the equation has two distinct real solutions. b) Prove that if one solution of the equation is an integer, then both solutions are non positive integers and $b < 2a$.
[ "a) The discriminant of the equation is\n$$\n\\Delta = (a+b-1)^2 - 4(ab-a-b) = (a-b)^2 + 2a + 2b + 1 > 0,\n$$\n\nb) If $x_1 < x_2$ are the two solutions of the equation, from Vi\\`ete's first relation, $x_1 + x_2 = 1 - a - b \\in \\mathbb{Z}$, so $x_1 \\in \\mathbb{Z} \\iff x_2 \\in \\mathbb{Z}$.\nLet $f(x) = x^2 +...
Romania
THE 73rd ROMANIAN MATHEMATICAL OLYMPIAD - FINAL ROUND
[ "Algebra > Algebraic Expressions > Polynomials > Vieta's formulas", "Algebra > Intermediate Algebra > Quadratic functions", "Algebra > Equations and Inequalities > Linear and quadratic inequalities", "Number Theory > Divisibility / Factorization > Factorization techniques" ]
null
proof only
null
02dx
$ABC$ is a triangle with $\angle A = 90^\circ$. For a point $D$ on the side $BC$, the feet of the perpendiculars to $AB$ and $AC$ are $E$ and $F$. For which point $D$ is $EF$ a minimum?
[ "The foot of the perpendicular from $A$. $AEDF$ is a rectangle, so $EF = AD$. $AD$ is obviously a minimum for the altitude." ]
Brazil
VI OBM
[ "Geometry > Plane Geometry > Miscellaneous > Distance chasing", "Geometry > Plane Geometry > Geometric Inequalities > Optimization in geometry" ]
English
proof and answer
The foot of the perpendicular from A to BC.
0b9b
Let $ABC$ be a scalene triangle and let $I$ be its incenter. Consider the circles $\gamma$, $\delta$, of diameters $IB$, respectively $IC$. The circles $\gamma'$, $\delta'$ are the mirror images of $\gamma$, $\delta$ in $IC$, respectively $IB$. Prove that the circumcenter of the triangle $ABC$ lies on the line joining ...
[ "Let $B_1$ be the symmetrical of the point $B$ with respect to the line $IC$, and let $C_1$ be the symmetrical of the point $C$ with respect to the line $IB$. Denote by $B_2$ the midpoint of the segment $IB_1$, and by $C_2$ the midpoint of the segment $IC_1$. The circles $\\gamma'$ and $\\delta'$ have diameters $IB...
Romania
NMO Selection Tests for the Junior Balkan Mathematical Olympiad
[ "Geometry > Plane Geometry > Circles > Radical axis theorem", "Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point circle", "Geometry > Plane Geometry > Miscellaneous > Distance chasing" ]
English
proof only
null
02u6
Problem: Na equação $x^{2}+p x+q=0$, os coeficientes $p$ e $q$ podem assumir quaisquer valores do intervalo $[-1,1]$. Quais são os possíveis valores das raízes de tal equação?
[ "Solution:\n\nAs raízes da equação são dadas por $r=\\frac{-p \\pm \\sqrt{p^{2}-4 q}}{2}$. O valor máximo $\\alpha$ de tal expressão deve ocorrer quando $-p$ e $\\pm \\sqrt{p^{2}-4 q}$ forem máximos. Como $p^{2}-4 q \\leq 1^{2}-4(-1)=5$ e $-p \\leq 1$, segue que\n$$\n\\begin{aligned}\n\\alpha & =\\frac{1+\\sqrt{1^{...
Brazil
Brazilian Mathematical Olympiad
[ "Algebra > Intermediate Algebra > Quadratic functions", "Algebra > Equations and Inequalities > Linear and quadratic inequalities" ]
null
proof and answer
All real numbers in the interval [-(1+√5)/2, (1+√5)/2]
0f18
Problem: Find all positive integers $m$, $n$ such that $n^n$ has $m$ decimal digits and $m^m$ has $n$ decimal digits.
[]
Soviet Union
ASU
[ "Algebra > Intermediate Algebra > Logarithmic functions", "Algebra > Algebraic Expressions > Sequences and Series > Floors and ceilings" ]
null
proof and answer
(m, n) = (1, 1), (8, 8), (9, 9)
0kkv
Problem: Point $P$ lies inside equilateral triangle $ABC$ so that $\angle BPC = 120^{\circ}$ and $AP \sqrt{2} = BP + CP$. $\frac{AP}{AB}$ can be written as $\frac{a \sqrt{b}}{c}$, where $a, b, c$ are integers, $c$ is positive, $b$ is square-free, and $\operatorname{gcd}(a, c) = 1$. Find $100a + 10b + c$.
[ "Solution:\n\nLet $O$ be the center of $ABC$. First, we draw in the circumcircle of $ABC$ and the circumcircle of $BOC$, labeled $\\omega_1$ and $\\omega_2$, respectively. Note that $\\omega_1$ is the reflection of $\\omega_2$ over $BC$ and that $P$ lies on $\\omega_2$. Now, let $P_C$ be the second intersection of ...
United States
HMMT November 2021
[ "Geometry > Plane Geometry > Triangles > Triangle trigonometry", "Geometry > Plane Geometry > Circles > Radical axis theorem", "Geometry > Plane Geometry > Miscellaneous > Angle chasing" ]
null
final answer only
255
04qy
In the interiors of the sides $AB$, $BC$, $CA$ of a given triangle $ABC$, points $K$, $L$ and $M$, respectively, are given such that $$ \frac{|AK|}{|KB|} = \frac{|BL|}{|LC|} = \frac{|CM|}{|MA|} $$ Show that the triangles $ABC$ and $KLM$ have a common orthocenter if and only if the triangle $ABC$ is equilateral.
[ "A point $V$ of the plane containing a triangle $ABC$ is its orthocenter if and only if, at the same time, $AV \\perp BC$ and $BV \\perp AC$; that is, $AV \\cdot BC = 0$ and $BV \\cdot AC = 0$. Substituting $BC = BV - CV$ and $AC = AV - CV$, an easy manipulation leads to the equivalent condition in the form of the ...
Czech Republic
Czech-Slovak-Polish Match
[ "Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point circle", "Geometry > Plane Geometry > Analytic / Coordinate Methods > Vectors" ]
English
proof only
null
0f04
Problem: Is it possible to place the digits $0$, $1$, $2$ into unit squares of $100 \times 100$ cross-lined paper such that every $3 \times 4$ (and every $4 \times 3$) rectangle contains three $0$s, four $1$s and five $2$s?
[]
Soviet Union
ASU
[ "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments" ]
null
proof only
null
0alo
Problem: Evaluate $$ \sqrt[1000]{1000^{1000}+\binom{1000}{1} 1000^{998}+\binom{1000}{2} 1000^{996}+\cdots+\binom{1000}{999} 1000^{-998}+1000^{-1000}} $$
[]
Philippines
Area Stage
[ "Discrete Mathematics > Combinatorics > Algebraic properties of binomial coefficients", "Algebra > Algebraic Expressions > Polynomials > Polynomial operations", "Algebra > Algebraic Expressions > Sequences and Series > Sums and products" ]
null
proof and answer
1000 + 1/1000
02te
Problem: Um número natural é bacana se a soma de todos os seus divisores positivos (incluindo $1$ e $n$) é maior ou igual ao dobro do número. Por exemplo, $12$ é bacana pois $1+2+3+4+6+12=28 \geq 24=2 \cdot 12$ enquanto que $4$ não é bacana pois $1+2+4<8=2 \cdot 4$. Demonstre que existem infinitos números que são baca...
[ "Solution:\n\nVeja que nenhum número primo é bacana, pois se $p$ é primo a soma dos seus divisores positivos é $p+1<2p$. Como existem infinitos números primos, segue que existem infinitos números que não são bacanas.\n\nSe $p$ é um primo maior que $3$, o número $n=12p$ possui pelo menos os seguintes divisores posit...
Brazil
Brazilian Mathematical Olympiad
[ "Number Theory > Number-Theoretic Functions > σ (sum of divisors)", "Number Theory > Divisibility / Factorization > Prime numbers" ]
null
proof only
null
0cwe
A convex $n$-gon is drawn on the blackboard, $n \ge 4$. Paint each its vertex black or white. Say that a diagonal is *multicolor* if its endpoints are of different colors. We say that the painting is *good* if one can partition the $n$-gon into triangles by drawing some multicolor diagonals sharing no internal points. ...
[ "Сразу же заметим, что раскраска всех вершин в один цвет хорошей не является; такие раскраски в дальнейшем решении не рассматриваются.\nНазовём сторону многоугольника разноцветной, если её концы окрашены в разные цвета (то есть расширим определение разноцветности на стороны). Назовём раскраску вершин упорядоченной,...
Russia
Regional round
[ "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments", "Discrete Mathematics > Combinatorics > Induction / smoothing" ]
English; Russian
proof and answer
n(n-1)
0j64
Problem: Let $\omega_{1}$ and $\omega_{2}$ be two circles that intersect at points $A$ and $B$. Let line $l$ be tangent to $\omega_{1}$ at $P$ and to $\omega_{2}$ at $Q$ so that $A$ is closer to $PQ$ than $B$. Let points $R$ and $S$ lie along rays $PA$ and $QA$, respectively, so that $PQ = AR = AS$ and $R$ and $S$ are...
[ "![](attached_image_1.png)\nWe use directed angles throughout the solution.\nLet $T$ denote the point such that $\\angle TCD = \\frac{1}{2} \\angle APQ$ and $\\angle TDC = \\frac{1}{2} \\angle AQP$. We claim that $T$ is the circumcenter of triangle $SAR$.\nSince $CP = CA$, $QP = RA$, and $\\angle CPQ = \\angle CPA ...
United States
Harvard-MIT Mathematics Tournament
[ "Geometry > Plane Geometry > Circles > Tangents", "Geometry > Plane Geometry > Transformations > Spiral similarity", "Geometry > Plane Geometry > Miscellaneous > Angle chasing", "Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point cir...
null
proof and answer
142.5
0i33
Problem: Let $a_{1}, a_{2}, a_{3}, \ldots$ be a sequence of positive integers with the following property: if $S$ is any nonempty set of positive integers, there exists $s \in S$ with $a_{s} \leq \operatorname{gcd}(S)$. Prove that $n!$ is divisible by $a_{1} a_{2} \cdots a_{n}$ for every positive integer $n$.
[ "Solution:\nFix $n$. Arrange the integers $a_{1}, \\ldots, a_{n}$ in nonincreasing order, $a_{i_{1}} \\geq a_{i_{2}} \\geq \\cdots \\geq a_{i_{n}}$. We claim there exists a bijective function $f:\\{1,2, \\ldots, n\\} \\rightarrow \\{1,2, \\ldots, n\\}$ such that $a_{i_{k}} \\mid f(k)$ for each $k=1,2, \\ldots, n$. ...
United States
Berkeley Math Circle Monthly Contest #7
[ "Number Theory > Divisibility / Factorization > Greatest common divisors (gcd)", "Discrete Mathematics > Combinatorics > Pigeonhole principle", "Discrete Mathematics > Combinatorics > Induction / smoothing", "Discrete Mathematics > Combinatorics > Games / greedy algorithms" ]
null
proof only
null
0hwa
Problem: Find an $n$ such that $n! - (n-1)! + (n-2)! - (n-3)! + \cdots \pm 1!$ is prime. Be prepared to justify your answer for $$ \left\{\begin{array}{c} n, \\ {\left[\frac{n+225}{10}\right],} \\ n \leq 25 \end{array}\right. $$ points, where $[N]$ is the greatest integer less than $N$.
[ "Solution:\n\n$3, 4, 5, 6, 7, 8, 10, 15, 19, 41$ (26 points), $59, 61$ (28 points), $105$ (33 points), $160$ (38 points) are the only ones less than or equal to $335$. If anyone produces an answer larger than $335$, then we ask for justification to call their bluff. It is not known whether or not there are infinite...
United States
null
[ "Number Theory > Divisibility / Factorization > Factorization techniques", "Algebra > Algebraic Expressions > Sequences and Series > Sums and products" ]
null
proof and answer
n ∈ {3, 4, 5, 6, 7, 8, 10, 15, 19, 41, 59, 61, 105, 160} (these are exactly those ≤ 335 producing a prime value)
09ig
Let $n \ge 5$. For positive integers $a$, $b$ and $c$ not exceeding $n$, prove that $(a+1)c$ is not divisible by $n$ if both $a(b+1)$ and $b(c+1)$ are divisible by $n$.
[]
Mongolia
Mongolian Mathematical Olympiad Round 1
[ "Number Theory > Divisibility / Factorization", "Number Theory > Modular Arithmetic" ]
null
proof only
null
0fez
Problem: Los números reales no nulos $a$ y $b$ verifican la igualdad $$ \frac{a^{2} b^{2}}{a^{4}-2 b^{4}}=1 $$ Encontrar, razonadamente, todos los valores tomados por la expresión $$ \frac{a^{2}-b^{2}}{a^{2}+b^{2}} $$
[ "Solution:\nLa primera igualdad del enunciado la escribimos como\n$$\na^{2} b^{2}=a^{4}-2 b^{4} \\Leftrightarrow a^{4}-b^{2} a^{2}-2 b^{4}=0 \\Leftrightarrow\\left(a^{2}+b^{2}\\right)\\left(a^{2}-2 b^{2}\\right)=0\n$$\nDe ahí que, o bien $a^{2}=-b^{2}$ (lo que es claramente imposible), o bien $a^{2}=2 b^{2}$.\nEn e...
Spain
TANDA III
[ "Algebra > Algebraic Expressions > Polynomials > Polynomial operations", "Algebra > Prealgebra / Basic Algebra > Simple Equations" ]
null
proof and answer
1/3
0g6t
假設有 1000 位學生站在圓上。試證存在一個整數 $k$, $100 \le k \le 300$, 使得在此圓上能夠找到一組連續的 $2k$ 個學生, 其中前一半學生的女生數目與後一半的女生數目相同。
[ "由 1 至 1000 標記學生。令 $a_i = 1$, 如果第 $i$ 個學生是女生, 否則 $a_i = 0$。對所有的整數 $i$, 令\n$$\na_{i+1000} = a_{i-1000} = a_i.\n$$\n其次, 令\n$$\nS_k(i) = a_i + a_{i+1} + \\cdots + a_{i+k-1}.\n$$\n題設從新改寫如下:\n存在一個整數 $k$, $100 \\le k \\le 300$ 且足標 $i$ 使得 $S_k(i) = S_k(i + k)$。\n假設上述不成立。選取一個足標 $i$ 使得 $S_{100}(i)$ 達到最大可能值。則\n$$\nS_{100}(i ...
Taiwan
二〇一二數學奧林匹亞競賽第一階段選訓營
[ "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments" ]
null
proof only
null
05px
Problem: Soient $A_{1}, A_{2}, \ldots, A_{n}, B_{1}, B_{2}, \ldots, B_{n}$ des ensembles de $k$ éléments. Montrer que si $n < 2^{k-1}$ alors il existe des éléments $a_{1}, a_{2}, \ldots, a_{n}, b_{1}, b_{2}, \ldots, b_{n}$ tels que: $$ a_{i} \in A_{i},\ b_{j} \in B_{j},\ a_{i} \neq b_{j} $$ pour tout $1 \leqslant i, j...
[ "Solution:\n\nSoit $X$ l'union de tous les $A_{i}$ et $B_{j}$ pour tous $1 \\leqslant i, j \\leqslant n$ et soit $m=|X|$. On veut montrer qu'il y a un coloriage des éléments de $X$ en rouge et bleu telle que\n- Aucun des $A_{1}, A_{2}, \\ldots, A_{n}$ ne soit totalement rouge,\n- Aucun des $B_{1}, B_{2}, \\ldots, B...
France
Olympiades Françaises de Mathématiques
[ "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments", "Discrete Mathematics > Combinatorics > Inclusion-exclusion" ]
null
proof only
null
00xx
Problem: Let's call a positive integer "interesting" if it is a product of two (distinct or equal) prime numbers. What is the greatest number of consecutive positive integers all of which are "interesting"?
[ "Solution:\n\nThe three consecutive numbers $33 = 3 \\cdot 11$, $34 = 2 \\cdot 17$ and $35 = 5 \\cdot 7$ are all \"interesting\". On the other hand, among any four consecutive numbers there is one of the form $4k$ which is \"interesting\" only if $k = 1$. But then we have either $3$ or $5$ among the four numbers, n...
Baltic Way
Baltic Way 1993
[ "Number Theory > Divisibility / Factorization > Prime numbers", "Number Theory > Other" ]
null
proof and answer
3
0jgo
Two incongruent triangles $ABC$ and $XYZ$ are called a pair of *pals* if they satisfy the following conditions: (a) the two triangles have the same area; (b) let $M$ and $W$ be the respective midpoints of sides $BC$ and $YZ$. The two sets of lengths $\{AB, AM, AC\}$ and $\{XY, XW, XZ\}$ are identical 3-element sets of ...
[ "**Lemma 2.** The following statement and its converse are both true: If $q, r, s$ are three distinct positive real numbers such that $q, r, 2s$ are side lengths of a triangle, then there is an unique triangle $PQR$ with $PQ = q, PR = r$, and $PS = s$, where $S$ is the midpoint of side $QR$.\n*Proof.* If $q, r, 2s$...
United States
TST
[ "Geometry > Plane Geometry > Triangles > Triangle trigonometry", "Geometry > Plane Geometry > Miscellaneous > Constructions and loci", "Number Theory > Divisibility / Factorization > Greatest common divisors (gcd)", "Number Theory > Algebraic Number Theory > Quadratic forms", "Algebra > Algebraic Expression...
null
proof and answer
Yes, there are infinitely many such pairs of pals.
038r
Find the minimum possible number of the edges of a graph with $n$ vertices having the following property: a) If we draw an arbitrary new edge then a new triangle (3-clique) appears. b) If we draw an arbitrary new edge then a new 4-clique appears.
[ "a) Let $G$ be a graph with the required property and minimum possible number of edges. If $G$ is not connected then adding a new edge which connects two components does not give a new 3-clique, a contradiction.\nTherefore $G$ is connected and it has at least $n-1$ edges. On the other hand, the graph $K_{1,n-1}$ ha...
Bulgaria
Winter Mathematical Competition
[ "Discrete Mathematics > Graph Theory", "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments", "Discrete Mathematics > Combinatorics > Induction / smoothing" ]
English
proof and answer
a) n - 1; b) 2n - 3
02h9
We have four charged batteries, four uncharged batteries and a radio which needs two charged batteries to work. Suppose we don't know which batteries are charged and which ones are uncharged. Find the least number of attempts sufficient to make sure the radio will work. An attempt consists in putting two batteries in t...
[ "Let's generalize this problem to $2n$ batteries, $n$ of them charged. The number of charged batteries needed is still two.\nOne can see that the order of the attempts doesn't matter and that a set of attempts is always successful if and only if in every set of $n$ batteries there is an attempt with two of these ba...
Brazil
Brazil
[ "Discrete Mathematics > Graph Theory > Turán's theorem", "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments" ]
English
proof and answer
7
0bt9
Each of the numbers $1, 2, 3, \ldots, 31$ is written on a separate card. Alex and Bogdan pick $15$ cards each and notice that the sum of Alex's cards is three times larger than the sum of Bogdan's cards. Find the number of the remaining card.
[ "Let $A$ and $B$ be the respective sums. Then $B$ is at least $1+2+3+\\ldots+15 = 120$, so $A$ is at least $3 \\cdot 120 = 360$. But $A$ is at most $17+18+\\ldots+31 = 360$, so $A$ must be $360$ and $B$ must be $120$. Therefore Alex must pick $17, 18, \\ldots, 31$ and Bogdan has to pick $1, 2, \\ldots, 15$, so the ...
Romania
67th Romanian Mathematical Olympiad
[ "Algebra > Algebraic Expressions > Sequences and Series > Sums and products", "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments" ]
English
proof and answer
16
064b
Problem: Es sei $\varepsilon>0$ gegeben. Zeigen Sie, dass es ganze Zahlen $a, b$ und $c$ gibt, die nicht alle 0 sind, sodass die Ungleichung $|a \sqrt{2}+b \sqrt{3}+c \sqrt{5}|<\varepsilon$ erfüllt ist. Beweisen Sie außerdem, dass in jedem Tripel $(a, b, c) \neq(0,0,0)$ ganzer Zahlen, für das diese Ungleichung gilt, ...
[ "Solution:\n\nIm ersten Beweis des ersten Teils bezeichnen wir für eine reelle Zahl $x$ sei $[x]$ die größte ganze Zahl, die nicht größer als $x$ ist (Gauß-Klammer), die Zahl $\\langle x\\rangle:=x-[x] \\in[0,1)$ wird als als gebrochener Anteil von $x$ bezeichnet.\nWir wählen eine ganze Zahl $n>\\sqrt{2} \\varepsil...
Germany
Auswahlklausur
[ "Discrete Mathematics > Combinatorics > Pigeonhole principle", "Algebra > Equations and Inequalities > Cauchy-Schwarz", "Number Theory > Algebraic Number Theory > Algebraic numbers", "Number Theory > Divisibility / Factorization > Factorization techniques" ]
null
proof only
null
0dvv
Problem: Krt je izkopal podzemne sobe in jih povezal z rovi tako, da iz vsake sobe vodijo natanko 3 rovi v 3 različne sobe. Rovi se med seboj ne sekajo. Med poljubnimi 3 sobami vedno obstajata 2, ki nista povezani z rovom. Dokaži, da je krt izkopal vsaj 6 sob. Ali je možno, da je krt izkopal natanko 6 sob?
[ "Solution:\n\nIzberimo 1 sobo. Iz nje vodijo 3 rovi v 3 nove sobe, iz vsake od njih pa vodita še 2 rova, kot kaže prva slika na desni. Če bi povezali 2 nezaključena rova na tej sliki, bi dobili 3 sobe, ki so paroma povezane. Torej obstajata vsaj\n\n![](attached_image_1.png)\n\nše 2 sobi. Dokazali smo, da je sob vsa...
Slovenia
47. matematično tekmovanje srednješolcev Slovenije
[ "Discrete Mathematics > Graph Theory" ]
null
proof and answer
At least six rooms; yes, it is possible to have exactly six rooms.
00t9
Let $f, g$ be functions from the positive integers to the integers. Vlad the impala is jumping around the integer grid. His initial position is $\mathbf{x}_0 = (0,0)$, and for every $n \ge 1$, his jump is $$ \mathbf{x}_n - \mathbf{x}_{n-1} = (\pm f(n), \pm g(n)) \text{ or } (\pm g(n), \pm f(n)), $$ with eight possibili...
[ "(a) Yes it is always possible. The key idea is the following: Let $b(n)$ be the number of 1's in the binary expansion of $n = 0, 1, 2, \\dots$.\n\n**Lemma:** Given a polynomial $f$ with integer coefficients and degree at most $d$, then\n$$\n\\sum_{k=0}^{2^{d+1}-1} (-1)^{b(k)} f(n+k) = f(n) - f(n+1) - f(n+2) + \\do...
Balkan Mathematical Olympiad
Balkan Mathematical Olympiad
[ "Algebra > Algebraic Expressions > Polynomials > Polynomial operations", "Algebra > Algebraic Expressions > Sequences and Series > Sums and products", "Discrete Mathematics > Combinatorics > Induction / smoothing", "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments" ]
null
proof and answer
a) Yes. b) No.
0ion
Problem: $\triangle ABC$ is right angled at $A$. $D$ is a point on $AB$ such that $CD=1$. $AE$ is the altitude from $A$ to $BC$. If $BD=BE=1$, what is the length of $AD$?
[ "Solution:\n\nAnswer: $\\sqrt[3]{2}-1$. Let $AD = x$, angle $ABC = t$. We also have $\\angle BCA = 90 - t$ and $\\angle DCA = 90 - 2t$ so that $\\angle ADC = 2t$. Considering triangles $ABE$ and $ADC$, we obtain, respectively,\n$\\cos(t) = 1/(1 + x)$ and $\\cos(2t) = x$. By the double angle formula we get, $(1 + x)...
United States
Harvard-MIT Mathematics Tournament
[ "Geometry > Plane Geometry > Triangles > Triangle trigonometry", "Geometry > Plane Geometry > Miscellaneous > Angle chasing", "Geometry > Plane Geometry > Analytic / Coordinate Methods > Trigonometry" ]
null
proof and answer
∛2 − 1
0ewh
Problem: Given 5 circles. Every 4 have a common point. Prove that there is a point common to all 5.
[ "Solution:\nLet the circles be $a$, $b$, $c$, $d$, $e$. Let $A$ be a point common to $b$, $c$, $d$, $e$, let $B$ be a point common to $a$, $c$, $d$, $e$ and so on. If any two of $A$, $B$, $C$, $D$, $E$ coincide then the coincident point is on all 5 circles. Suppose they are all distinct. Then $A$, $B$, $C$ are on $...
Soviet Union
3rd ASU
[ "Geometry > Plane Geometry > Circles" ]
null
proof only
null
07ey
A weighted complete graph with distinct positive weights is given such that every triangle is degenerate, i.e., the weight of one of the edges is equal to the sum of the two others. Prove that one can assign values to the vertices of this graph such that the weight of each edge is equal to the difference between the va...
[ "Let $d_{X,Y}$ be the weight assigned to the edge $XY$ of the graph. Clearly, in each triangle the maximum weight of an edge is the sum of the two others. Let $d_{A,B}$ be the maximum weight among all weights assigned to the edges. Now assign $0$ to vertex $A$ and $d_{A,X}$ to any other vertex $X$. Obviously, this ...
Iran
37th Iranian Mathematical Olympiad
[ "Discrete Mathematics > Graph Theory" ]
English
proof only
null
0a1q
Problem: Elke scholier in Nederland krijgt een eindig aantal kaartjes. Op elk kaartje staat een reël getal in het interval $[0,1]$. (De getallen op verschillende kaartjes hoeven niet verschillend te zijn.) Vind het kleinste reële getal $c>0$ waarvoor het volgende geldt, onafhankelijk van de getallen op de kaartjes die...
[ "Solution:\n\nStel dat een van de scholieren 1001 kaartjes heeft gekregen met elk het getal $\\frac{1000}{1001}$. Aangezien de som van de kaartjes 1000 is, moet deze scholier de kaartjes over de 100 dozen kunnen verdelen. Wegens het ladenprincipe is er minstens een doos met 11 kaartjes. De som van deze 11 kaartjes ...
Netherlands
IMO-selectietoets III
[ "Discrete Mathematics > Combinatorics > Pigeonhole principle", "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments" ]
null
proof and answer
11 - 1/91
0bjy
If $n$ is a positive integer, we will call a triple $(x, y, z)$ of positive integers of type $n$ if $x + y + z = n$. Denote $s(n)$ the number of triples of type $n$. a) Prove that there exists no positive integer $n$ such that $s(n) = 14$.
[ "Let us count the triples $(x, y, z)$ of positive integers such that $x + y + z = n$, where $n \\ge 3$ is a given integer. One can assign to $x$ any value from $1$ to $n-2$. If $x=1$, then, taking into account that $z \\ge 1$, $y$ can take $n-2$ values: from $1$ to $n-2$. If $x=2$, then $y$ can take $n-3$ values, ....
Romania
65th Romanian Mathematical Olympiad
[ "Discrete Mathematics > Combinatorics > Counting two ways", "Algebra > Algebraic Expressions > Sequences and Series > Sums and products", "Algebra > Prealgebra / Basic Algebra > Simple Equations" ]
null
proof only
null
0ccg
Given a positive integer $a$, prove that $n!$ is divisible by $n^2 + n + a$ for infinitely many positive integers $n$.
[ "We show that, if some integer $n \\ge 2$ satisfies the required condition, then so does $n^2 + a - 1$. Since $n^2 + a - 1 > n$, it is then sufficient to exhibit a single $n \\ge 2$ that fits the bill.\nConsider the identity\n$$\n(n^2 + a - 1)^2 + (n^2 + a - 1) + a = (n^2 + n + a)(n^2 - n + a). \\quad (*)\n$$\nSupp...
Romania
THE 73rd NMO SELECTION TESTS FOR THE BALKAN AND INTERNATIONAL MATHEMATICAL OLYMPIADS - SECOND SELECTION TEST
[ "Number Theory > Divisibility / Factorization > Factorization techniques", "Number Theory > Diophantine Equations > Pell's equations" ]
null
proof only
null
0hpo
Problem: In each cell of $n \times n$ table there is an arrow pointing in one of eight principal directions (i.e. one of the following: $\rightarrow, \leftarrow, \uparrow, \downarrow, \nearrow, \searrow, \nwarrow, \swarrow$ ), in such a way that the arrows in any two adjacent cells form an angle of no more than 45 degr...
[ "Solution:\nSuppose that there exists such a table of arrows and a cell in it so that we can follow the arrows without ever escaping the table. Then, since the number of cells in the table is finite, we must at some point return to a cell we have already visited, and then continue in a loop. Let's rotate all the ar...
United States
Berkeley Math Circle Monthly Contest 3
[ "Discrete Mathematics > Combinatorics > Invariants / monovariants", "Geometry > Plane Geometry > Transformations > Rotation", "Geometry > Plane Geometry > Miscellaneous > Angle chasing" ]
null
proof only
null
0kno
The Planar National Park is a subset of the Euclidean plane consisting of several trails which meet at junctions. Every trail has its two endpoints at two different junctions, whereas each junction is the endpoint of exactly three trails. Trails only intersect at junctions (in particular, trails only meet at endpoints)...
[]
United States
USAMO 2021 Day I
[ "Discrete Mathematics > Graph Theory > Euler characteristic: V-E+F", "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments", "Discrete Mathematics > Combinatorics > Invariants / monovariants" ]
null
proof and answer
3
03pz
Suppose the convex quadrilateral $ABCD$ has an inscribed circle. The circle touches $AB$, $BC$, $CD$, $DA$ at $A_1$, $B_1$, $C_1$, $D_1$ respectively. Let points $E$, $F$, $G$, $H$ be the midpoints of $A_1B_1$, $B_1C_1$, $C_1D_1$, $D_1A_1$ respectively. Prove that quadrilateral $EFGH$ is a rectangle if and only if $ABC...
[ "![](attached_image_1.png)\n\nSolution:\n\nAs seen in the figure, let point $I$ be the center of the inscribed circle of $ABCD$. Since $H$ is the midpoint of $D_1A_1$ and lines $AA_1$, $AD_1$ are the two tangent lines through $A$ to the circle, then point $H$ lies on the line segment $AI$ and $AI \\perp A_1D_1$. Fr...
China
China Western Mathematical Olympiad
[ "Geometry > Plane Geometry > Quadrilaterals > Cyclic quadrilaterals", "Geometry > Plane Geometry > Quadrilaterals > Inscribed/circumscribed quadrilaterals", "Geometry > Plane Geometry > Circles > Tangents", "Geometry > Plane Geometry > Miscellaneous > Angle chasing" ]
English
proof only
null
0dnb
Problem: Наћи највећу константу $K \in \mathbb{R}$ са следећим својством: ако су $a_{1}, a_{2}, a_{3}, a_{4}>0$ такви да за све $i, j, k \in \mathbb{N}, 1 \leqslant i<j<k \leqslant 4$, важи $a_{i}^{2}+a_{j}^{2}+a_{k}^{2} \geqslant 2\left(a_{i} a_{j}+a_{j} a_{k}+a_{k} a_{i}\right)$, онда је $$ a_{1}^{2}+a_{2}^{2}+a_{3}...
[ "Solution:\n\nНека је $\\max \\left\\{a_{1}, a_{2}\\right\\} \\leqslant a_{3} \\leqslant a_{4}$. Означимо $a_{2}=\\beta^{2}$ и $a_{3}=\\gamma^{2}, \\beta, \\gamma \\geqslant 0$. Из услова задатка следи $a_{1} \\leqslant(\\gamma-\\beta)^{2}$ и $a_{4} \\geqslant(\\gamma+\\beta)^{2}$.\nПретпоставимо да су обе ове неје...
Serbia
Serbian Mathematical Olympiad
[ "Algebra > Equations and Inequalities > Linear and quadratic inequalities", "Algebra > Intermediate Algebra > Quadratic functions" ]
null
proof and answer
11/7
01l6
$n$ distinct points ($n \ge 3$) are marked on a plane so that no three of them lie on the same line. All points are connected with the segments. All segments are painted one of the four colors so that if in some triangle (with the vertices at the marked points) two sides have the same color, then all its sides have the...
[ "Note that at most two segments of the same color start from any point. Otherwise there exist 4 points connected with the segments of the same color. But then either any of the other points are connected with these 4 points with the segments of the same color (it follows that all segments have the same color, which...
Belarus
60th Belarusian Mathematical Olympiad
[ "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments" ]
English
proof and answer
9
0kg3
Find all nonconstant polynomials $P(z)$ with complex coefficients for which all complex roots of the polynomials $P(z)$ and $P(z) - 1$ have absolute value $1$.
[ "**First approach (Evan Chen)** We introduce the following notations:\n$$\n\\begin{aligned}\nP(x) &= c_n x^n + c_{n-1} x^{n-1} + \\dots + c_1 x + c_0 \\\\\n&= c_n(x + \\alpha_1) \\dots (x + \\alpha_n) \\\\\nP(x) - 1 &= c_n(x + \\beta_1) \\dots (x + \\beta_n)\n\\end{aligned}\n$$\nBy taking conjugates,\n$$\n\\implies...
United States
USA TSTST
[ "Algebra > Algebraic Expressions > Polynomials > Vieta's formulas", "Algebra > Intermediate Algebra > Complex numbers" ]
English
proof and answer
All such polynomials are P(z) = λ z^n + c with n ≥ 1, λ ≠ 0, and |c| = |c − 1| = |λ|. Equivalently, c = 1/2 + it for some real t and |λ| = sqrt(1/4 + t^2).
0j6s
In hexagon $ABCDEF$, which is nonconvex but not self-intersecting, no pair of opposite sides are parallel. The internal angles satisfy $\angle A = 3\angle D$, $\angle C = 3\angle F$, and $\angle E = 3\angle B$. Furthermore $AB = DE$, $BC = EF$, and $CD = FA$. Prove that diagonals $\overline{AD}$, $\overline{BE}$, and $...
[ "We proceed in three steps.\n\n**Step 1:** We first give a recipe for constructing hexagons of this type. Let $ACE$ be a triangle, with all angles less than $2\\pi/3$. Let $D$ be the reflection of $A$ across $CE$; let $F$ be the reflection of $C$ across $EA$; let $B$ be the reflection of $E$ across $AC$. Then, we h...
United States
USAMO
[ "Geometry > Plane Geometry > Analytic / Coordinate Methods > Vectors", "Geometry > Plane Geometry > Miscellaneous > Angle chasing", "Geometry > Plane Geometry > Miscellaneous > Constructions and loci", "Geometry > Plane Geometry > Triangles" ]
null
proof only
null
0623
Problem: In einem Raum stehen 2005 Obstkisten, von denen jede eine oder mehrere Sorten Obst enthält, von jeder Obstsorte ganzzahlig viele Früchte. a) Man zeige, dass man stets 669 Obstkisten auswählen kann, die zusammen sowohl mindestens ein Drittel aller Äpfel als auch mindestens ein Drittel aller Birnen enthalten. b...
[ "Solution:\n\na) Es sei $N$ eine Kiste, die eine maximale Anzahl von Äpfeln enthält, sagen wir $n$ Stück. Sie werde zunächst beiseite gestellt. Wir betrachten nun alle Möglichkeiten, die verbleibenden $2004 = 3 \\cdot 668$ Kisten in drei Haufen, $A$, $B$ und $C$ zu je 668 Kisten aufzuteilen. Die Gesamtzahl an Äpfel...
Germany
1. IMO-Auswahlklausur
[ "Discrete Mathematics > Combinatorics > Pigeonhole principle", "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments", "Discrete Mathematics > Combinatorics > Induction / smoothing" ]
null
proof and answer
a) Yes, such 669 boxes always exist. b) No, not always; a counterexample shows it is impossible.
0cpw
Basil drew $n$ circles in a plane. After that, for every two circles he drew all their common tangents. It appears that the drawn lines contain all the sides of some regular 2011-gon. Find the least possible value of $n$. (N. Agakhanov) Вася нарисовал на плоскости несколько окружностей и провёл всевозможные общие каса...
[ "**Ответ.** 504.\n\nОбозначим полученный правильный 2011-угольник через $M$, его вершины (по часовой стрелке) — через $X_1, X_2, \\dots, X_{2011}$, его вписанную окружность через $\\omega$, а его центр — через $O$. Назовём прямые, содержащие стороны многоугольника, выделенными.\n\nЗаметим, что для любых пяти послед...
Russia
Russian Mathematical Olympiad
[ "Geometry > Plane Geometry > Circles > Tangents", "Geometry > Plane Geometry > Miscellaneous > Constructions and loci", "Geometry > Plane Geometry > Miscellaneous > Angle chasing", "Discrete Mathematics > Combinatorics > Counting two ways" ]
English, Russian
proof and answer
504
09dw
Prove that if $a, b, c > 0$ then the inequality $$ \frac{a^2(a^3 + b^3)}{a^2 + ab + b^2} + \frac{b^2(b^3 + c^3)}{b^2 + bc + c^2} + \frac{c^2(c^3 + a^3)}{c^2 + ca + a^2} \ge 2abc \text{ holds.} $$
[ "First, we will prove if $\\forall x, y > 0$ then the inequality $(*) \\frac{x^2-xy+y^2}{x^2+xy+y^2} \\geq \\frac{1}{3}$ holds.\n\n$(*) \\Leftrightarrow 3(x^2-xy+y^2) \\geq x^2+xy+y^2 \\Leftrightarrow 2(x^2+y^2)-4xy \\geq 0 \\Leftrightarrow 2(x-y)^2 \\geq 0$ thus proof of $(*)$ completes. Consequently,\n$$\n\\frac{...
Mongolia
Mongolian Mathematical Olympiad
[ "Algebra > Equations and Inequalities > QM-AM-GM-HM / Power Mean", "Algebra > Equations and Inequalities > Linear and quadratic inequalities" ]
English
proof only
null
0a3m
Problem: Initieel staat er een positief geheel getal $N$ op het schoolbord. We vervangen het getal herhaaldelijk aan de hand van de volgende regels: - vervang het getal op het bord door een positief veelvoud van zichzelf, - vervang het getal door een getal met dezelfde cijfers in een andere volgorde. (Het is toegestaa...
[ "Solution:\n\nAntwoord: dit is mogelijk precies als $N \\not \\equiv 0 \\bmod 3$. Inderdaad als 3 wel een deler is $N$, dan is dat na beide stappen nog zo: elk veelvoud van $N$ is deelbaar door 3, en het verwisselen van de cijfers verandert de som van de cijfers niet.\n\nNu nemen we aan dat $N \\not \\equiv 0 \\bmo...
Netherlands
IMO-selectietoets III
[ "Number Theory > Modular Arithmetic > Fermat / Euler / Wilson theorems", "Number Theory > Residues and Primitive Roots > Multiplicative order", "Number Theory > Divisibility / Factorization > Greatest common divisors (gcd)", "Discrete Mathematics > Combinatorics > Invariants / monovariants" ]
null
proof and answer
All positive integers not divisible by 3
0148
Problem: Consider a grid of $25 \times 25$ unit squares. Draw with a red pen contours of squares of any size on the grid. What is the minimal number of squares we must draw in order to colour all the lines of the grid?
[ "Solution:\n\nConsider a diagonal of the square grid. For any grid vertex $A$ on this diagonal denote by $C$ the farthest endpoint of this diagonal. Let the square with the diagonal $A C$ be red. Thus, we have defined the set of 48 red squares (24 for each diagonal). It is clear that if we draw all these squares, a...
Baltic Way
Baltic Way 2005
[ "Discrete Mathematics > Combinatorics > Counting two ways", "Discrete Mathematics > Combinatorics > Pigeonhole principle", "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments" ]
null
proof and answer
48
0bww
a) Find $x \in \mathbb{N}$ and $y \in \mathbb{Q}$, such that $\sqrt{x + \sqrt{x}} = y$. b) Prove that one can find infinitely many pairs $(x, y) \in \mathbb{Q}^2$ such that $$ \sqrt{x + \sqrt{x}} = y. $$
[ "a) Since $\\sqrt{x + \\sqrt{x}} \\in \\mathbb{Q}$, $x$ must be a square. Let $x = n^2$, with $n \\in \\mathbb{N}$. We obtain $n(n + 1) = y^2$, and since $n^2 \\le n(n + 1) < (n + 1)^2$, we deduce that $n = 0$, hence $x = y = 0$.\n\nb) There are infinitely many Pythagorean triples $(p, q, r)$ with $p^2 + q^2 = r^2$...
Romania
THE 68th ROMANIAN MATHEMATICAL OLYMPIAD
[ "Number Theory > Diophantine Equations > Pythagorean triples", "Algebra > Intermediate Algebra > Other" ]
English
proof and answer
a) x = 0, y = 0. b) Infinitely many solutions are given by taking any Pythagorean triple p, q, r with p^2 + q^2 = r^2 and setting x = p^4 / q^4 and y = pr / q^2.
07ie
Suppose that $2 \le n$ and $a_1, \dots, a_n$ are natural numbers such that $\text{gcd}(a_1, \dots, a_n) = 1$. Find all strictly increasing functions $f: \mathbb{Z} \to \mathbb{R}$ with the following property: $$ \forall x_1, \dots, x_n \in \mathbb{Z} : f\left(\sum_{i=1}^{n} x_i a_i\right) = \sum_{i=1}^{n} f(x_i a_i). $...
[ "Let $D_i = \\text{gcd}(a_1, \\dots, a_{i-1}, a_{i+1}, \\dots, a_k)$ ($i = 1, \\dots, k$). Then $f(x) = Cx + f_1(x) + \\dots + f_k(x)$ such that $f_1, \\dots, f_k$ are periodic of period $D_i$ and $f_i(0) = 0$. Let $P = a_1 \\dots a_k$ then if $f(P) = 0$ it follows that for all $i \\neq j$ and $m \\ge 0$ we have $f...
Iran
40th Iranian Mathematical Olympiad
[ "Algebra > Algebraic Expressions > Functional Equations", "Number Theory > Divisibility / Factorization > Greatest common divisors (gcd)", "Number Theory > Modular Arithmetic > Chinese remainder theorem" ]
null
proof and answer
null
0aun
Problem: Two numbers $p$ and $q$ are both chosen randomly (and independently of each other) from the interval $[-2,2]$. Find the probability that $4x^{2}+4px+1-q^{2}=0$ has imaginary roots.
[]
Philippines
17th Philippine Mathematical Olympiad Area Stage
[ "Algebra > Intermediate Algebra > Quadratic functions" ]
null
proof and answer
π/16
0h26
How many integer solutions does the equation have $$ x^2 + y^2 + z^2 - xy - yz - zx = x^3 + y^3 + z^3 + s, $$ if $$ a) s = 0; $$ $$ b) s = 1? $$
[ "a) Take $x = -y$, we get\n$$\n3x^2 + z^2 = z^3.\n$$\nTake $x = tz$, we get: $3z^2t^2 + z^2 = z^3$, or $3t^2 + 1 = z$, therefore\n$$\nz = 3t^2 + 1, x = t(3t^2 + 1), y = -t(3t^2 + 1)\n$$\n\nb) Note that $t^3 \\equiv t \\pmod{3}$. Suppose that there exists solution and denote and consider equation modulo $3$. We have...
Ukraine
51st Ukrainian National Mathematical Olympiad, 3rd Round
[ "Number Theory > Diophantine Equations > Techniques: modulo, size analysis, order analysis, inequalities", "Number Theory > Modular Arithmetic > Polynomials mod p" ]
English
proof and answer
a) Infinitely many integer solutions (e.g., z = 3t^2 + 1, x = t(3t^2 + 1), y = -t(3t^2 + 1) for any integer t). b) No integer solutions.
0gpa
Let $S_r(n) = 1^r + 2^r + \dots + n^r$ where $r$ is a rational number and $n$ is a positive integer. Find all triples $(a, b, c)$ where $a$ and $b$ are positive rational numbers and $c$ is a positive integer for which there exist infinitely many positive integers $n$ satisfying $S_a(n) = (S_b(n))^c$.
[ "The answer is $a = 3, b = 1, c = 2$ and $a = b \\in \\mathbb{Q}^+, c = 1$.\nApplying induction on $n$ by using Bernoulli's inequality gives\n$$\n\\frac{n^{r+1}}{r+1} \\le S_r(n) \\le \\frac{(n+1)^{r+1}}{r+1}\n$$\nfor all positive integer $n$ and positive rational number $r$.\nAs $S_a(n) = (S_b(n))^c$ letting $r = ...
Turkey
Team Selection Test
[ "Algebra > Algebraic Expressions > Sequences and Series > Sums and products" ]
English
proof and answer
All triples are: (a, b, c) = (3, 1, 2) and the family with c = 1 and a = b any positive rational.
09xb
Niek has 16 square cards that are white on one side and black on the other. He puts down the cards to form a $4 \times 4$-square. Some of the cards show their white side and some show their black side. For a colour pattern he calculates the *monochromaticity* as follows. For every pair of adjacent cards that share a si...
[ "a. First note that there are $3 \\cdot 4 = 12$ horizontal borders between two cards, and also 12 vertical borders. Suppose that $k$ of these borders count as $-1$, then there are $24 - k$ borders counting as $+1$. This gives a monochromaticity of $(24 - k) \\cdot (+1) + k \\cdot (-1) = 24 - 2k$. Hence, the monochr...
Netherlands
Dutch Mathematical Olympiad
[ "Discrete Mathematics > Combinatorics > Coloring schemes, extremal arguments", "Discrete Mathematics > Combinatorics > Invariants / monovariants" ]
English
proof and answer
a) 24, 20, 18; b) −24, −20, −18; c) 2
0gd2
設銳角三角形 $ABC$ 的內切圓為 $\omega$, 外接圓為 $\Omega$, 而 $BC$ 邊的中點為 $M$。令內切圓 $\omega$ 分別切 $CA$, $AB$ 於點 $E$, $F$, 直線 $EF$ 和外接圓 $\Omega$ 交於 $P$, $Q$ 兩點。在 $\triangle MPQ$ 的外接圓 $\Gamma$ 上取一點 $R$ 使得 $MR$ 垂直於 $EF$。證明: 直線 $AR$, 圓 $\Gamma$ 和圓 $\omega$ 交於一點。
[ "設 $EF$ 與 $BC$ 交於點 $S$, $\\omega$ 切 $BC$ 於點 $D$。因為 $(B, C; D, S) = -1$, 所以有 $SD \\cdot SM = SB \\cdot SC = SP \\cdot SQ$, 即 $D, M, P, Q$ 共圓。設 $\\odot(AEF)$ 交 $\\Omega$ 於另一點 $T$, $AI$ 交 $\\Omega$ 於另一點 $N$。則因為 $\\triangle TBF \\sim \\triangle TCE$, 知 $\\frac{TB}{TC} = \\frac{BF}{CE} = \\frac{BD}{CE}$, 即 $T, D, N$ 共線。...
Taiwan
二〇一九數學奧林匹亞競賽第二階段選訓營,模擬競賽(一)
[ "Geometry > Plane Geometry > Circles > Radical axis theorem", "Geometry > Plane Geometry > Circles > Tangents", "Geometry > Plane Geometry > Quadrilaterals > Cyclic quadrilaterals", "Geometry > Plane Geometry > Advanced Configurations > Polar triangles, harmonic conjugates", "Geometry > Plane Geometry > Tri...
null
proof only
null
0bkr
Problem: Determinaţi toate numerele prime $a, b, c$ şi numerele naturale nenule $k$ care satisfac egalitatea $$ a^{2}+b^{2}+16 c^{2}=9 k^{2}+1 $$
[]
Romania
Junior Balkan Mathematical Olympiad
[ "Number Theory > Diophantine Equations > Techniques: modulo, size analysis, order analysis, inequalities", "Number Theory > Divisibility / Factorization > Factorization techniques", "Number Theory > Divisibility / Factorization > Prime numbers" ]
null
proof and answer
All solutions are exactly those where two of a, b, c are equal to three: - If a = b = 3, then c = 2 and k = 3. - If c = 3 and one of a or b equals 3, then the remaining prime is 17 with k = 7, or 37 with k = 13. Concretely: (a, b, c, k) ∈ {(3,17,3,7), (17,3,3,7), (3,37,3,13), (37,3,3,13)}.
0136
Problem: Let $n \geq 2$ and $d \geq 1$ be integers with $d \mid n$, and let $x_{1}, x_{2}, \ldots, x_{n}$ be real numbers such that $x_{1}+x_{2}+\cdots+x_{n}=0$. Prove that there are at least $\left(\begin{array}{l}n-1 \\ d-1\end{array}\right)$ choices of $d$ indices $1 \leq i_{1}<i_{2}<\cdots<i_{d} \leq n$ such that ...
[ "Solution:\n\nPut $m = n / d$ and $[n] = \\{1, 2, \\ldots, n\\}$, and consider all partitions $[n] = A_{1} \\cup A_{2} \\cup \\cdots \\cup A_{m}$ of $[n]$ into $d$-element subsets $A_{i}$, $i = 1, 2, \\ldots, m$. The number of such partitions is denoted by $t$. Clearly, there are exactly $\\left(\\begin{array}{l}n ...
Baltic Way
Baltic Way
[ "Discrete Mathematics > Combinatorics > Counting two ways", "Discrete Mathematics > Combinatorics > Enumeration with symmetry", "Discrete Mathematics > Combinatorics > Pigeonhole principle" ]
null
proof only
null
05ki
Problem: Soient $A, B, C, D, E$ des points dans cet ordre sur un demi-cercle de rayon $1$. Démontrer que $$ A B^{2}+B C^{2}+C D^{2}+D E^{2}+A B \cdot B C \cdot C D+B C \cdot C D \cdot D E \leqslant 4 $$
[ "Solution:\nEn remplaçant $E$ par le point diamétralement opposé à $A$, la quantité $D E$ augmente et les autres longueurs de la formule ne changent pas, donc on se ramène au cas où $[A E]$ est un diamètre.\nD'après la formule d'Al-Kashi,\n$$\n\\begin{aligned}\nA B^{2}+B C^{2} & =A C^{2}+2 A B \\cdot B C \\cos \\wi...
France
null
[ "Geometry > Plane Geometry > Triangles > Triangle trigonometry", "Geometry > Plane Geometry > Miscellaneous > Angle chasing", "Geometry > Plane Geometry > Geometric Inequalities > Optimization in geometry" ]
null
proof only
null
0dfk
Let $p$ be a prime number and let $m$, $n$ be integers greater than $1$ such that $n \mid m^{p(n-1)} - 1$. Prove that $\gcd(m^{p(n-1)} - 1, n) > 1$.
[ "Set $\\alpha = v_p(n-1)$ and write $n-1 = r \\cdot p^{\\alpha}$. Let $q$ be an arbitrary prime divisor of $n$, and set $d = \\text{ord}_q(m)$. Since\n$$\nm^{p(n-1)} = m^{r \\cdot p^{\\alpha+1}} \\equiv 1 \\pmod{q},\n$$\nit follows that $d \\mid r \\cdot p^{\\alpha+1}$. If $v_p(d) \\neq \\alpha + 1$, then clearly $...
Saudi Arabia
Saudi Arabian IMO Booklet
[ "Number Theory > Residues and Primitive Roots > Multiplicative order", "Number Theory > Modular Arithmetic > Fermat / Euler / Wilson theorems", "Number Theory > Divisibility / Factorization > Greatest common divisors (gcd)" ]
English
proof only
null
0kd1
Problem: In $\triangle ABC$, $D$ and $E$ are the midpoints of $BC$ and $CA$, respectively. $AD$ and $BE$ intersect at $G$. Given that $GEC D$ is cyclic, $AB = 41$, and $AC = 31$, compute $BC$.
[ "Solution:\n![](attached_image_1.png)\nBy Power of a Point,\n$$\n\\frac{2}{3} AD^{2} = AD \\cdot AG = AE \\cdot AC = \\frac{1}{2} \\cdot 31^{2}\n$$\nso $AD^{2} = \\frac{3}{4} \\cdot 31^{2}$. The median length formula yields\n$$\nAD^{2} = \\frac{1}{4}\\left(2 AB^{2} + 2 AC^{2} - BC^{2}\\right)\n$$\nwhence\n$$\nBC = ...
United States
HMMO 2020
[ "Geometry > Plane Geometry > Triangles > Triangle centers: centroid, incenter, circumcenter, orthocenter, Euler line, nine-point circle", "Geometry > Plane Geometry > Circles > Radical axis theorem" ]
null
proof and answer
49
0abr
In the triangle $ABC$ on the side $AC$ a point $D$ is chosen such that $\angle BDC = \angle ABC$. If it is known that $\overline{AD} = 7\text{cm}$ and $\overline{DC} = 9\text{cm}$, calculate the length of $BC$ and the ratio $\overline{BD}:\overline{BA}$.
[ "Because $\\angle BDC = \\angle ABC = \\beta$ and $\\angle DCB = \\angle BCA = \\gamma$ we have that $\\triangle BDC \\sim \\triangle ABC$. From the similarity we have $\\overline{BC}:\\overline{DC} = \\overline{AC}:\\overline{BC}$, from where we get $\\overline{BC}^2 = \\overline{DC} \\cdot \\overline{AC} = 9 \\cd...
North Macedonia
Macedonian Mathematical Competitions
[ "Geometry > Plane Geometry > Triangles", "Geometry > Plane Geometry > Miscellaneous > Angle chasing" ]
null
proof and answer
BC = 12 cm; BD:BA = 3:4
0j2h
Problem: You have a length of string and $7$ beads in the $7$ colors of the rainbow. You place the beads on the string as follows: you randomly pick a bead that you haven't used yet, then randomly add it to either the left end or the right end of the string. What is the probability that, at the end, the colors of the b...
[ "Solution:\nThe threading method does not depend on the colors of the beads, so at the end all configurations are equally likely. Since there are $7! = 5040$ configurations in total, the probability of any particular configuration is $\\frac{1}{5040}$." ]
United States
13th Annual Harvard-MIT Mathematics Tournament
[ "Statistics > Probability > Counting Methods > Permutations" ]
null
proof and answer
1/5040
0k39
Problem: 679 contestants participated in HMMT February 2017. Let $N$ be the number of these contestants who performed at or above the median score in at least one of the three individual tests. Estimate $N$. An estimate of $E$ earns $\left\lfloor 20-\frac{|E-N|}{2}\right\rfloor$ or 0 points, whichever is greater.
[ "Solution:\n\nOut of the 679 total contestants at HMMT February 2017, 188 contestants scored at least the median on all three tests, 159 contestants scored at least the median on two tests, and 169 contestants scored at least the median on one test, giving a total of 516 contestants" ]
United States
HMMT February 2018
[ "Discrete Mathematics > Combinatorics > Inclusion-exclusion" ]
null
final answer only
516
0240
Problem: Sobre um quadro negro existem os números $1$, $2$, $3$, $4$, $5$ e $6$. Em cada movimento, João pode trocar dois números $a$ e $b$ por $a \cdot b + a + b$. Encontre todas as possibilidades para o último número no quadro negro.
[ "Solution:\n\nRealizemos uma sequência de movimentos para analisar o comportamento da lista de números ao longo dos movimentos:\n$$\n\\begin{aligned}\n1,2,3,4,5,6 & \\rightarrow \\\\\n1,11,4,5,6 & \\rightarrow \\\\\n1,11,5,34 & \\rightarrow \\\\\n\\mathbf{69}, 11,5 & \\rightarrow \\\\\n\\mathbf{11, 419} & \\rightar...
Brazil
null
[ "Discrete Mathematics > Combinatorics > Invariants / monovariants" ]
null
proof and answer
5039
0c3i
On a circle the numbers from $1$ to $12$ are written in an arbitrary order. Prove that there are three consecutive numbers summing up to at least $20$.
[]
Romania
Shortlisted problems for the 2018 Romanian NMO
[ "Discrete Mathematics > Combinatorics > Pigeonhole principle", "Discrete Mathematics > Combinatorics > Counting two ways" ]
null
proof only
null
05fv
Problem: Trouver tous les entiers strictement positifs $m$ et $n$ tels que $$ 3 \cdot 2^{m} + 1 = n^{2}. $$
[ "Solution:\n\nRemarquons tout d'abord que la condition se réécrit $3 \\cdot 2^{m} = (n-1)(n+1)$.\n\n$\\triangleright$ Si $n$ est pair, les entiers $(n+1)$ et $(n-1)$ sont premiers entre eux donc égaux à $2^{m}$ et $3$ ou à $3 \\cdot 2^{m}$ et $1$. Or, ils sont tous les deux impairs (et $m > 0$) : contradiction.\n\n...
France
OLYMPIADES FRANÇAISES DE MATHÉMATIQUES, ENVOI No. 3
[ "Number Theory > Diophantine Equations > Techniques: modulo, size analysis, order analysis, inequalities", "Number Theory > Divisibility / Factorization > Greatest common divisors (gcd)", "Number Theory > Divisibility / Factorization > Factorization techniques" ]
null
proof and answer
m=3, n=5; m=4, n=7
012n
Problem: Find all pairs $(a, b)$ of positive rational numbers such that $$ \sqrt{a} + \sqrt{b} = \sqrt{2 + \sqrt{3}}. $$
[ "Solution:\nSquaring both sides of the equation gives\n$$\na + b + 2 \\sqrt{a b} = 2 + \\sqrt{3}\n$$\nso $2 \\sqrt{a b} = r + \\sqrt{3}$ for some rational number $r$. Squaring both sides of this gives $4 a b = r^2 + 3 + 2 r \\sqrt{3}$, so $2 r \\sqrt{3}$ is rational, which implies $r = 0$. Hence $a b = 3 / 4$ and s...
Baltic Way
Baltic Way 2002 mathematical team contest
[ "Algebra > Algebraic Expressions > Polynomials > Vieta's formulas", "Algebra > Prealgebra / Basic Algebra > Simple Equations" ]
null
proof and answer
(a, b) = (1/2, 3/2) or (3/2, 1/2)
0cf8
Find all the numbers $n$ and $p$, with $n$ a positive integer and $p$ a prime, so that the numbers $\frac{p-2}{n}$, $\frac{n(n+2)}{p}$ and $\frac{n(n+2)+p-2}{n+p}$ are integers.
[]
Romania
74th NMO Shortlisted Problems
[ "Number Theory > Divisibility / Factorization > Prime numbers", "Number Theory > Divisibility / Factorization > Factorization techniques", "Number Theory > Diophantine Equations > Techniques: modulo, size analysis, order analysis, inequalities" ]
English
proof and answer
Either p equals 2 with n any even positive integer, or p equals 3 with n equal to 1.