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

1996 Israel National Olympiad, 5

Suppose that the circumradius $R$ and the inradius $r$ of a triangle $ABC$ satisfy $R = 2r$. Prove that the triangle is equilateral.

1955 Polish MO Finals, 3

An equilateral triangle $ ABC $ is inscribed in a circle; prove that if $ M $ is any point of the circle, then one of the distances $ MA $, $ MB $, $ MC $ is equal to the sum of the other two.

2019 BMT Spring, 7

Let $\vartriangle ABC$ be an equilateral triangle with side length $M$ such that points $E_1$ and $E_2$ lie on side $AB$, $F_1$ and $F_2$ lie on side $BC$, and $G1$ and $G2$ lie on side $AC$, such that $$m = \overline{AE_1} = \overline{BE_2} = \overline{BF_1} = \overline{CF_2} = \overline{CG_1} = \overline{AG_2}$$ and the area of polygon $E_1E_2F_1F_2G_1G_2$ equals the combined areas of $\vartriangle AE_1G_2$, $\vartriangle BF_1E_2$, and $\vartriangle CG_1F_2$. Find the ratio $\frac{m}{M}$. [img]https://cdn.artofproblemsolving.com/attachments/a/0/88b36c6550c42d913cdddd4486a3dde251327b.png[/img]

1967 All Soviet Union Mathematical Olympiad, 084

a) The maximal height $|AH|$ of the acute-angled triangle $ABC$ equals the median $|BM|$. Prove that the angle $ABC$ isn't greater than $60$ degrees. b) The height $|AH|$ of the acute-angled triangle $ABC$ equals the median $|BM|$ and bisectrix $|CD|$. Prove that the angle $ABC$ is equilateral.

2020 BMT Fall, 11

Equilateral triangle $ABC$ has side length $2$. A semicircle is drawn with diameter $BC$ such that it lies outside the triangle, and minor arc $BC$ is drawn so that it is part of a circle centered at $A$. The area of the “lune” that is inside the semicircle but outside sector $ABC$ can be expressed in the form $\sqrt{p}-\frac{q\pi}{r}$, where $p, q$, and $ r$ are positive integers such that $q$ and $r$ are relatively prime. Compute $p + q + r$. [img]https://cdn.artofproblemsolving.com/attachments/7/7/f349a807583a83f93ba413bebf07e013265551.png[/img]

Denmark (Mohr) - geometry, 2012.5

In the hexagon $ABCDEF$, all angles are equally large. The side lengths satisfy $AB = CD = EF = 3$ and $BC = DE = F A = 2$. The diagonals $AD$ and $CF$ intersect each other in the point $G$. The point $H$ lies on the side $CD$ so that $DH = 1$. Prove that triangle $EGH$ is equilateral.

2006 Sharygin Geometry Olympiad, 16

Regular triangles are built on the sides of the triangle $ABC$. It turned out that their vertices form a regular triangle. Is the original triangle regular also?

Estonia Open Senior - geometry, 2019.2.5

The plane has a circle $\omega$ and a point $A$ outside it. For any point $C$, the point $B$ on the circle $\omega$ is defined such that $ABC$ is an equilateral triangle with vertices $A, B$ and $C$ listed clockwise. Prove that if point $B$ moves along the circle $\omega$, then point $C$ also moves along a circle.

2000 May Olympiad, 4

There are pieces in the shape of an equilateral triangle with sides $1, 2, 3, 4, 5$ and $6$ ($50$ pieces of each size). You want to build an equilateral triangle of side $7$ using some of these pieces, without gaps or overlaps. What is the least number of pieces needed?

2019 Greece Team Selection Test, 1

Given an equilateral triangle with sidelength $k$ cm. With lines parallel to it's sides, we split it into $k^2$ small equilateral triangles with sidelength $1$ cm. This way, a triangular grid is created. In every small triangle of sidelength $1$ cm, we place exactly one integer from $1$ to $k^2$ (included), such that there are no such triangles having the same numbers. With vertices the points of the grid, regular hexagons are defined of sidelengths $1$ cm. We shall name as [i]value [/i] of the hexagon, the sum of the numbers that lie on the $6$ small equilateral triangles that the hexagon consists of . Find (in terms of the integer $k>4$) the maximum and the minimum value of the sum of the values of all hexagons .

2004 Olympic Revenge, 1

$ABC$ is a triangle and $D$ is an internal point such that $\angle DAB=\angle DBC =\angle DCA$. $O_a$ is the circumcenter of $DBC$. $O_b$ is the circumcenter of $DAC$. $O_c$ is the circumcenter of $DAB$. Show that if the area of $ABC$ and $O_aO_bO_c$ are equal then $ABC$ is equilateral.

2018 Malaysia National Olympiad, A1

Hassan has a piece of paper in the shape of a hexagon. The interior angles are all $120^o$, and the side lengths are $1$, $2$, $3$, $4$, $5$, $6$, although not in that order. Initially, the paper is in the shape of an equilateral triangle, then Hassan has cut off three smaller equilateral triangle shapes, one at each corner of the paper. What is the minimum possible side length of the original triangle?

2007 Dutch Mathematical Olympiad, 1

