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

2018 Junior Balkan Team Selection Tests - Romania, 3

Let $ABC$ be a triangle with $AB > AC$. Point $P \in (AB)$ is such that $\angle ACP = \angle ABC$. Let $D$ be the reflection of $P$ into the line $AC$ and let $E$ be the point in which the circumcircle of $BCD$ meets again the line $AC$. Prove that $AE = AC$.

1997 IberoAmerican, 2

In a triangle $ABC$, it is drawn a circumference with center in the incenter $I$ and that meet twice each of the sides of the triangle: the segment $BC$ on $D$ and $P$ (where $D$ is nearer two $B$); the segment $CA$ on $E$ and $Q$ (where $E$ is nearer to $C$); and the segment $AB$ on $F$ and $R$ ( where $F$ is nearer to $A$). Let $S$ be the point of intersection of the diagonals of the quadrilateral $EQFR$. Let $T$ be the point of intersection of the diagonals of the quadrilateral $FRDP$. Let $U$ be the point of intersection of the diagonals of the quadrilateral $DPEQ$. Show that the circumcircle to the triangle $\triangle{FRT}$, $\triangle{DPU}$ and $\triangle{EQS}$ have a unique point in common.

2021 239 Open Mathematical Olympiad, 2

A triangle $ABC$ with an obtuse angle at the vertex $C$ is inscribed in a circle with a center at point $O$. Circumcircle of triangle $AOB$ centered at point $P$ intersects line $AC$ at points $A$ and $A_1$, line $BC$ at points $B$ and $B_1$, and the perpendicular bisector of the segment $PC$ at points $D$ and $E$. Prove that points $D$ and $E$ together with the centers of the circumscribed circles of triangles $A_1OC$ and $B_1OC$ lie on one circle.

2015 Dutch BxMO/EGMO TST, 4

In a triangle $ABC$ the point $D$ is the intersection of the interior angle bisector of $\angle BAC$ and side $BC$. Let $P$ be the second intersection point of the exterior angle bisector of $\angle BAC$ with the circumcircle of $\angle ABC$. A circle through $A$ and $P$ intersects line segment $BP$ internally in $E$ and line segment $CP$ internally in $F$. Prove that $\angle DEP = \angle DFP$.

1994 All-Russian Olympiad, 3

Let $a,b,c$ be the sides of a triangle, let $m_a,m_b,m_c$ be the corresponding medians, and let $D$ be the diameter of the circumcircle of the triangle. Prove that $\frac{a^2+b^2}{m_c}+\frac{a^2+c^2}{m_b}+\frac{b^2+c^2}{m_a} \leq 6D$.

2022 SG Originals, Q1

For $\triangle ABC$ and its circumcircle $\omega$, draw the tangents at $B,C$ to $\omega$ meeting at $D$. Let the line $AD$ meet the circle with center $D$ and radius $DB$ at $E$ inside $\triangle ABC$. Let $F$ be the point on the extension of $EB$ and $G$ be the point on the segment $EC$ such that $\angle AFB=\angle AGE=\angle A$. Prove that the tangent at $A$ to the circumcircle of $\triangle AFG$ is parallel to $BC$. [i]Proposed by 61plus[/i]

2019 Pan-African, 4

The tangents to the circumcircle of $\triangle ABC$ at $B$ and $C$ meet at $D$. The circumcircle of $\triangle BCD$ meets sides $AC$ and $AB$ again at $E$ and $F$ respectively. Let $O$ be the circumcentre of $\triangle ABC$. Show that $AO$ is perpendicular to $EF$.

2009 Saint Petersburg Mathematical Olympiad, 4

Points $A_1$ and $C_1$ are on $BC$ and $AB$ of acute-angled triangle $ABC$ . $AA_1$ and $CC_1$ intersect in $K$. Circumcircles of $AA_1B,CC_1B$ intersect in $P$ - incenter of $AKC$. Prove, that $P$ - orthocenter of $ABC$

2020-IMOC, G3

Triangle $ABC$ has incenter $I$ and circumcenter $O$. $AI, BI, CI$ intersect the circumcircle of $ABC$ again at $M_A, M_B, M_C$, respectively. Show that the Euler line of $BIC$ passes through the circumcenter of $OM_BM_C$. (houkai)

2017 ELMO Shortlist, 1

