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

Tags were heavily modified to better represent problems.

AND:
OR:
NO:

Found problems: 85335

1967 Swedish Mathematical Competition, 1

$p$ parallel lines are drawn in the plane and $q$ lines perpendicular to them are also drawn. How many rectangles are bounded by the lines?

1989 Tournament Of Towns, (234) 2

Three points $K, L$ and $M$ are given in the plane. It is known that they are the midpoints of three successive sides of an erased quadrilateral and that these three sides have the same length. Reconstruct the quadrilateral.

Cono Sur Shortlist - geometry, 2005.G3.4

Let $ABC$ be a isosceles triangle, with $AB=AC$. A line $r$ that pass through the incenter $I$ of $ABC$ touches the sides $AB$ and $AC$ at the points $D$ and $E$, respectively. Let $F$ and $G$ be points on $BC$ such that $BF=CE$ and $CG=BD$. Show that the angle $\angle FIG$ is constant when we vary the line $r$.

2002 Regional Competition For Advanced Students, 2

Solve the following system of equations over the real numbers: $2x_1 = x_5 ^2 - 23$ $4x_2 = x_1 ^2 + 7$ $6x_3 = x_2 ^2 + 14$ $8x_4 = x_3 ^2 + 23$ $10x_5 = x_4 ^2 + 34$

2017 Bulgaria National Olympiad, 4

Find all triples (p,a,m); p is a prime number, $a,m\in \mathbb{N}$, which satisfy: $a\leq 5p^2$ and $(p-1)!+a=p^m$.

2022 Puerto Rico Team Selection Test, 3

Tags: geometry
In the figure, $ABC$ and $CDE$ are right-angled and isosceles triangles. Segments $AD$ and $BC$ intersect at $P$, and segments $CD$ and $BE$ intersect at $Q$. (a) Show that segment$ PQ$ is parallel to segment $AE$. (b) If $BP = 4$ and $DQ = 9$, find the measure of segment $BD$. [img]https://cdn.artofproblemsolving.com/attachments/d/3/4c2c7514d71bbac68d58fc6de9ec2649e58957.png[/img]

2013 Online Math Open Problems, 7

Points $M$, $N$, $P$ are selected on sides $\overline{AB}$, $\overline{AC}$, $\overline{BC}$, respectively, of triangle $ABC$. Find the area of triangle $MNP$ given that $AM=MB=BP=15$ and $AN=NC=CP=25$. [i]Proposed by Evan Chen[/i]

1982 IMO Shortlist, 9

Let $ABC$ be a triangle, and let $P$ be a point inside it such that $\angle PAC = \angle PBC$. The perpendiculars from $P$ to $BC$ and $CA$ meet these lines at $L$ and $M$, respectively, and $D$ is the midpoint of $AB$. Prove that $DL = DM.$

2006 China Team Selection Test, 2

Given positive integer $n$, find the biggest real number $C$ which satisfy the condition that if the sum of the reciprocals of a set of integers (They can be the same.) that are greater than $1$ is less than $C$, then we can divide the set of numbers into no more than $n$ groups so that the sum of reciprocals of every group is less than $1$.

2021 Romanian Master of Mathematics Shortlist, G3

Tags: geometry
Let $\Omega$ be the circumcircle of a triangle $ABC$ with $\angle BAC > 90^{\circ}$ and $AB > AC$. The tangents of $\Omega$ at $B$ and $C$ cross at $D$ and the tangent of $\Omega$ at $A$ crosses the line $BC$ at $E$. The line through $D$, parallel to $AE$, crosses the line $BC$ at $F$. The circle with diameter $EF$ meets the line $AB$ at $P$ and $Q$ and the line $AC$ at $X$ and $Y$. Prove that one of the angles $\angle AEB$, $\angle PEQ$, $\angle XEY$ is equal to the sum of the other two.

1993 Vietnam Team Selection Test, 3

Let $n$ points $A_1, A_2, \ldots, A_n$, ($n>2$), be considered in the space, where no four points are coplanar. Each pair of points $A_i, A_j$ are connected by an edge. Find the maximal value of $n$ for which we can paint all edges by two colors – blue and red such that the following three conditions hold: [b]I.[/b] Each edge is painted by exactly one color. [b]II.[/b] For $i = 1, 2, \ldots, n$, the number of blue edges with one end $A_i$ does not exceed 4. [b]III.[/b] For every red edge $A_iA_j$, we can find at least one point $A_k$ ($k \neq i, j$) such that the edges $A_iA_k$ and $A_jA_k$ are blue.