Consider the equilateral triangle $ABC$ with $|BC| = |CA| = |AB| = 1$. On the extension of side $BC$, we define points $A_1$ (on the same side as B) and $A_2$ (on the same side as C) such that $|A_1B| = |BC| = |CA_2| = 1$. Similarly, we define $B_1$ and $B_2$ on the extension of side $CA$ such that $|B_1C| = |CA| =|AB_2| = 1$, and $C_1$ and $C_2$ on the extension of side $AB$ such that $|C_1A| = |AB| = |BC_2| = 1$. Now the circumcentre of 4ABC is also the centre of the circle that passes through the points $A_1,B_2,C_1,A_2,B_1$ and $C_2$. Calculate the radius of the circle through $A_1,B_2,C_1,A_2,B_1$ and $C_2$. [asy] unitsize(1.5 cm); pair[] A, B, C; A[0] = (0,0); B[0] = (1,0); C[0] = dir(60); A[1] = B[0] + dir(-60); A[2] = C[0] + dir(120); B[1] = C[0] + dir(60); B[2] = A[0] + dir(240); C[1] = A[0] + (-1,0); C[2] = B[0] + (1,0); draw(A[1]--A[2]); draw(B[1]--B[2]); draw(C[1]--C[2]); draw(circumcircle(A[2],B[1],C[2])); dot("$A$", A[0], SE); dot("$A_1$", A[1], SE); dot("$A_2$", A[2], NW); dot("$B$", B[0], SW); dot("$B_1$", B[1], NE); dot("$B_2$", B[2], SW); dot("$C$", C[0], N); dot("$C_1$", C[1], W); dot("$C_2$", C[2], E); [/asy]

Kyiv City MO Juniors Round2 2010+ geometry, 2015.8.41

On the sides $AB, \, \, BC, \, \, CA$ of the triangle $ABC$ the points ${{C} _ {1}}, \, \, {{A} _ { 1}},\, \, {{B} _ {1}}$ are selected respectively, that are different from the vertices. It turned out that $\Delta {{A} _ {1}} {{B} _ {1}} {{C} _ {1}}$ is equilateral, $\angle B{{C}_{1}}{{A}_{1}}=\angle {{C}_{1}}{{B}_{1}}A$ and $\angle B{{A}_{1}}{{C}_{1}}=\angle {{A}_{1}}{{B}_{1}}C$ . Is $ \Delta ABC$ equilateral?

1990 Tournament Of Towns, (264) 2

The vertices of an equilateral triangle lie on sides $ AB$, $CD$ and $EF$ of a regular hexagon $ABCDEF$. Prove that the triangle and the hexagon have a common centre. (N Sedrakyan, Yerevan )

2015 Dutch IMO TST, 3

An equilateral triangle $ABC$ is given. On the line through $B$ parallel to $AC$ there is a point $D$, such that $D$ and $C$ are on the same side of the line $AB$. The perpendicular bisector of $CD$ intersects the line $AB$ in $E$. Prove that triangle $CDE$ is equilateral.

2005 Switzerland - Final Round, 1

Let $ABC$ be any triangle and $D, E, F$ the midpoints of $BC, CA, AB$. The medians $AD, BE$ and $CF$ intersect at point $S$. At least two of the quadrilaterals $AF SE, BDSF, CESD$ are cyclic. Show that the triangle $ABC$ is equilateral.

2007 Sharygin Geometry Olympiad, 1

A triangle is cut into several (not less than two) triangles. One of them is isosceles (not equilateral), and all others are equilateral. Determine the angles of the original triangle.

1999 Greece Junior Math Olympiad, 3

Let $ABC$ be an equilateral triangle . Let point $D$ lie on side $AB,E$ lie on side $AC, D_1$ and $E_1$ lie on side BC such that $AB=DB+BD_1$ and $AC=CE+CE_1$. Calculate the smallest angle between the lines $DE_1$ and $ED_1$.

2010 Junior Balkan Team Selection Tests - Romania, 1

Consider two equilateral triangles $ABC$ and $MNP$ with the property that $AB \parallel MN, BC \parallel NP$ and $CA \parallel PM$ , so that the surfaces of the triangles intersect after a convex hexagon. The distances between the three pairs of parallel lines are at most equal to $1$. Show that at least one of the two triangles has the side at most equal to $\sqrt {3}$ .

2020 Regional Olympiad of Mexico Center Zone, 1

There is a board with the shape of an equilateral triangle with side $n$ divided into triangular cells with the shape of equilateral triangles with side $ 1$ (the figure below shows the board when $n = 4$). Each and every triangular cell is colored either red or blue. What is the least number of cells that can be colored blue without two red cells sharing one side? [img]https://cdn.artofproblemsolving.com/attachments/0/1/d1f034258966b319dc87297bdb311f134497b5.png[/img]

1972 Dutch Mathematical Olympiad, 1

Prove that for every $n \in N$, $n > 6$, every equilateral triangle can be divided into $n$ pieces, which are also equilateral triangles.

2020 Dutch BxMO TST, 4

Three different points $A,B$ and $C$ lie on a circle with center $M$ so that $| AB | = | BC |$. Point $D$ is inside the circle in such a way that $\vartriangle BCD$ is equilateral. Let $F$ be the second intersection of $AD$ with the circle . Prove that $| F D | = | FM |$.

1991 Poland - Second Round, 2

On the sides $ BC $, $ CA $, $ AB $ of the triangle $ ABC $, the points $ D $, $ E $, $ F $ are chosen respectively, such that $$ \frac{|DB|}{|DC|} = \frac{|EC|}{|EA|} = \frac{|FA|}{|FB|}$$ Prove that if the triangle $ DEF $ is equilateral, then the triangle $ ABC $ is also equilateral.

2019 Novosibirsk Oral Olympiad in Geometry, 2

Kikoriki live on the shores of a pond in the form of an equilateral triangle with a side of $600$ m, Krash and Wally live on the same shore, $300$ m from each other. In summer, Dokko to Krash walk $900$ m, and Wally to Rosa - also $900$ m. Prove that in winter, when the pond freezes and it will be possible to walk directly on the ice, Dokko will walk as many meters to Krash as Wally to Rosa. [url=https://en.wikipedia.org/wiki/Kikoriki]about Kikoriki/GoGoRiki / Smeshariki [/url]