Let $ABC$ be a triangle with orthocenter $H,$ and let $M$ be the midpoint of $\overline{BC}.$ Suppose that $P$ and $Q$ are distinct points on the circle with diameter $\overline{AH},$ different from $A,$ such that $M$ lies on line $PQ.$ Prove that the orthocenter of $\triangle APQ$ lies on the circumcircle of $\triangle ABC.$ [i]Proposed by Michael Ren[/i]

2012 China Girls Math Olympiad, 5

As shown in the figure below, the in-circle of $ABC$ is tangent to sides $AB$ and $AC$ at $D$ and $E$ respectively, and $O$ is the circumcenter of $BCI$. Prove that $\angle ODB = \angle OEC$. [asy]import graph; size(5.55cm); pathpen=linewidth(0.7); pointpen=black; pen fp=fontsize(10); pointfontpen=fp; real xmin=-5.76,xmax=4.8,ymin=-3.69,ymax=3.71; pen zzttqq=rgb(0.6,0.2,0), wwwwqq=rgb(0.4,0.4,0), qqwuqq=rgb(0,0.39,0); pair A=(-2,2.5), B=(-3,-1.5), C=(2,-1.5), I=(-1.27,-0.15), D=(-2.58,0.18), O=(-0.5,-2.92); D(A--B--C--cycle,zzttqq); D(arc(D,0.25,-104.04,-56.12)--(-2.58,0.18)--cycle,qqwuqq); D(arc((-0.31,0.81),0.25,-92.92,-45)--(-0.31,0.81)--cycle,qqwuqq); D(A--B,zzttqq); D(B--C,zzttqq); D(C--A,zzttqq); D(CR(I,1.35),linewidth(1.2)+dotted+wwwwqq); D(CR(O,2.87),linetype("2 2")+blue); D(D--O); D((-0.31,0.81)--O); D(A); D(B); D(C); D(I); D(D); D((-0.31,0.81)); D(O); MP( "A", A, dir(110)); MP("B", B, dir(140)); D("C", C, dir(20)); D("D", D, dir(150)); D("E", (-0.31, 0.81), dir(60)); D("O", O, dir(290)); D("I", I, dir(100)); clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); [/asy]

2008 CentroAmerican, 6

Let $ ABC$ be an acute triangle. Take points $ P$ and $ Q$ inside $ AB$ and $ AC$, respectively, such that $ BPQC$ is cyclic. The circumcircle of $ ABQ$ intersects $ BC$ again in $ S$ and the circumcircle of $ APC$ intersects $ BC$ again in $ R$, $ PR$ and $ QS$ intersect again in $ L$. Prove that the intersection of $ AL$ and $ BC$ does not depend on the selection of $ P$ and $ Q$.

2015 Thailand TSTST, 2

Let $ABCDEF$ be a hexagon inscribed in a circle (with vertices in that order) with $\angle B + \angle C > 180^o$ and $\angle E + \angle F > 180^o$. Let the lines $AB$ and $CD$ intersect at $X$ and the lines $AF$ and $DE$ intersect at $S$. Let $XY$ and $ST$ be the diameters of the circumcircles of $\vartriangle BCX$ and $\vartriangle EFS$ respectively. If $U$ is the intersection point of the lines $BX$ and $ES$ and $V$ is the intersection point of the lines $BY$ and $ET,$ prove that the lines $UV, XY$ and $ST$ are all parallel.

1997 Hungary-Israel Binational, 3

Let $ ABC$ be an acute angled triangle whose circumcenter is $ O$. The three diameters of the circumcircle that pass through $ A$, $ B$, and $ C$, meet the opposite sides $ BC$, $ CA$, and $ AB$ at the points $ A_1$, $ B_1$ and $ C_1$, respectively. The circumradius of $ ABC$ is of length $ 2P$, where $ P$ is a prime number. The lengths of $ OA_1$, $ OB_1$, $ OC_1$ are integers. What are the lengths of the sides of the triangle?

2022 Taiwan TST Round 1, 5

Let $H$ be the orthocenter of a given triangle $ABC$. Let $BH$ and $AC$ meet at a point $E$, and $CH$ and $AB$ meet at $F$. Suppose that $X$ is a point on the line $BC$. Also suppose that the circumcircle of triangle $BEX$ and the line $AB$ intersect again at $Y$, and the circumcircle of triangle $CFX$ and the line $AC$ intersect again at $Z$. Show that the circumcircle of triangle $AYZ$ is tangent to the line $AH$. [i]Proposed by usjl[/i]

