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: 25757

2022 Centroamerican and Caribbean Math Olympiad, 4

Let $A_1A_2A_3A_4$ be a rectangle and let $S_1,S_2,S_3,S_4$ four circumferences inside of the rectangle such that $S_k$ and $S_{k+1}$ are tangent to each other and tangent to the side $A_kA_{k+1}$ for $k=1,2,3,4$, where $A_5=A_1$ and $S_5=S_1$. Prove that $A_1A_2A_3A_4$ is a square.

2021 Sharygin Geometry Olympiad, 9.5

Let $O$ be the clrcumcenter of triangle $ABC$. Points $X$ and $Y$ on side $BC$ are such that $AX = BX$ and $AY = CY$. Prove that the circumcircle of triangle $AXY$ passes through the circumceuters of triangles $AOB$ and $AOC$.

2024 Sharygin Geometry Olympiad, 10.6

Tags: geometry , geo
A point $P$ lies on one of medians of triangle $ABC$ in such a way that $\angle PAB =\angle PBC =\angle PCA$. Prove that there exists a point $Q$ on another median such that $\angle QBA=\angle QCB =\angle QAC$.

2015 Junior Balkan Team Selection Tests - Moldova, 3

Let $\Omega$ be the circle circumscribed to the triangle $ABC$. Tangents taken to the circle $\Omega$ at points $A$ and $B$ intersects at the point $P$ , and the perpendicular bisector of $ (BC)$ cuts line $AC$ at point $Q$. Prove that lines $BC$ and $PQ$ are parallel.

2018 Saudi Arabia GMO TST, 3

Let $I, O$ be the incenter, circumcenter of triangle $ABC$ and $A_1, B_1, C_1 $be arbitrary points on the segments $AI, BI, CI$ respectively. The perpendicular bisectors of $AA_1, BB_1, CC_1$ intersect each other at $X, Y$ and $Z$. Prove that the circumcenter of triangle $XYZ$ coincides with $O$ if and only if $I$ is the orthocenter of triangle $A_1B_1C_1$

1979 All Soviet Union Mathematical Olympiad, 274

Tags: geometry , vector
Given some points in the plane. For some pairs $A,B$ the vector $AB$ is chosen. For every point the number of the chosen vectors starting in that point equal to the number of the chosen vectors ending in that point. Prove that the sum of the chosen vectors equals to zero vector.

2010 QEDMO 7th, 12

Let $Y$ and $Z$ be the feet of the altitudes of a triangle $ABC$ drawn from angles $B$ and $C$, respectively. Let $U$ and $V$ be the feet of the perpendiculars from $Y$ and $Z$ on the straight line $BC$. The straight lines $YV$ and $ZU$ intersect at a point $L$. Prove that $AL \perp BC$.

2024 Austrian MO National Competition, 4

Let $ABC$ be an obtuse triangle with orthocenter $H$ and centroid $S$. Let $D$, $E$ and $F$ be the midpoints of segments $BC$, $AC$, $AB$, respectively. Show that the circumcircle of triangle $ABC$, the circumcircle of triangle $DEF$ and the circle with diameter $HS$ have two distinct points in common. [i](Josef Greilhuber)[/i]

2010 Bundeswettbewerb Mathematik, 3

On the sides of a triangle $XYZ$ to the outside construct similar triangles $YDZ, EXZ ,YXF$ with circumcenters $K, L ,M$ respectively. Here are $\angle ZDY = \angle ZXE = \angle FXY$ and $\angle YZD = \angle EZX = \angle YFX$. Show that the triangle $KLM$ is similar to the triangles . [img]https://cdn.artofproblemsolving.com/attachments/e/f/fe0d0d941015d32007b6c00b76b253e9b45ca5.png[/img]

2004 All-Russian Olympiad, 2

Tags: geometry , vector
Prove that there is no finite set which contains more than $ 2N,$ with $ N > 3,$ pairwise non-collinear vectors of the plane, and to which the following two characteristics apply: 1) for $ N$ arbitrary vectors from this set there are always further $ N\minus{}1$ vectors from this set so that the sum of these is $ 2N\minus{}1$ vectors is equal to the zero-vector; 2) for $ N$ arbitrary vectors from this set there are always further $ N$ vectors from this set so that the sum of these is $ 2N$ vectors is equal to the zero-vector.

2021/2022 Tournament of Towns, P7

Let $p$ be a prime number and let $M$ be a convex polygon. Suppose that there are precisely $p$ ways to tile $m$ with equilateral triangles with side $1$ and squares with side $1$. Show there is some side of $M$ of length $p-1$.

2002 Romania Team Selection Test, 2

