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

2008 Tuymaada Olympiad, 8

A convex hexagon is given. Let $ s$ be the sum of the lengths of the three segments connecting the midpoints of its opposite sides. Prove that there is a point in the hexagon such that the sum of its distances to the lines containing the sides of the hexagon does not exceed $ s.$ [i]Author: N. Sedrakyan[/i]

1995 IMO Shortlist, 5

Let $ ABCDEF$ be a convex hexagon with $ AB \equal{} BC \equal{} CD$ and $ DE \equal{} EF \equal{} FA$, such that $ \angle BCD \equal{} \angle EFA \equal{} \frac {\pi}{3}$. Suppose $ G$ and $ H$ are points in the interior of the hexagon such that $ \angle AGB \equal{} \angle DHE \equal{} \frac {2\pi}{3}$. Prove that $ AG \plus{} GB \plus{} GH \plus{} DH \plus{} HE \geq CF$.

Russian TST 2019, P3

Tags: geometry
Let $H{}$ be the orthocenter of the acute-angled triangle $ABC$. In the triangle $BHC$, the median $HM$ and the symedian $HL$ are drawn. The point $K{}$ is marked on the line $LH$ so that $\angle AKL=90^\circ$. Prove that the circumcircles of the triangles $ABC$ and $KLM$ are tangent.

2004 Indonesia Juniors, day 1

p1. Known points $A (-1.2)$, $B (0,2)$, $C (3,0)$, and $D (3, -1)$ as seen in the following picture. Determine the measure of the angle $AOD$ . [img]https://cdn.artofproblemsolving.com/attachments/f/2/ca857aaf54c803db34d8d52505ef9a80e7130f.png[/img] p2. Determine all prime numbers $p> 2$ until $p$ divides $71^2 - 37^2 - 51$. p3. A ball if dropped perpendicular to the ground from a height then it will bounce back perpendicular along the high third again, down back upright and bouncing back a third of its height, and next. If the distance traveled by the ball when it touches the ground the fourth time is equal to $106$ meters. From what height is the ball was dropped? p4. The beam $ABCD.EFGH$ is obtained by pasting two unit cubes $ABCD.PQRS$ and $PQRS.EFGH$. The point K is the midpoint of the edge $AB$, while the point $L$ is the midpoint of the edge $SH$. What is the length of the line segment $KL$? p5. How many integer numbers are no greater than $2004$, with remainder $1$ when divided by $2$, with remainder $2$ when divided by $3$, with remainder $3$ when divided by $4$, and with remainder $4$ when divided by $5$?

2009 Today's Calculation Of Integral, 427

Let $ a$ be a positive real number, in Euclidean space, consider the two disks: $ D_1\equal{}\{(x,\ y,\ z)| x^2\plus{}y^2\leq 1,\ z\equal{}a\}$, $ D_2\equal{}\{(x,\ y,\ z)| x^2\plus{}y^2\leq 1,\ z\equal{}\minus{}a\}$. Let $ D_1$ overlap to $ D_2$ by rotating $ D_1$ about the $ y$ axis by $ 180^\circ$. Note that the rotational direction is supposed to be the direction such that we would lean the postive part of the $ z$ axis to into the direction of the postive part of $ x$ axis. Let denote $ E$ the part in which $ D_1$ passes while the rotation, let denote $ V(a)$ the volume of $ E$ and let $ W(a)$ be the volume of common part of $ E$ and $ \{(x,\ y,\ z)|x\geq 0\}$. (1) Find $ W(a)$. (2) Find $ \lim_{a\rightarrow \infty} V(a)$.

2013 Iran MO (3rd Round), 1

Let $ABCDE$ be a pentagon inscribe in a circle $(O)$. Let $ BE \cap AD = T$. Suppose the parallel line with $CD$ which passes through $T$ which cut $AB,CE$ at $X,Y$. If $\omega$ be the circumcircle of triangle $AXY$ then prove that $\omega$ is tangent to $(O)$.

2022 Bulgaria JBMO TST, 4

Let $ABC (AC < BC)$ be an acute triangle with circumcircle $k$ and midpoint $P$ of $AB$. The altitudes $AM$ and $BN$ ($M\in BC$, $N\in AC$) intersect at $H$. The point $E$ on $k$ is such that the segments $CE$ and $AB$ are perpendicular. The line $EP$ intersects $k$ again at point $K$ and the point $Q$ on $k$ is such that $KQ$ and $AB$ are parallel. The circumcircle of $AHB$ intersects the segment $CP$ at an interior point $R$. Prove that the points $C$, $M$, $R$, $H$, $N$ and $Q$ are concyclic.