ICMC 6, 5

Let $[0, 1]$ be the set $\{x \in \mathbb{R} : 0 \leq x \leq 1\}$. Does there exist a continuous function $g : [0, 1] \to [0, 1]$ such that no line intersects the graph of $g$ infinitely many times, but for any positive integer $n$ there is a line intersecting $g$ more than $n$ times? [i]Proposed by Ethan Tan[/i]

2010 Purple Comet Problems, 22

Ten distinct points are placed on a circle. All ten of the points are paired so that the line segments connecting the pairs do not intersect. In how many different ways can this pairing be done? [asy] import graph; size(12cm); real labelscalefactor = 0.5; pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); pen dotstyle = black; draw((2.46,0.12)--(3.05,-0.69)); draw((2.46,1.12)--(4,-1)); draw((5.54,0.12)--(4.95,-0.69)); draw((3.05,1.93)--(5.54,1.12)); draw((4.95,1.93)--(4,2.24)); draw((8.05,1.93)--(7.46,1.12)); draw((7.46,0.12)--(8.05,-0.69)); draw((9,2.24)--(9,-1)); draw((9.95,-0.69)--(9.95,1.93)); draw((10.54,1.12)--(10.54,0.12)); draw((15.54,1.12)--(15.54,0.12)); draw((14.95,-0.69)--(12.46,0.12)); draw((13.05,-0.69)--(14,-1)); draw((12.46,1.12)--(14.95,1.93)); draw((14,2.24)--(13.05,1.93)); label("1",(-1.08,2.03),SE*labelscalefactor); label("2",(-0.3,1.7),SE*labelscalefactor); label("3",(0.05,1.15),SE*labelscalefactor); label("4",(0.00,0.38),SE*labelscalefactor); label("5",(-0.33,-0.12),SE*labelscalefactor); label("6",(-1.08,-0.4),SE*labelscalefactor); label("7",(-1.83,-0.19),SE*labelscalefactor); label("8",(-2.32,0.48),SE*labelscalefactor); label("9",(-2.3,1.21),SE*labelscalefactor); label("10",(-1.86,1.75),SE*labelscalefactor); dot((-1,-1),dotstyle); dot((-0.05,-0.69),dotstyle); dot((0.54,0.12),dotstyle); dot((0.54,1.12),dotstyle); dot((-0.05,1.93),dotstyle); dot((-1,2.24),dotstyle); dot((-1.95,1.93),dotstyle); dot((-2.54,1.12),dotstyle); dot((-2.54,0.12),dotstyle); dot((-1.95,-0.69),dotstyle); dot((4,-1),dotstyle); dot((4.95,-0.69),dotstyle); dot((5.54,0.12),dotstyle); dot((5.54,1.12),dotstyle); dot((4.95,1.93),dotstyle); dot((4,2.24),dotstyle); dot((3.05,1.93),dotstyle); dot((2.46,1.12),dotstyle); dot((2.46,0.12),dotstyle); dot((3.05,-0.69),dotstyle); dot((9,-1),dotstyle); dot((9.95,-0.69),dotstyle); dot((10.54,0.12),dotstyle); dot((10.54,1.12),dotstyle); dot((9.95,1.93),dotstyle); dot((9,2.24),dotstyle); dot((8.05,1.93),dotstyle); dot((7.46,1.12),dotstyle); dot((7.46,0.12),dotstyle); dot((8.05,-0.69),dotstyle); dot((14,-1),dotstyle); dot((14.95,-0.69),dotstyle); dot((15.54,0.12),dotstyle); dot((15.54,1.12),dotstyle); dot((14.95,1.93),dotstyle); dot((14,2.24),dotstyle); dot((13.05,1.93),dotstyle); dot((12.46,1.12),dotstyle); dot((12.46,0.12),dotstyle); dot((13.05,-0.69),dotstyle);[/asy]

2003 Baltic Way, 3

Tags: inequalities
Let $x$, $y$ and $z$ be positive real numbers such that $xyz = 1$. Prove that $$\left(1+x\right)\left(1+y\right)\left(1+z\right)\geq 2\left(1+\sqrt[3]{\frac{x}{z}}+\sqrt[3]{\frac{y}{x}}+\sqrt[3]{\frac{z}{y}}\right).$$