Tags: geometry
Find the least positive real number $r$ with the following property: Whatever four disks are considered, each with centre on the edges of a unit square and the sum of their radii equals $r$, there exists an equilateral triangle which has its edges in three of the disks. [i]Radu Gologan[/i]

1997 Portugal MO, 5

A square region of side $12$ contains a water source that supplies an irrigation system constituted by several straight channels forming polygonal lines. Considers the source as a point and each channel as a line segment. Knowing that a point is irrigated if it is not more than $1$ distance from any channel and that the system was designed so that the entire region is irrigated, proves that the total length of irrigation channels exceeds $70$.

1982 AMC 12/AHSME, 25

The adjacent map is part of a city: the small rectangles are rocks, and the paths in between are streets. Each morning, a student walks from intersection A to intersection B, always walking along streets shown, and always going east or south. For variety, at each intersection where he has a choice, he chooses with probability $\frac{1}{2}$ whether to go east or south. Find the probability that through any given morning, he goes through $C$. [asy] defaultpen(linewidth(0.7)+fontsize(8)); size(250); path p=origin--(5,0)--(5,3)--(0,3)--cycle; path q=(5,19)--(6,19)--(6,20)--(5,20)--cycle; int i,j; for(i=0; i<5; i=i+1) { for(j=0; j<6; j=j+1) { draw(shift(6*i, 4*j)*p); }} clip((4,2)--(25,2)--(25,21)--(4,21)--cycle); fill(q^^shift(18,-16)*q^^shift(18,-12)*q, black); label("A", (6,19), SE); label("B", (23,4), NW); label("C", (23,8), NW); draw((26,11.5)--(30,11.5), Arrows(5)); draw((28,9.5)--(28,13.5), Arrows(5)); label("N", (28,13.5), N); label("W", (26,11.5), W); label("E", (30,11.5), E); label("S", (28,9.5), S);[/asy] $\textbf {(A) } \frac{11}{32} \qquad \textbf {(B) } \frac 12 \qquad \textbf {(C) } \frac 47 \qquad \textbf {(D) } \frac{21}{32} \qquad \textbf {(E) } \frac 34$

2021 Thailand TST, 3

Let $ABC$ be a triangle with $AB < AC$, incenter $I$, and $A$ excenter $I_{A}$. The incircle meets $BC$ at $D$. Define $E = AD\cap BI_{A}$, $F = AD\cap CI_{A}$. Show that the circumcircle of $\triangle AID$ and $\triangle I_{A}EF$ are tangent to each other

2013 May Olympiad, 3

Let $ABCD$ be a square of side paper $10$ and $P$ a point on side $BC$. By folding the paper along the $AP$ line, point $B$ determines the point $Q$, as seen in the figure. The line $PQ$ cuts the side $CD$ at $R$. Calculate the perimeter of the triangle $ PCR$ [img]https://3.bp.blogspot.com/-ZSyCUznwutE/XNY7cz7reQI/AAAAAAAAKLc/XqgQnjm8DQYq6Q7fmCAKJwKt3ihoL8AuQCK4BGAYYCw/s400/may%2B2013%2Bl1.png[/img]

LMT Guts Rounds, 2022 F

