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

Durer Math Competition CD Finals - geometry, 2020.C4

Tags: geometry , hexagon
Albrecht likes to draw hexagons with all sides having equal length. He calls an angle of such a hexagon [i]nice [/i] if it is exactly $120^o$. He writes the number of its nice angles inside each hexagon. How many different numbers could Albrecht write inside the hexagons? Show examples for as many values as possible and give a reasoning why others cannot appear. [i]Albrecht can also draw concave hexagons[/i]

2006 Singapore Junior Math Olympiad, 5

You have a large number of congruent equilateral triangular tiles on a table and you want to fit $n$ of them together to make a convex equiangular hexagon (i.e. one whose interior angles are $120^o$) . Obviously, $n$ cannot be any positive integer. The first three feasible $n$ are $6, 10$ and $13$. Show that $12$ is not feasible but $14$ is.

2016 BAMO, 4

In an acute triangle $ABC$ let $K,L,$ and $M$ be the midpoints of sides $AB,BC,$ and $CA,$ respectively. From each of $K,L,$ and $M$ drop two perpendiculars to the other two sides of the triangle; e.g., drop perpendiculars from $K$ to sides $BC$ and $CA,$ etc. The resulting $6$ perpendiculars intersect at points $Q,S,$ and $T$ as in the figure to form a hexagon $KQLSMT$ inside triangle $ABC.$ Prove that the area of this hexagon $KQLSMT$ is half of the area of the original triangle $ABC.$ [asy] /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/Wiki, go to User:Azjps/geogebra; diagram by adihaya*/ import graph; size(10cm); real labelscalefactor = 0.5; /* changes label-to-point distance */ pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); /* default pen style */ pen dotstyle = black; /* point style */ real xmin = 11.888712276357234, xmax = 17.841346447833423, ymin = 10.61620970860601, ymax = 15.470685507068502; /* image dimensions */ pen zzttqq = rgb(0.6,0.2,0.); pen qqwuqq = rgb(0.,0.39215686274509803,0.); pair A = (12.488234161849352,12.833838721895551), B = (16.50823416184936,15.093838721895553), C = (16.28823416184936,11.353838721895551), K = (14.498234161849355,13.963838721895552), L = (16.39823416184936,13.223838721895552), M = (14.388234161849356,12.093838721895551), D = (13.615830174638527,13.467760858438725), F = (15.75135711740064,11.562938202365055), G = (15.625830174638523,14.597760858438724), H = (16.435061748056253,13.849907687412797), T = (14.02296781802369,12.74356027153236), Q = (16.032967818023693,13.873560271532357), O = (16.325061748056253,11.979907687412794); draw(A--B--C--cycle, zzttqq); draw((13.426050287639166,13.361068683160477)--(13.532742462917415,13.171288796161116)--(13.722522349916774,13.277980971439364)--D--cycle, qqwuqq); draw((14.054227993863618,12.223925334689998)--(14.133240861538676,12.426796211152979)--(13.930369985075695,12.505809078828037)--(13.851357117400637,12.302938202365056)--cycle, qqwuqq); draw((16.337846386707046,12.19724654447628)--(16.12050752964356,12.210031183127075)--(16.107722890992765,11.992692326063588)--O--cycle, qqwuqq); draw((15.830369985075697,11.765809078828037)--(15.627499108612716,11.844821946503092)--(15.54848624093766,11.641951070040111)--F--cycle, qqwuqq); draw((15.436050287639164,14.491068683160476)--(15.542742462917412,14.301288796161115)--(15.73252234991677,14.407980971439365)--G--cycle, qqwuqq); draw((16.217722890992764,13.86269232606359)--(16.20493825234197,13.645353469000101)--(16.42227710940546,13.63256883034931)--H--cycle, qqwuqq); Label laxis; laxis.p = fontsize(10); xaxis(xmin, xmax, Ticks(laxis, Step = 1., Size = 2, NoZero),EndArrow(6), above = true); yaxis(ymin, ymax, Ticks(laxis, Step = 1., Size = 2, NoZero),EndArrow(6), above = true); /* draws axes; NoZero hides '0' label */ /* draw figures */ draw(A--B, zzttqq); draw(B--C, zzttqq); draw(C--A, zzttqq); draw(M--D); draw(K--(13.851357117400637,12.302938202365056)); draw(F--L); draw(L--G); draw(K--H); draw(M--O); /* dots and labels */ dot(A,dotstyle); label("$A$", (12.52502834296331,12.93568440300881), NE * labelscalefactor); dot(B,dotstyle); label("$B$", (16.548187989892043,15.193580123223922), NE * labelscalefactor); dot(C,dotstyle); label("$C$", (16.332661580235147,11.457789022504372), NE * labelscalefactor); dot(K,linewidth(3.pt) + dotstyle); label("$K$", (14.536608166427676,14.02357961365791), NE * labelscalefactor); dot(L,linewidth(3.pt) + dotstyle); label("$L$", (16.43529320388129,13.28463192340569), NE * labelscalefactor); dot(M,linewidth(3.pt) + dotstyle); label("$M$", (14.433976542781535,12.155684063298134), NE * labelscalefactor); dot(D,linewidth(3.pt) + dotstyle); dot((13.851357117400637,12.302938202365056),linewidth(3.pt) + dotstyle); dot(F,linewidth(3.pt) + dotstyle); dot(G,linewidth(3.pt) + dotstyle); dot(H,linewidth(3.pt) + dotstyle); dot((15.922967818023695,12.003560271532354),linewidth(3.pt) + dotstyle); label("$S$", (15.96318773510904,12.063315602016607), NE * labelscalefactor); dot(T,linewidth(3.pt) + dotstyle); label("$T$", (14.064502697655428,12.802263292268826), NE * labelscalefactor); dot(Q,linewidth(3.pt) + dotstyle); label("$Q$", (16.076082521119794,13.931211152376383), NE * labelscalefactor); dot(O,linewidth(3.pt) + dotstyle); clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); /* end of picture */[/asy]