2004 USAMTS Problems, 5

Tags: geometry
Consider an isosceles triangle $ABC$ with side lengths $AB = AC = 10\sqrt{2}$ and $BC =10\sqrt{3}$. Construct semicircles $P$, $Q$, and $R$ with diameters $AB$, $AC$, $BC$ respectively, such that the plane of each semicircle is perpendicular to the plane of $ABC$, and all semicircles are on the same side of plane $ABC$ as shown. There exists a plane above triangle $ABC$ that is tangent to all three semicircles $P$, $Q$, $R$ at the points $D$, $E$, and $F$ respectively, as shown in the diagram. Calculate, with proof, the area of triangle $DEF$. [asy] size(200); import three; defaultpen(linewidth(0.7)+fontsize(10)); currentprojection = orthographic(0,4,2.5); // 1.15 x-scale distortion factor triple A = (0,0,0), B = (75^.5/1.15,-125^.5,0), C = (-75^.5/1.15,-125^.5,0), D = (A+B)/2 + (0,0,abs((B-A)/2)), E = (A+C)/2 + (0,0,abs((C-A)/2)), F = (C+B)/2 + (0,0,abs((B-C)/2)); draw(D--E--F--cycle); draw(B--A--C); // approximate guess for r real r = 1.38; draw(B--(r*B+C)/(1+r)^^(B+r*C)/(1+r)--C,linetype("4 4")); draw((B+r*C)/(1+r)--(r*B+C)/(1+r)); // lazy so I'll draw six arcs draw(arc((A+B)/2,A,D)); draw(arc((A+B)/2,D,B)); draw(arc((A+C)/2,E,A)); draw(arc((A+C)/2,E,C)); draw(arc((C+B)/2,F,B)); draw(arc((C+B)/2,F,C)); label("$A$",A,S); label("$B$",B,W); label("$C$",C,plain.E); label("$D$",D,SW); label("$E$",E,SE); label("$F$",F,N);[/asy]

1970 Dutch Mathematical Olympiad, 3

The points $P,Q,R$ and $A,B,C,D$ lie on a circle (clockwise) such that $\vartriangle PQR$ is equilateral and $ABCD$ is a square. The points $A$ and $P$ coincide. Prove that the symmetric of $B$ and $D$ wrt $PQ$ and $PR$ respectively lie on the sidelines of the symmetric square wrt $QR$.

2022 Irish Math Olympiad, 7

7. The four Vertices of a quadrilateral [i]ABCD[/i] lie on the circle with diameter [i]AB[/i]. The diagonals of [i]ABCD[/i] intersect at [i]E[/i], and the lines [i]AD[/i] and [i]BC[/i] intersect at [i]F[/i]. Line [i]FE[/i] meets [i]AB[/i] at [i]K[/i] and line [i]DK[/i] meets the circle again at [i]L[/i]. Prove that [i]CL[/i] is perpendicular to [i]AB[/i].

2005 District Olympiad, 2

Let $f:[0,1]\to\mathbb{R}$ be a continuous function and let $\{a_n\}_n$, $\{b_n\}_n$ be sequences of reals such that \[ \lim_{n\to\infty} \int^1_0 | f(x) - a_nx - b_n | dx = 0 . \] Prove that: a) The sequences $\{a_n\}_n$, $\{b_n\}_n$ are convergent; b) The function $f$ is linear.

2007 Princeton University Math Competition, 5

Tags: geometry
Four circles of radius $1$ are each tangent to two sides (line segments) of a square and externally tangent to a circle of radius $3$. What is the area of the space that is inside the square but not contained in any of the circles?

1956 Poland - Second Round, 3

Tags: geometry
A uniform horizontal circular plate of weight $ Q $ kG is supported at points $ A $, $ B $, $ C $ lying on the circumference of the plate, with $ AC = BC $ and $ ACB = 2\alpha $. What weight $ x $ kG must be placed on the plate at the other end $ D $ of the diameter drawn from point $ C $ so that the pressure of the plate on the support at $ C $G is equal to zero?

1991 Turkey Team Selection Test, 3

Let $U$ be the sum of lengths of sides of a tetrahedron (triangular pyramid) with vertices $O,A,B,C$. Let $V$ be the volume of the convex shape whose vertices are the midpoints of the sides of the tetrahedron. Show that $V\leq \frac{(U-|OA|-|BC| )(U-|OB|-|AC| )(U-|OC|-|AB| )}{(2^{7} \cdot 3)}$.