[u]Round 1 [/u] [b]p1.[/b] Ephram was born in May $2005$. How old will he turn in the first year where the product of the digits of the year number is a nonzero perfect square? [b]p2.[/b] Zhao is studying for his upcoming calculus test by reviewing each of the $13$ lectures, numbered Lecture $1$, Lecture $2$, ..., Lecture $13$. For each $n$, he spends $5n$ minutes on Lecture $n$. Which lecture is he reviewing after $4$ hours? [b]p3.[/b] Compute $$\dfrac{3^3 \div 3(3)+3}{\frac{3}{3}}+3!.$$ [u]Round 2 [/u] [b]p4.[/b] At Ingo’s shop, train tickets normally cost $\$2$, but every $5$th ticket costs only $\$1$. At Emmet’s shop, train tickets normally cost $\$3$, but every $5$th ticket is free. Both Ingo and Emmett sold $1000$ tickets. Find the absolute difference between their sales, in dollars. [b]p5.[/b] Ephram paddles his boat in a river with a $4$-mph current. Ephram travels at $10$ mph in still water. He paddles downstream and then turns around and paddles upstream back to his starting position. Find the proportion of time he spends traveling upstream, as a percentage. [b]p6.[/b] The average angle measure of a $13-14-15$ triangle is $m^o$ and the average angle measure of a $5-6-7$ triangle is $n^o$. Find $m-n$. [u]Round 3[/u] [b]p7.[/b] Let $p(x) = x^2 -10x +31$. Find the minimum value of $p(p(x))$ over all real $x$. [b]p8.[/b] Michael H. andMichael Y. are playing a game with $4$ jellybeans. Michael H starts with $3$ of the jellybeans, and Michael Y starts with the remaining $1$. Every minute, a Michael flips a coin, and if heads, Michael H takes a jellybean from Michael Y. If tails, Michael Y takes a jellybean from Michael H. WhicheverMichael gathers all $4$ jellybeans wins. The probability Michael H wins can be written as $\frac{A}{B}$ for relatively prime positive integers $A$ and $B$. Find $1000A+B$. [b]p9.[/b] Define the digit-product of a positive integer to be the product of its non-zero digits. Let $M$ denote the greatest five-digit number with a digit-product of $360$, and let $N$ denote the least five-digit number with a digit-product of $360$. Find the digit-product of $M-N$. [u]Round 4 [/u] [b]p10.[/b] Hannah is attending one of the three IdeaMath classes running at LHS, while Alex decides to randomly visit some combination of classes. He won’t visit all three classes, but he’s equally likely to visit any other combination. The probability Alex visits Hannah’s class can be expressed as $\frac{A}{B}$ for relatively prime positive integers $A$ and $B$. Find $1000A+B$. [b]p11.[/b] In rectangle $ABCD$, let $E$ be the intersection of diagonal $AC$ and the circle centered at $A$ passing through $D$. Angle $\angle ACD = 24^o$. Find the measure of $\angle CED$ in degrees. [b]p12.[/b] During his IdeaMath class, Zach writes the numbers $2, 3, 4, 5, 6, 7$, and $8$ on a whiteboard. Every minute, he chooses two numbers $a$ and $b$ from the board, erases them, and writes the number $ab +a +b$ on the board. He repeats this process until there’s only one number left. Find the sum of all possible remaining numbers. [u]Round 5[/u] [b]p13.[/b] In isosceles right $\vartriangle ABC$ with hypotenuse $AC$, Let $A'$ be the point on the extension of $AB$ past $A$ such that $AA' = 1$. Let $C'$ be the point on the extension of $BC$ past vertex $C$ such that $CC' = 2$. Given that the difference of the areas of triangle $A'BC'$ and $ABC$ is $10$, find the area of $ABC$. [b]p14.[/b] Compute the sumof the greatest and least values of $x$ such that $(x^2 -4x +4)^2 +x^2 -4x \le 16$. [b]p15.[/b] Ephram is starting a fan club. At the fan club’s first meeting, everyone shakes hands with everyone else exactly once, except for Ephram, who is extremely sociable and shakes hands with everyone else twice. Given that a total of $2015$ handshakes took place, how many people attended the club’s first meeting? PS. You should use hide for answers. Rounds 6-9 have been posted [url=https://artofproblemsolving.com/community/c3h3167139p28823346]here[/url]. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].

MMATHS Mathathon Rounds, 2020

[u]Round 5 [/u] [b]p13.[/b] A palindrome is a number that reads the same forward as backwards; for example, $121$ and $36463$ are palindromes. Suppose that $N$ is the maximal possible difference between two consecutive three-digit palindromes. Find the number of pairs of consecutive palindromes $(A, B)$ satisfying $A < B$ and $B - A = N$. [b]p14.[/b] Suppose that $x, y$, and $z$ are complex numbers satisfying $x +\frac{1}{yz} = 5$, $y +\frac{1}{zx} = 8$, and $z +\frac{1}{xy} = 6$. Find the sum of all possible values of $xyz$. [b]p15.[/b] Let $\Omega$ be a circle with radius $25\sqrt2$ centered at $O$, and let $C$ and $J$ be points on $\Omega$ such that the circle with diameter $\overline{CJ}$ passes through $O$. Let $Q$ be a point on the circle with diameter $\overline{CJ}$ satisfying $OQ = 5\sqrt2$. If the area of the region bounded by $\overline{CQ}$, $\overline{QJ}$, and minor arc $JC$ on $\Omega$ can be expressed as $\frac{a\pi-b}{c}$ for integers $a, b$, and $c$ with $gcd \,\,(a, c) = 1$, then find $a + b + c$. [u]Round 6[/u] [b]p16.[/b] Veronica writes $N$ integers between $2$ and $2020$ (inclusive) on a blackboard, and she notices that no number on the board is an integer power of another number on the board. What is the largest possible value of $N$? [b]p17.[/b] Let $ABC$ be a triangle with $AB = 12$, $AC = 16$, and $BC = 20$. Let $D$ be a point on $AC$, and suppose that $I$ and $J$ are the incenters of triangles $ABD$ and $CBD$, respectively. Suppose that $DI = DJ$. Find $IJ^2$. [b]p18.[/b] For each positive integer $a$, let $P_a = \{2a, 3a, 5a, 7a, . . .\}$ be the set of all prime multiples of $a$. Let $f(m, n) = 1$ if $P_m$ and $P_n$ have elements in common, and let $f(m, n) = 0$ if $P_m$ and $P_n$ have no elements in common. Compute $$\sum_{1\le i<j\le 50} f(i, j)$$ (i.e. compute $f(1, 2) + f(1, 3) + ,,, + f(1, 50) + f(2, 3) + f(2, 4) + ,,, + f(49, 50)$.) [u]Round 7[/u] [b]p19.[/b] How many ways are there to put the six letters in “$MMATHS$” in a two-by-three grid such that the two “$M$”s do not occupy adjacent squares and such that the letter “$A$” is not directly above the letter “$T$” in the grid? (Squares are said to be adjacent if they share a side.) [b]p20.[/b] Luke is shooting basketballs into a hoop. He makes any given shot with fixed probability $p$ with $p < 1$, and he shoots n shots in total with $n \ge 2$. Miraculously, in $n$ shots, the probability that Luke makes exactly two shots in is twice the probability that Luke makes exactly one shot in! If $p$ can be expressed as $\frac{k}{100}$ for some integer $k$ (not necessarily in lowest terms), find the sum of all possible values for $k$. [b]p21.[/b] Let $ABCD$ be a rectangle with $AB = 24$ and $BC = 72$. Call a point $P$ [i]goofy [/i] if it satisfies the following conditions: $\bullet$ $P$ lies within $ABCD$, $\bullet$ for some points $F$ and $G$ lying on sides $BC$ and $DA$ such that the circles with diameter $BF$ and $DG$ are tangent to one another, $P$ lies on their common internal tangent. Find the smallest possible area of a polygon that contains every single goofy point inside it. PS. You should use hide for answers. Rounds 1-4 have been posted [url=https://artofproblemsolving.com/community/c4h2800971p24674988]here[/url]. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].

2005 Tournament of Towns, 2

Tags: geometry
The altitudes $AD$ and $BE$ of triangle $ABC$ meet at its orthocentre $H$. The midpoints of $AB$ and $CH$ are $X$ and $Y$, respectively. Prove that $XY$ is perpendicular to $DE$. [i](5 points)[/i]

2018 Yasinsky Geometry Olympiad, 3

In the triangle $ABC$, $\angle B = 2 \angle C$, $AD$ is altitude, $M$ is the midpoint of the side $BC$. Prove that $AB = 2DM$.

2008 District Olympiad, 1

A regular tetrahedron is sectioned with a plane after a rhombus. Prove that the rhombus is square.

1997 French Mathematical Olympiad, Problem 2

A region in space is determined by a sphere with center $O$ and radius $R$, and a cone with vertex $O$ which intersects the sphere in a circle of radius $r$. Find the maximum volume of a cylinder contained in this region, having the same axis as the cone.

2018 Irish Math Olympiad, 5

Points $A, B$ and $P$ lie on the circumference of a circle $\Omega_1$ such that $\angle APB$ is an obtuse angle. Let $Q$ be the foot of the perpendicular from $P$ on $AB$. A second circle $\Omega_2$ is drawn with centre $P$ and radius $PQ$. The tangents from $A$ and $B$ to $\Omega_2$ intersect $\Omega_1$ at $F$ and $H$ respectively. Prove that $FH$ is tangent to $\Omega_2$.

2023 China Girls Math Olympiad, 8

Let $P_i(x_i,y_i)\ (i=1,2,\cdots,2023)$ be $2023$ distinct points on a plane equipped with rectangular coordinate system. For $i\neq j$, define $d(P_i,P_j) = |x_i - x_j| + |y_i - y_j|$. Define $$\lambda = \frac{\max_{i\neq j}d(P_i,P_j)}{\min_{i\neq j}d(P_i,P_j)}$$. Prove that $\lambda \geq 44$ and provide an example in which the equality holds.

2019 JBMO Shortlist, G2

Tags: geometry
Let $ABC$ be a triangle with circumcircle $\omega$. Let $l_B$ and $l_C$ be two lines through the points $B$ and $C$, respectively, such that $l_B \parallel l_C$. The second intersections of $l_B$ and $l_C$ with $\omega$ are $D$ and $E$, respectively. Assume that $D$ and $E$ are on the same side of $BC$ as $A$. Let $DA$ intersect $l_C$ at $F$ and let $EA$ intersect $l_B$ at $G$. If $O$, $O_1$ and $O_2$ are circumcenters of the triangles $ABC$, $ADG$ and $AEF$, respectively, and $P$ is the circumcenter of the triangle $OO_1O_2$, prove that $l_B \parallel OP \parallel l_C$. [i]Proposed by Stefan Lozanovski, Macedonia[/i]