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

1978 IMO Longlists, 4

Two identically oriented equilateral triangles, $ABC$ with center $S$ and $A'B'C$, are given in the plane. We also have $A' \neq S$ and $B' \neq S$. If $M$ is the midpoint of $A'B$ and $N$ the midpoint of $AB'$, prove that the triangles $SB'M$ and $SA'N$ are similar.

2005 May Olympiad, 4

There are two paper figures: an equilateral triangle and a rectangle. The height of rectangle is equal to the height of the triangle and the base of the rectangle is equal to the base of the triangle. Divide the triangle into three parts and the rectangle into two, using straight cuts, so that with the five pieces can be assembled, without gaps or overlays, a equilateral triangle. To assemble the figure, each part can be rotated and / or turned around.

1961 All-Soviet Union Olympiad, 1

Points $A$ and $B$ move on circles centered at $O_A$ and $O_B$ such that $O_AA$ and $O_BB$ rotate at the same speed. Prove that vertex $C$ of the equilateral triangle $ABC$ moves along a certain circle at the same angular velocity. (The vertices of $ABC$ are oriented clockwise.)

2023 ISL, G8

Let $ABC$ be an equilateral triangle. Let $A_1,B_1,C_1$ be interior points of $ABC$ such that $BA_1=A_1C$, $CB_1=B_1A$, $AC_1=C_1B$, and $$\angle BA_1C+\angle CB_1A+\angle AC_1B=480^\circ$$ Let $BC_1$ and $CB_1$ meet at $A_2,$ let $CA_1$ and $AC_1$ meet at $B_2,$ and let $AB_1$ and $BA_1$ meet at $C_2.$ Prove that if triangle $A_1B_1C_1$ is scalene, then the three circumcircles of triangles $AA_1A_2, BB_1B_2$ and $CC_1C_2$ all pass through two common points. (Note: a scalene triangle is one where no two sides have equal length.) [i]Proposed by Ankan Bhattacharya, USA[/i]

1994 Nordic, 1

Let $O$ be an interior point in the equilateral triangle $ABC$, of side length $a$. The lines $AO, BO$, and $CO$ intersect the sides of the triangle in the points $A_1, B_1$, and $C_1$. Show that $OA_1 + OB_1 + OC_1 < a$.

2008 Junior Balkan Team Selection Tests - Moldova, 7

In an acute triangle $ABC$, points $A_1, B_1, C_1$ are the midpoints of the sides $BC, AC, AB$, respectively. It is known that $AA_1 = d(A_1, AB) + d(A_1, AC)$, $BB1 = d(B_1, AB) + d(A_1, BC)$, $CC_1 = d(C_1, AC) + d(C_1, BC)$, where $d(X, Y Z)$ denotes the distance from point $X$ to the line $YZ$. Prove, that triangle $ABC$ is equilateral.

2014 Oral Moscow Geometry Olympiad, 5

Given a regular triangle $ABC$, whose area is $1$, and the point $P$ on its circumscribed circle. Lines $AP, BP, CP$ intersect, respectively, lines $BC, CA, AB$ at points $A', B', C'$. Find the area of the triangle $A'B'C'$.

2020 Dürer Math Competition (First Round), P4

Let $ABC$ be an acute triangle with side $AB$ of length $1$. Say we reflect the points $A$ and $B$ across the midpoints of $BC$ and $AC$, respectively to obtain the points $A’$ and $B’$ . Assume that the orthocenters of triangles $ ABC$, $A’BC$ and $B’AC$ form an equilateral triangle. a) Prove that triangle $ABC$ is isosceles. b) What is the length of the altitude of $ABC$ through $C$?

2006 Sharygin Geometry Olympiad, 8.1

Inscribe the equilateral triangle of the largest perimeter in a given semicircle.

May Olympiad L2 - geometry, 1998.2

Let $ABC$ be an equilateral triangle. $N$ is a point on the side $AC$ such that $\vec{AC} = 7\vec{AN}$, $M$ is a point on the side $AB$ such that $MN$ is parallel to $BC$ and $P$ is a point on the side $BC$ such that $MP$ is parallel to $AC$. Find the ratio of areas $\frac{ (MNP)}{(ABC)}$

2024 Junior Balkan Team Selection Tests - Romania, P2

Let $M$ be the midpoint of the side $AD$ of the square $ABCD.$ Consider the equilateral triangles $DFM{}$ and $BFE{}$ such that $F$ lies in the interior of $ABCD$ and the lines $EF$ and $BC$ are concurrent. Denote by $P{}$ the midpoint of $ME.$ Prove that" [list=a] [*]The point $P$ lies on the line $AC.$ [*]The halfline $PM$ is the bisector of the angle $APF.$ [/list] [i]Adrian Bud[/i]

May Olympiad L2 - geometry, 2009.2

Let $ABCD$ be a convex quadrilateral such that the triangle $ABD$ is equilateral and the triangle $BCD$ is isosceles, with $\angle C = 90^o$. If $E$ is the midpoint of the side $AD$, determine the measure of the angle $\angle CED$.

1995 Korea National Olympiad, Problem 3

Let $ABC$ be an equilateral triangle of side $1$, $D$ be a point on $BC$, and $r_1, r_2$ be the inradii of triangles $ABD$ and $ADC$. Express $r_1r_2$ in terms of $p = BD$ and find the maximum of $r_1r_2$.