1998 Belarus Team Selection Test, 1

The lengths of the sides of a convex hexagon $ ABCDEF$ satisfy $ AB \equal{} BC$, $ CD \equal{} DE$, $ EF \equal{} FA$. Prove that: \[ \frac {BC}{BE} \plus{} \frac {DE}{DA} \plus{} \frac {FA}{FC} \geq \frac {3}{2}. \]

2013 IMO Shortlist, G5

Let $ABCDEF$ be a convex hexagon with $AB=DE$, $BC=EF$, $CD=FA$, and $\angle A-\angle D = \angle C -\angle F = \angle E -\angle B$. Prove that the diagonals $AD$, $BE$, and $CF$ are concurrent.

2023 Sharygin Geometry Olympiad, 9.2

Can a regular triangle be placed inside a regular hexagon in such a way that all vertices of the triangle were seen from each vertex of the hexagon? (Point $A$ is seen from $B$, if the segment $AB$ dots not contain internal points of the triangle.)

2010 Contests, 3

On a circular billiard table a ball rebounds from the rails as if the rail was the tangent to the circle at the point of impact. A regular hexagon with its vertices on the circle is drawn on a circular billiard table. A (point-shaped) ball is placed somewhere on the circumference of the hexagon, but not on one of its edges. Describe a periodical track of this ball with exactly four points at the rails. With how many different directions of impact can the ball be brought onto such a track?

2022 China Team Selection Test, 1

In a cyclic convex hexagon $ABCDEF$, $AB$ and $DC$ intersect at $G$, $AF$ and $DE$ intersect at $H$. Let $M, N$ be the circumcenters of $BCG$ and $EFH$, respectively. Prove that the $BE$, $CF$ and $MN$ are concurrent.

2019 Saudi Arabia Pre-TST + Training Tests, 1.3

Let $ABCDEF$ be a convex hexagon satisfying $AC = DF, CE = FB$ and $EA = BD$. Prove that the lines connecting the midpoints of opposite sides of the hexagon $ABCDEF$ intersect in one point.

1985 All Soviet Union Mathematical Olympiad, 413

Given right hexagon. The lines parallel to all the sides are drawn from all the vertices and midpoints of the sides (consider only the interior, with respect to the hexagon, parts of those lines). Thus the hexagon is divided onto $24$ triangles, and the figure has $19$ nodes. $19$ different numbers are written in those nodes. Prove that at least $7$ of $24$ triangles have the property: the numbers in its vertices increase (from the least to the greatest) counterclockwise.

LMT Team Rounds 2010-20, 2013 Hexagon

Tags: hexagon , area , geometry
Let $ABC$ be a triangle and $O$ be its circumcircle. Let $A', B', C'$ be the midpoints of minor arcs $AB$, $BC$ and $CA$ respectively. Let $I$ be the center of incircle of $ABC$. If $AB = 13$, $BC = 14$ and $AC = 15$, what is the area of the hexagon $AA'BB'CC'$? Suppose $m \angle BAC = \alpha$ , $m \angle CBA = \beta$, and $m \angle ACB = \gamma$. [b]p10.[/b] Let the incircle of $ABC$ be tangent to $AB, BC$, and $AC$ at $J, K, L$, respectively. Compute the angles of triangles $JKL$ and $A'B'C'$ in terms of $\alpha$, $\beta$, and $\gamma$, and conclude that these two triangles are similar. [b]p11.[/b] Show that triangle $AA'C'$ is congruent to triangle $IA'C'$. Show that $AA'BB'CC'$ has twice the area of $A'B'C'$. [b]p12.[/b] Let $r = JL/A'C'$ and the area of triangle $JKL$ be $S$. Using the previous parts, determine the area of hexagon $AA'BB'CC'$ in terms of $ r$ and $S$. [b]p13.[/b] Given that the circumradius of triangle $ABC$ is $65/8$ and that $S = 1344/65$, compute $ r$ and the exact value of the area of hexagon $AA'BB'CC'$. PS. You had better use hide for answers.

2015 Bulgaria National Olympiad, 1