VI Soros Olympiad 1999 - 2000 (Russia), 9.2

Let $A_1,$ $B_1$, $C_1$ be the touchpoints of the circle inscribed in the acute triangle $ABC$ ($A_1$ is the touchpoint with the side $BC$, etc.). Let $A_2$, $B_2$, $C_2$ be the intersection points of the altitudes of triangles $AB_1C_1$, $A_1BC_1$ and $A_1B_1C$ respectively. Prove that the lines $A_1A_2$ and $B_1B_2$ and $C_1C_2$ intersect at one point.

Estonia Open Senior - geometry, 2009.1.5

Let any point $D$ be chosen on the side $BC$ of the triangle $ABC$. Let the radii of the incircles of the triangles $ABC, ABD$ and $ACD$ be $r_1, r_2$ and $r_3$. Prove that $r_1 <r_2 + r_3$.

2022 VIASM Summer Challenge, Problem 3

Tags: geometry
Given a triangle $ABC.$ The incircle $(I)$ of $\triangle ABC$ touch the sides $CA,AB$ at $E,F.$ A point $P$ moving on the segment $EF$. The line $PB$ intersects $CA$ at $M$; the line $MI$ intersects the line passing through $C$ and perpendicular to $AC$ at $N.$ Prove that: if $P$ is moving, the line passing through $N$ and perpendicular to $PC$ always passes a fixed point.

2005 JBMO Shortlist, 7

Let $ABCD$ be a parallelogram. $P \in (CD), Q \in (AB)$, $M= AP \cap DQ$, $N=BP \cap CQ$, $ K=MN \cap AD$, $L= MN \cap BC$. Prove that $BL=DK$.

2015 Sharygin Geometry Olympiad, P16

The diagonals of a convex quadrilateral divide it into four triangles. Restore the quadrilateral by the circumcenters of two adjacent triangles and the incenters of two mutually opposite triangles

2014 Sharygin Geometry Olympiad, 6

Given a circle with center $O$ and a point $P$ not lying on it, let $X$ be an arbitrary point on this circle and $Y$ be a common point of the bisector of angle $POX$ and the perpendicular bisector to segment $PX$. Find the locus of points $Y$.

2011 IMC, 5

Let $F=A_0A_1...A_n$ be a convex polygon in the plane. Define for all $1 \leq k \leq n-1$ the operation $f_k$ which replaces $F$ with a new polygon $f_k(F)=A_0A_1..A_{k-1}A_k^\prime A_{k+1}...A_n$ where $A_k^\prime$ is the symmetric of $A_k$ with respect to the perpendicular bisector of $A_{k-1}A_{k+1}$. Prove that $(f_1\circ f_2 \circ f_3 \circ...\circ f_{n-1})^n(F)=F$.

2014 Balkan MO Shortlist, G6

Tags: geometry
In $\triangle ABC$ with $AB=AC$,$M$ is the midpoint of $BC$,$H$ is the projection of $M$ onto $AB$ and $D$ is arbitrary point on the side $AC$.Let $E$ be the intersection point of the parallel line through $B$ to $HD$ with the parallel line through $C$ to $AB$.Prove that $DM$ is the bisector of $\angle ADE$.

2021 Thailand TST, 3

Let $P$ be a point on the circumcircle of acute triangle $ABC$. Let $D,E,F$ be the reflections of $P$ in the $A$-midline, $B$-midline, and $C$-midline. Let $\omega$ be the circumcircle of the triangle formed by the perpendicular bisectors of $AD, BE, CF$. Show that the circumcircles of $\triangle ADP, \triangle BEP, \triangle CFP,$ and $\omega$ share a common point.

Russian TST 2022, P3

Let $ABC$ be a triangle with circumcircle $\omega$ and let $\Omega_A$ be the $A$-excircle. Let $X$ and $Y$ be the intersection points of $\omega$ and $\Omega_A$. Let $P$ and $Q$ be the projections of $A$ onto the tangent lines to $\Omega_A$ at $X$ and $Y$ respectively. The tangent line at $P$ to the circumcircle of the triangle $APX$ intersects the tangent line at $Q$ to the circumcircle of the triangle $AQY$ at a point $R$. Prove that $\overline{AR} \perp \overline{BC}$.

Ukrainian From Tasks to Tasks - geometry, 2012.9

In the triangle $ABC$, the angle $A$ is equal to $60^o$, and the median $BD$ is equal to the altitude $CH$. Prove that this triangle is equilateral.