2015 Latvia Baltic Way TST, 5

$BE$ is the altitude of acute triangle $ABC$. The line $\ell$ touches the circumscribed circle of the triangle $ABC$ at point $B$. A perpendicular $CF$ is drawn from $C$ on line $\ell$. Prove that the lines $EF$ and $AB$ are parallel.

2022 Moldova EGMO TST, 2

In the acute triangle $ABC$ point $M$ is the midpoint of $AC$ and $N$ is the foot of the height of $A$ on $BC$. Point $D$ is on the circumcircle of triangle $BMN$ such that $AD$ and $BM$ are parallel and $AC$ is between the points $B$ and $D$. Prove that $BD=BC$.

2004 China Team Selection Test, 1

Find the largest value of the real number $ \lambda$, such that as long as point $ P$ lies in the acute triangle $ ABC$ satisfying $ \angle{PAB}\equal{}\angle{PBC}\equal{}\angle{PCA}$, and rays $ AP$, $ BP$, $ CP$ intersect the circumcircle of triangles $ PBC$, $ PCA$, $ PAB$ at points $ A_1$, $ B_1$, $ C_1$ respectively, then $ S_{A_1BC}\plus{} S_{B_1CA}\plus{} S_{C_1AB} \geq \lambda S_{ABC}$.

2005 All-Russian Olympiad Regional Round, 9.4

9.4, 10.3 Let $I$ be an incenter of $ABC$ ($AB<BC$), $M$ is a midpoint of $AC$, $N$ is a midpoint of circumcircle's arc $ABC$. Prove that $\angle IMA=\angle INB$. ([i]A. Badzyan[/i])

2015 China Second Round Olympiad, 3

$P$ is a point on arc $\overarc{BC}$ of the circumcircle of $\triangle ABC$ not containing $A$, $K$ lies on segment $AP$ such that $BK$ bisects $\angle ABC$. The circumcircle of $\triangle KPC$ meets $AC,BD$ at $D,E$ respectively. $PE$ meets $AB$ at $F$. Prove that $\angle ABC=2\angle FCB$.

2022 Indonesia TST, G

Let $AB$ be the diameter of circle $\Gamma$ centred at $O$. Point $C$ lies on ray $\overrightarrow{AB}$. The line through $C$ cuts circle $\Gamma$ at $D$ and $E$, with point $D$ being closer to $C$ than $E$ is. $OF$ is the diameter of the circumcircle of triangle $BOD$. Next, construct $CF$, cutting the circumcircle of triangle $BOD$ at $G$. Prove that $O,A,E,G$ are concyclic. (Possibly proposed by Pak Wono)

2023 USAMTS Problems, 4

The incircle of triangle $ABC$ with $AB\neq AC$ has center $I$ and is tangent to $BC, CA,$ and $AB$ at $D, E,$ and $F$ respectively. The circumcircle of triangle $ADI$ intersects $AB$ and $AC$ again at $X$ and $Y.$ Prove that $EF$ bisects $XY.$

2014 Iran Team Selection Test, 6

The incircle of a non-isosceles triangle $ABC$ with the center $I$ touches the sides $BC$ at $D$. let $X$ is a point on arc $BC$ from circumcircle of triangle $ABC$ such that if $E,F$ are feet of perpendicular from $X$ on $BI,CI$ and $M$ is midpoint of $EF$ we have $MB=MC$. prove that $\widehat{BAD}=\widehat{CAX}$

2004 Iran Team Selection Test, 3

Suppose that $ ABCD$ is a convex quadrilateral. Let $ F \equal{} AB\cap CD$, $ E \equal{} AD\cap BC$ and $ T \equal{} AC\cap BD$. Suppose that $ A,B,T,E$ lie on a circle which intersects with $ EF$ at $ P$. Prove that if $ M$ is midpoint of $ AB$, then $ \angle APM \equal{} \angle BPT$.

1996 AIME Problems, 6

In triangle $ ABC$ the medians $ \overline{AD}$ and $ \overline{CE}$ have lengths 18 and 27, respectively, and $ AB \equal{} 24$. Extend $ \overline{CE}$ to intersect the circumcircle of $ ABC$ at $ F$. The area of triangle $ AFB$ is $ m\sqrt {n}$, where $ m$ and $ n$ are positive integers and $ n$ is not divisible by the square of any prime. Find $ m \plus{} n$.