The hexagon $ABLCDK$ is inscribed and the line $LK$ intersects the segments $AD, BC, AC$ and $BD$ in points $M, N, P$ and $Q$, respectively. Prove that $NL \cdot KP \cdot MQ = KM \cdot PN \cdot LQ$.

2014 Contests, 3

Let $ABCDEF$ be a convex hexagon. In the hexagon there is a point $K$, such that $ABCK,DEFK$ are both parallelograms. Prove that the three lines connecting $A,B,C$ to the midpoints of segments $CE,DF,EA$ meet at one point.

2016 Romanian Masters in Mathematic, 5

Tags: hexagon , geometry
A convex hexagon $A_1B_1A_2B_2A_3B_3$ it is inscribed in a circumference $\Omega$ with radius $R$. The diagonals $A_1B_2$, $A_2B_3$, $A_3B_1$ are concurrent in $X$. For each $i=1,2,3$ let $\omega_i$ tangent to the segments $XA_i$ and $XB_i$ and tangent to the arc $A_iB_i$ of $\Omega$ that does not contain the other vertices of the hexagon; let $r_i$ the radius of $\omega_i$. $(a)$ Prove that $R\geq r_1+r_2+r_3$ $(b)$ If $R= r_1+r_2+r_3$, prove that the six points of tangency of the circumferences $\omega_i$ with the diagonals $A_1B_2$, $A_2B_3$, $A_3B_1$ are concyclic

1966 IMO Shortlist, 53

Prove that in every convex hexagon of area $S$ one can draw a diagonal that cuts off a triangle of area not exceeding $\frac{1}{6}S.$

1993 Romania Team Selection Test, 3

Suppose that each of the diagonals $AD,BE,CF$ divides the hexagon $ABCDEF$ into two parts of the same area and perimeter. Does the hexagon necessarily have a center of symmetry?

2015 Peru MO (ONEM), 2

Let $ABCDEF$ be a convex hexagon. The diagonal $AC$ is cut by $BF$ and $BD$ at points $P$ and $Q$, respectively. The diagonal $CE$ is cut by $DB$ and $DF$ at points $R$ and $S$, respectively. The diagonal $EA$ is cut by $FD$ and $FB$ at points $T$ and $U$, respectively. It is known that each of the seven triangles $APB, PBQ, QBC, CRD, DRS, DSE$ and $AUF$ has area $1$. Find the area of the hexagon $ABCDEF$.

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 .

2022 HMNT, 7

Tags: geometry , hexagon
Alice and Bob are playing in the forest. They have six sticks of length 1, 2, 3, 4, 5, 6 inches. Somehow, they have managed to arrange these sticks, such that they form the sides of an equiangular hexagon. Compute the sum of all possible values of the area of the hexagon.

1967 Putnam, B1

Let $ABCDEF$ be a hexagon inscribed in a circle of radius $r.$ Show that if $AB=CD=EF=r,$ then the midpoints of $BC, DE$ and $FA$ are the vertices of an equilateral triangle.

2009 IMAC Arhimede, 2

In the triangle $ABC$, the circle with the center at the point $O$ touches the pages $AB, BC$ and $CA$ in the points $C_1, A_1$ and $B_1$, respectively. Lines $AO, BO$ and $CO$ cut the inscribed circle at points $A_2, B_2$ and $C_2,$ respectively. Prove that it is the area of the triangle $A_2B_2C_2$ is double from the surface of the hexagon $B_1A_2C_1B_2A_1C_2$. (Moldova)

2015 PAMO, Problem 2

A convex hexagon $ABCDEF$ is such that $$AB=BC \quad CD=DE \quad EF=FA$$ and $$\angle ABC=2\angle AEC \quad \angle CDE=2\angle CAE \quad \angle EFA=2\angle ACE$$ Show that $AD$, $CF$ and $EB$ are concurrent.

Kyiv City MO Juniors 2003+ geometry, 2005.89.5

Let $ABCDEF $ be a regular hexagon. On the line $AF $ mark the point $X$so that $ \angle DCX = 45^o$ . Find the value of the angle $FXE$. (Vyacheslav Yasinsky)

2020 Malaysia IMONST 1, 12

Tags: pentagon , hexagon
A football is made by sewing together some black and white leather patches. The black patches are regular pentagons of the same size. The white patches are regular hexagons of the same size. Each pentagon is bordered by 5 hexagons. Each hexagons is bordered by $3$ pentagons and $3$ hexagons. We need $12$ pentagons to make one football. How many hexagons are needed to make one football?

2015 Saudi Arabia BMO TST, 2

Find the number of $6$-tuples $(a_1,a_2, a_3,a_4, a_5,a_6)$ of distinct positive integers satisfying the following two conditions: (a) $a_1 + a_2 + a_3 + a_4 + a_5 + a_6 = 30$ (b) We can write $a_1,a_2, a_3,a_4, a_5,a_6$ on sides of a hexagon such that after a finite number of time choosing a vertex of the hexagon and adding $1$ to the two numbers written on two sides adjacent to the vertex, we obtain a hexagon with equal numbers on its sides. Lê Anh Vinh