2018 Polish Junior MO Finals, 5

Point $M$ is middle of side $AB$ of equilateral triangle $ABC$. Points $D$ and $E$ lie on segments $AC$ and $BC$, respectively and $\angle DME = 60 ^{\circ}$. Prove that, $AD + BE = DE + \frac{1}{2}AB$.

2015 Dutch Mathematical Olympiad, 3 seniors

Points $A, B$, and $C$ are on a line in this order. Points $D$ and $E$ lie on the same side of this line, in such a way that triangles $ABD$ and $BCE$ are equilateral. The segments $AE$ and $CD$ intersect in point $S$. Prove that $\angle ASD = 60^o$. [asy] unitsize(1.5 cm); pair A, B, C, D, E, S; A = (0,0); B = (1,0); C = (2.5,0); D = dir(60); E = B + 1.5*dir(60); S = extension(C,D,A,E); fill(A--B--D--cycle, gray(0.8)); fill(B--C--E--cycle, gray(0.8)); draw(interp(A,C,-0.1)--interp(A,C,1.1)); draw(A--D--B--E--C); draw(A--E); draw(C--D); draw(anglemark(D,S,A,5)); dot("$A$", A, dir(270)); dot("$B$", B, dir(270)); dot("$C$", C, dir(270)); dot("$D$", D, N); dot("$E$", E, N); dot("$S$", S, N); [/asy]

2022 Iranian Geometry Olympiad, 5

a) Do there exist four equilateral triangles in the plane such that each two have exactly one vertex in common, and every point in the plane lies on the boundary of at most two of them? b) Do there exist four squares in the plane such that each two have exactly one vertex in common, and every point in the plane lies on the boundary of at most two of them? (Note that in both parts, there is no assumption on the intersection of interior of polygons.) [i]Proposed by Hesam Rajabzadeh[/i]

2012 Bundeswettbewerb Mathematik, 3

An equilateral triangle $DCE$ is placed outside a square $ABCD$. The center of this triangle is denoted as $M$ and the intersection of the straight line $AC$ and $BE$ with $S$. Prove that the triangle $CMS$ is isosceles.

2012 IFYM, Sozopol, 8

An equilateral triangle $ABC$ is inscribed in a square with side 1 (each vertex of the triangle is on a side of the square and no two are on the same side). Determine the greatest and smallest value of the side of $\Delta ABC$.

1978 IMO Shortlist, 2

Two identically oriented equilateral triangles, $ABC$ with center $S$ and $A'B'C$, are given in the plane. We also have $A' \neq S$ and $B' \neq S$. If $M$ is the midpoint of $A'B$ and $N$ the midpoint of $AB'$, prove that the triangles $SB'M$ and $SA'N$ are similar.

1983 Brazil National Olympiad, 2

An equilateral triangle $ABC$ has side a. A square is constructed on the outside of each side of the triangle. A right regular pyramid with sloping side $a$ is placed on each square. These pyramids are rotated about the sides of the triangle so that the apex of each pyramid comes to a common point above the triangle. Show that when this has been done, the other vertices of the bases of the pyramids (apart from the vertices of the triangle) form a regular hexagon.

1998 May Olympiad, 2

Let $ABC$ be an equilateral triangle. $N$ is a point on the side $AC$ such that $\vec{AC} = 7\vec{AN}$, $M$ is a point on the side $AB$ such that $MN$ is parallel to $BC$ and $P$ is a point on the side $BC$ such that $MP$ is parallel to $AC$. Find the ratio of areas $\frac{ (MNP)}{(ABC)}$

2014 Israel National Olympiad, 2

Let $\Delta A_1A_2A_3, \Delta B_1B_2B_3, \Delta C_1C_2C_3$ be three equilateral triangles. The vertices in each triangle are numbered [u]clockwise[/u]. It is given that $A_3=B_3=C_3$. Let $M$ be the center of mass of $\Delta A_1B_1C_1$, and let $N$ be the center of mass of $\Delta A_2B_2C_2$. Prove that $\Delta A_3MN$ is an equilateral triangle.

2019 Pan-African, 3

Let $ABC$ be a triangle, and $D$, $E$, $F$ points on the segments $BC$, $CA$, and $AB$ respectively such that $$ \frac{BD}{DC} = \frac{CE}{EA} = \frac{AF}{FB}. $$ Show that if the centres of the circumscribed circles of the triangles $DEF$ and $ABC$ coincide, then $ABC$ is an equilateral triangle.

1999 May Olympiad, 4

Let $ABC$ be an equilateral triangle. $M$ is the midpoint of segment $AB$ and $N$ is the midpoint of segment $BC$. Let $P$ be the point outside $ABC$ such that the triangle $ACP$ is isosceles and right in $P$. $PM$ and $AN$ are cut in $I$. Prove that $CI$ is the bisector of the angle $MCA$ .

2014 May Olympiad, 4

Let $ABC$ be a right triangle and isosceles, with $\angle C = 90^o$. Let $M$ be the midpoint of $AB$ and $N$ the midpoint of $AC$. Let $ P$ be such that $MNP$ is an equilateral triangle with $ P$ inside the quadrilateral $MBCN$. Calculate the measure of $\angle CAP$