STEMS 2021 Math Cat A, Q2

Suppose $f: \mathbb{R}^{+} \mapsto \mathbb{R}^{+}$ is a function such that $\frac{f(x)}{x}$ is increasing on $\mathbb{R}^{+}$. For $a,b,c>0$, prove that $$2\left (\frac{f(a)+f(b)}{a+b} + \frac{f(b)+f(c)}{b+c}+ \frac{f(c)+f(a)}{c+a} \right) \geq 3\left(\frac{f(a)+f(b)+f(c)}{a+b+c}\right) + \frac{f(a)}{a}+ \frac{f(b)}{b}+ \frac{f(c)}{c}$$

2010 Sharygin Geometry Olympiad, 1

Let $O, I$ be the circumcenter and the incenter of a right-angled triangle, $R, r$ be the radii of respective circles, $J$ be the reflection of the vertex of the right angle in $I$. Find $OJ$.

Indonesia Regional MO OSP SMA - geometry, 2019.5

Given triangle $ABC$, with $AC> BC$, and the it's circumcircle centered at $O$. Let $M$ be the point on the circumcircle of triangle $ABC$ so that $CM$ is the bisector of $\angle ACB$. Let $\Gamma$ be a circle with diameter $CM$. The bisector of $BOC$ and bisector of $AOC$ intersect $\Gamma$ at $P$ and $Q$, respectively. If $K$ is the midpoint of $CM$, prove that $P, Q, O, K$ lie at one point of the circle.

1985 USAMO, 2

Determine each real root of \[x^4-(2\cdot10^{10}+1)x^2-x+10^{20}+10^{10}-1=0\] correct to four decimal places.

2010 Contests, 2

Find all real $x,y,z$ such that $\frac{x-2y}{y}+\frac{2y-4}{x}+\frac{4}{xy}=0$ and $\frac{1}{x}+\frac{1}{y}+\frac{1}{z}=2$.

2002 Romania National Olympiad, 3

Let $k$ and $n$ be positive integers with $n>2$. Show that the equation: \[x^n-y^n=2^k\] has no positive integer solutions.

2017 Auckland Mathematical Olympiad, 4

Tags: algebra , average
The positive integers from $ 1$ to $n$ inclusive are written on a whiteboard. After one number is erased, the average (arithmetic mean) of the remaining $n - 1$ numbers is $22$. Knowing that $n$ is odd, determine $n$ and the number that was erased. Explain your reasoning.

1988 Tournament Of Towns, (190) 3

Let $a_1 , a_2 ,... , a_n$ be an arrangement of the integers $1,2,..., n$. Let $$S=\frac{a_1}{1}+\frac{a_2}{2}+\frac{a_3}{3}+...+\frac{a_n}{1}.$$ Find a natural number $n$ such that among the values of $S$ for all arrangements $a_1 , a_2 ,... , a_n$ , all the integers from $n$ to $n + 100$ appear .

2001 District Olympiad, 1

Let $(a_n)_{n\ge 1}$ be a sequence of real numbers such that \[a_1\binom{n}{1}+a_2\binom{n}{2}+\ldots+a_n\binom{n}{n}=2^{n-1}a_n,\ (\forall)n\in \mathbb{N}^*\] Prove that $(a_n)_{n\ge 1}$ is an arithmetical progression. [i]Lucian Dragomir[/i]

2023 Malaysian IMO Training Camp, 5

Given a $m \times n$ rectangle where $m,n\geq 2023$. The square in the $i$-th row and $j$-th column is filled with the number $i+j$ for $1\leq i \leq m, 1\leq j \leq n$. In each move, Alice can pick a $2023 \times 2023$ subrectangle and add $1$ to each number in it. Alice wins if all the numbers are multiples of $2023$ after a finite number of moves. For which pairs $(m,n)$ can Alice win? [i]Proposed by Boon Qing Hong[/i]

2023 Brazil Undergrad MO, 3

Prove that there exists a constant $C > 0$ such that, for any integers $m, n$ with $n \geq m > 1$ and any real number $x > 1$, $$\sum_{k=m}^{n}\sqrt[k]{x} \leq C\bigg(\frac{m^2 \cdot \sqrt[m-1]{x}}{\log{x}} + n\bigg)$$