Found problems: 25757
1945 Moscow Mathematical Olympiad, 098
A right triangle $ABC$ moves along the plane so that the vertices $B$ and $C$ of the triangle’s acute angles slide along the sides of a given right angle. Prove that point $A$ fills in a line segment and find its length.
2022 Turkey Team Selection Test, 4
We have three circles $w_1$, $w_2$ and $\Gamma$ at the same side of line $l$ such that $w_1$ and $w_2$ are tangent to $l$ at $K$ and $L$ and to $\Gamma$ at $M$ and $N$, respectively. We know that $w_1$ and $w_2$ do not intersect and they are not in the same size. A circle passing through $K$ and $L$ intersect $\Gamma$ at $A$ and $B$. Let $R$ and $S$ be the reflections of $M$ and $N$ with respect to $l$. Prove that $A, B, R, S$ are concyclic.
2005 IMC, 4
Let $f: \mathbb{R} \rightarrow \mathbb{R}$ be a three times differentiable function. Prove that there exists $w \in [-1,1]$ such that \[ \frac{f'''(w)}{6} = \frac{f(1)}{2}-\frac{f(-1)}{2}-f'(0). \]
2004 Denmark MO - Mohr Contest, 1
The width of rectangle $ABCD$ is twice its height, and the height of rectangle $EFCG$ is twice its width. The point $E$ lies on the diagonal $BD$. Which fraction of the area of the big rectangle is that of the small one?
[img]https://1.bp.blogspot.com/-aeqefhbBh5E/XzcBjhgg7sI/AAAAAAAAMXM/B0qSgWDBuqc3ysd-mOitP1LarOtBdJJ3gCLcBGAsYHQ/s0/2004%2BMohr%2Bp1.png[/img]
2016 Baltic Way, 20
Let $ABCD$ be a cyclic quadrilateral with $AB$ and $CD$ not parallel. Let $M$ be the midpoint of $CD.$ Let $P$ be a point inside $ABCD$ such that $P A = P B = CM.$ Prove that $AB, CD$ and the perpendicular bisector of $MP$ are concurrent.
2007 District Olympiad, 2
Consider a rectangle $ABCD$ with $AB = 2$ and $BC = \sqrt3$. The point $M$ lies on the side $AD$ so that $MD = 2 AM$ and the point $N$ is the midpoint of the segment $AB$. On the plane of the rectangle rises the perpendicular MP and we choose the point $Q$ on the segment $MP$ such that the measure of the angle between the planes $(MPC)$ and $(NPC)$ shall be $45^o$, and the measure of the angle between the planes $(MPC)$ and $(QNC)$ shall be $60^o$.
a) Show that the lines $DN$ and $CM$ are perpendicular.
b) Show that the point $Q$ is the midpoint of the segment $MP$.
2014 Lusophon Mathematical Olympiad, 6
Kilua and Ndoti play the following game in a square $ABCD$: Kilua chooses one of the sides of the square and draws a point $X$ at this side. Ndoti chooses one of the other three sides and draws a point Y. Kilua chooses another side that hasn't been chosen and draws a point Z. Finally, Ndoti chooses the last side that hasn't been chosen yet and draws a point W. Each one of the players can draw his point at a vertex of $ABCD$, but they have to choose the side of the square that is going to be used to do that. For example, if Kilua chooses $AB$, he can draws $X$ at the point $B$ and it doesn't impede Ndoti of choosing $BC$. A vertex cannot de chosen twice. Kilua wins if the area of the convex quadrilateral formed by $X$, $Y$, $Z$, and $W$ is greater or equal than a half of the area of $ABCD$. Otherwise, Ndoti wins. Which player has a winning strategy? How can he play?
1968 IMO Shortlist, 14
A line in the plane of a triangle $ABC$ intersects the sides $AB$ and $AC$ respectively at points $X$ and $Y$ such that $BX = CY$ . Find the locus of the center of the circumcircle of triangle $XAY .$
1995 All-Russian Olympiad, 6
Let be given a semicircle with diameter $AB$ and center $O$, and a line intersecting the semicircle at $C$ and $D$ and the line $AB$ at $M$ ($MB < MA$, $MD < MC$). The circumcircles of the triangles $AOC$ and $DOB$ meet again at $L$. Prove that $\angle MKO$ is right.
[i]L. Kuptsov[/i]
2017 Switzerland - Final Round, 5
Let $ABC$ be a triangle with $AC> AB$. Let $P$ be the intersection of $BC$ and the tangent through $A$ around the triangle $ABC$. Let $Q$ be the point on the straight line $AC$, so that $AQ = AB$ and $A$ is between $C$ and $Q$. Let $X$ and $Y$ be the center of $BQ$ and $AP$. Let $R$ be the point on $AP$ so that $AR = BP$ and $R$ is between $A$ and $P$. Show that $BR = 2XY$.
2008 AMC 12/AHSME, 16
A rectangular floor measures $ a$ by $ b$ feet, where $ a$ and $ b$ are positive integers with $ b > a$. An artist paints a rectangle on the floor with the sides of the rectangle parallel to the sides of the floor. The unpainted part of the floor forms a border of width $ 1$ foot around the painted rectangle and occupies half of the area of the entire floor. How many possibilities are there for the ordered pair $ (a,b)$?
$ \textbf{(A)}\ 1\qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ 4\qquad\textbf{(E)}\ 5$
2015 Dutch IMO TST, 1
In a quadrilateral $ABCD$ we have $\angle A = \angle C = 90^o$. Let $E$ be a point in the interior of $ABCD$. Let $M$ be the midpoint of $BE$. Prove that $\angle ADB = \angle EDC$ if and only if $|MA| = |MC|$.
2024 AIME, 15
Find the number of rectangles that can be formed inside a fixed regular dodecagon ($12$-gon) where each side of the rectangle lies on either a side or a diagonal of the dodecagon. The diagram below shows three of those rectangles.
[asy]
unitsize(40);
real r = pi/6;
pair A1 = (cos(r),sin(r));
pair A2 = (cos(2r),sin(2r));
pair A3 = (cos(3r),sin(3r));
pair A4 = (cos(4r),sin(4r));
pair A5 = (cos(5r),sin(5r));
pair A6 = (cos(6r),sin(6r));
pair A7 = (cos(7r),sin(7r));
pair A8 = (cos(8r),sin(8r));
pair A9 = (cos(9r),sin(9r));
pair A10 = (cos(10r),sin(10r));
pair A11 = (cos(11r),sin(11r));
pair A12 = (cos(12r),sin(12r));
draw(A1--A2--A3--A4--A5--A6--A7--A8--A9--A10--A11--A12--cycle);
filldraw(A2--A1--A8--A7--cycle, mediumgray, linewidth(1.2));
draw(A4--A11);
draw(0.365*A3--0.365*A12, linewidth(1.2));
dot(A1);
dot(A2);
dot(A3);
dot(A4);
dot(A5);
dot(A6);
dot(A7);
dot(A8);
dot(A9);
dot(A10);
dot(A11);
dot(A12);
[/asy]
Mathley 2014-15, 6
Let the inscribed circle $(I)$ of the triangle $ABC$, touches $CA, AB$ at $E, F$. $P$ moves along $EF$, $PB$ cuts $CA$ at $M, MI$ cuts the line, through $C$ perpendicular to $AC$, at $N$. Prove that the line through $N$ is perpendicular to $PC$ crosses a fixed point as $P$ moves.
Tran Quang Hung, High School of Natural Sciences, Hanoi National University
III Soros Olympiad 1996 - 97 (Russia), 9.4
A chord $AB = a$ is drawn in a circle of radius $B$. A circle with center on line $AB$ passes through $A$ and intersects this circle a second time at point $C$. Let $M$ be an arbitrary point of the second circle. Straight lines $MA$ and $MC$ intersect the first circle a second time at points $P$ and $Q$. Find $PQ$.
2010 Cuba MO, 3
A rectangle with sides $ n$ and $p$ is divided into $np$ unit squares. Initially there are m unitary squares painted black and the remaining painted white. The following processoccurs repeatedly: if a unit square painted white has at minus two sides in common with squares painted black then Its color also turns black. Find the smallest integer $m$ that satisfies the property: there exists an initial position of $m$ black unit squares such that the entire $ n \times p$ rectangle is painted black when repeat the process a finite number of times.
1990 IMO Longlists, 1
In triangle $ABC, O$ is the circumcenter, $H$ is the orthocenter. Construct the circumcircles of triangles $CHB, CHA$ and $AHB$, and let their centers be $A_1, B_1, C_1$, respectively. Prove that triangles $ABC$ and $A_1B_1C_1$ are congruent, and their nine-point circles coincide.
2023 Paraguay Mathematical Olympiad, 3
In the figure, points $A$, $B$, $C$ and $D$ are on the same line and are the centers of four tangent circles at the same point. Segment $AB$ measures $8$ and segment $CD$ measures $4$. The circumferences woth centers $A$ and $C$ are of equal size. We know that the sum of the areas of the two medium circles is equivalent to the sum of the areas of the small and large circles. What is the length of segment $AD$?
[img]https://cdn.artofproblemsolving.com/attachments/d/4/378243b9f4203e103af266e551eadccfc96adf.png[/img]
2016 Taiwan TST Round 2, 1
Let $ABC$ be an acute triangle with orthocenter $H$. Let $G$ be the point such that the quadrilateral $ABGH$ is a parallelogram. Let $I$ be the point on the line $GH$ such that $AC$ bisects $HI$. Suppose that the line $AC$ intersects the circumcircle of the triangle $GCI$ at $C$ and $J$. Prove that $IJ = AH$.
2011 Purple Comet Problems, 24
The diagram below shows a regular hexagon with an inscribed square where two sides of the square are parallel to two sides of the hexagon. There are positive integers $m$, $n$, and $p$ such that the ratio of the area of the hexagon to the area of the square can be written as $\tfrac{m+\sqrt{n}}{p}$ where $m$ and $p$ are relatively prime. Find $m + n + p$.
[asy]
import graph; size(4cm);
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
draw((0,1)--(1,1)--(1.5,1.87)--(1,2.73)--(0,2.73)--(-0.5,1.87)--cycle);
filldraw((1.13,2.5)--(-0.13,2.5)--(-0.13,1.23)--(1.13,1.23)--cycle,grey);
draw((0,1)--(1,1));
draw((1,1)--(1.5,1.87));
draw((1.5,1.87)--(1,2.73));
draw((1,2.73)--(0,2.73));
draw((0,2.73)--(-0.5,1.87));
draw((-0.5,1.87)--(0,1));
draw((1.13,2.5)--(-0.13,2.5));
draw((-0.13,2.5)--(-0.13,1.23));
draw((-0.13,1.23)--(1.13,1.23));
draw((1.13,1.23)--(1.13,2.5)); [/asy]
2017 Junior Balkan Team Selection Tests - Romania, 3
Let $I$ be the incenter of the scalene $\Delta ABC$, such, $AB<AC$, and let $I'$ be the reflection of point $I$ in line $BC$. The angle bisector $AI$ meets $BC$ at $D$ and circumcircle of $\Delta ABC$ at $E$. The line $EI'$ meets the circumcircle at $F$. Prove, that,
$\text{(i) } \frac{AI}{IE}=\frac{ID}{DE}$
$\text{(ii) } IA=IF$
2015 India PRMO, 20
$20.$ The circle $\omega$ touches the circle $\Omega$ internally at point $P.$ The centre $O$ of $\Omega$ is outside $\omega.$ Let $XY$ be a diameter of $\Omega$ which is also tangent to $\omega.$ Assume $PY>PX.$ Let $PY$ intersect $\omega$ at $z.$ If $YZ=2PZ,$ what is the magnitude of $\angle{PYX}$ in degrees $?$
2006 Spain Mathematical Olympiad, 3
$ABC$ is an isosceles triangle with $AB = AC$. Let $P$ be any point of a circle tangent to the sides $AB$ in $B$ and to AC in C. Denote $a$, $b$ and $c$ to the distances from $P$ to the sides $BC, AC$ and $AB$ respectively. Prove that: $a^2=bc$
2021 Auckland Mathematical Olympiad, 2
Triangle $ABC$ is the right angled triangle with the vertex $C$ at the right angle. Let $P$ be the point of reflection of $C$ about $AB$. It is known that $P$ and two midpoints of two sides of $ABC$ lie on a line. Find the angles of the triangle.
2008 Iran MO (3rd Round), 5
a) Suppose that $ RBR'B'$ is a convex quadrilateral such that vertices $ R$ and $ R'$ have red color and vertices $ B$ and $ B'$ have blue color. We put $ k$ arbitrary points of colors blue and red in the quadrilateral such that no four of these $ k\plus{}4$ point (except probably $ RBR'B'$) lie one a circle. Prove that exactly one of the following cases occur?
1. There is a path from $ R$ to $ R'$ such that distance of every point on this path from one of red points is less than its distance from all blue points.
2. There is a path from $ B$ to $ B'$ such that distance of every point on this path from one of blue points is less than its distance from all red points.
We call these two paths the blue path and the red path respectively.
Let $ n$ be a natural number. Two people play the following game. At each step one player puts a point in quadrilateral satisfying the above conditions. First player only puts red point and second player only puts blue points. Game finishes when every player has put $ n$ points on the plane. First player's goal is to make a red path from $ R$ to $ R'$ and the second player's goal is to make a blue path from $ B$ to $ B'$.
b) Prove that if $ RBR'B'$ is rectangle then for each $ n$ the second player wins.
c) Try to specify the winner for other quadrilaterals.