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

1995 Czech and Slovak Match, 3

Consider all triangles $ABC$ in the cartesian plane whose vertices are at lattice points (i.e. with integer coordinates) and which contain exactly one lattice point (to be denoted $P$) in its interior. Let the line $AP$ meet $BC$ at $E$. Determine the maximum possible value of the ratio $\frac{AP}{PE}$.

2020 CHMMC Winter (2020-21), 6

Tags: geometry
[i](9 pts)[/i] Let $ABC$ be a triangle with circumcenter $O$. The interior bisector of $\angle BAC$ intersects $BC$ at $D$. Circle $\omega_A$ is tangent to segments $AB$ and $AC$ and internally tangent to the circumcircle of $ABC$ at the point $P$. Let $E$ and $F$ be the respective points at which the $B$-excircle and $C$-excircle of $ABC$ are tangent to $AC$ and $AB$. Suppose that lines $BE$ and $CF$ pass through a common point $N$ on the circumcircle of $AEF$. [i]Note: for a triangle $ABC$, the $A$-excircle is the circle lying outside triangle $ABC$ that is tangent to side $BC$ and the extensions of sides $AB, AC$. The $B, C$-excircles are defined similarly.[/i] (a) [i](7 pts)[/i] Prove that the circumcircle of $PDO$ passes through $N$. (b) [i](2 pts)[/i] Suppose that $\frac{PD}{BC} = \frac{2}{7}$. Find, with proof, the value of $\cos (\angle BAC)$.

2022 Costa Rica - Final Round, 6

Tags: tangent , geometry
Consider $ABC$ with $AC > AB$ and incenter $I$. The midpoints of $\overline{BC}$ and $\overline{AC}$ are $M$ and $N$, respectively. If $\overline{AI}$ is perpendicular to $\overline{IN}$, then prove that $\overline{AI}$ is tangent to the circumscribed circle of $\vartriangle BMI$.

Estonia Open Junior - geometry, 2019.1.5

Point $M$ lies on the diagonal $BD$ of parallelogram $ABCD$ such that $MD = 3BM$. Lines $AM$ and $BC$ intersect in point $N$. What is the ratio of the area of triangle $MND$ to the area of parallelogram $ABCD$?

2019 HMNT, 4

Tags: geometry
In $\vartriangle ABC$, $AB = 2019$, $BC = 2020$, and $CA = 2021$. Yannick draws three regular $n$-gons in the plane of $\vartriangle ABC$ so that each $n$-gon shares a side with a distinct side of $\vartriangle ABC$ and no two of the $n$-gons overlap. What is the maximum possible value of $n$?

2020 LIMIT Category 2, 7

Tags: limit , geometry
A circle $\mathfrak{D}$ is drawn through the vertices $A$ and $B$ of $\triangle ABC$. If $\mathfrak{D}$ intersects $AC$ at a point $M$ and $BC$ at $P$ and $MP$ contains the incenter of $\triangle ABC$, then the length $MP$ is (in standard notation, where $t=\frac{1}{a+b+c}$): (A)$at(b+c)$ (B)$ct(b+a)$ (C)$bct$ (D)$abt$

2021 Saudi Arabia Training Tests, 19

Let $ABC$ be a triangle with $AB < AC$ inscribed in $(O)$. Tangent line at $A$ of $(O)$ cuts $BC$ at $D$. Take $H$ as the projection of $A$ on $OD$ and $E,F$ as projections of $H$ on $AB,AC$.Suppose that $EF$ cuts $(O)$ at $R,S$. Prove that $(HRS)$ is tangent to $OD$

1998 Tournament Of Towns, 5

Pinocchio claims that he can divide an isoceles triangle into three triangles, any two of which can be put together to form a new isosceles triangle. Is Pinocchio lying? (A Shapovalov)

2012 Grigore Moisil Intercounty, 3

Let $ \Delta ABC$ be a triangle, with $ m(\angle A)=90^{\circ}$ and $ m(\angle B)=30^{\circ}.$ If $M$ is the middle of $[AB],$ $N$ is the middle of $[BC],$ and $P\in[BC],\ Q\in[MN],$ such that \[\frac{PB}{PC}=4\cdot\frac{QM}{QN}+3,\] prove that $ \Delta APQ$ is an equilateral triangle. [b]Author: MARIN BANCOȘ[/b] [b]Regional Mathematical Contest GRIGORE MOISIL, Romania, Baia Mare, 24.03.2012, 7th grade[/b]

2009 JBMO Shortlist, 5

Tags: geometry
Let ${A, B, C}$ and ${O}$ be four points in plane, such that $\angle ABC>{{90}^{{}^\circ }}$ and ${OA=OB=OC}$.Define the point ${D\in AB}$ and the line ${l}$ such that ${D\in l, AC\perp DC}$ and ${l\perp AO}$. Line ${l}$ cuts ${AC}$at ${E}$ and circumcircle of ${ABC}$ at ${F}$. Prove that the circumcircles of triangles ${BEF}$and ${CFD}$are tangent at ${F}$.

1987 Traian Lălescu, 2.3

Let be a cube $ ABCDA'BC'D' $ such that $ AB=1, $ and let $ M,N,P,Q $ be points on the segments $ A'B',C'D',A'D', $ respectively, $ BC, $ excluding their extremities. [b]a)[/b] If $ MN $ is perpendicular to $ PQ, $ then $ AM+A'P+CQ+CN=3. $ [b]b)[/b] If $ MN $ and $ PQ $ are concurrent, then $ AM\cdot CQ=A'P\cdot CN. $

2009 Germany Team Selection Test, 3

There is given a convex quadrilateral $ ABCD$. Prove that there exists a point $ P$ inside the quadrilateral such that \[ \angle PAB \plus{} \angle PDC \equal{} \angle PBC \plus{} \angle PAD \equal{} \angle PCD \plus{} \angle PBA \equal{} \angle PDA \plus{} \angle PCB = 90^{\circ} \] if and only if the diagonals $ AC$ and $ BD$ are perpendicular. [i]Proposed by Dusan Djukic, Serbia[/i]

2011 Math Prize For Girls Problems, 3

Tags: geometry
The figure below shows a triangle $ABC$ with a semicircle on each of its three sides. [asy] unitsize(5); pair A = (0, 20 * 21) / 29.0; pair B = (-20^2, 0) / 29.0; pair C = (21^2, 0) / 29.0; draw(A -- B -- C -- cycle); label("$A$", A, S); label("$B$", B, S); label("$C$", C, S); filldraw(arc((A + C)/2, C, A)--cycle, gray); filldraw(arc((B + C)/2, C, A)--cycle, white); filldraw(arc((A + B)/2, A, B)--cycle, gray); filldraw(arc((B + C)/2, A, B)--cycle, white); [/asy] If $AB = 20$, $AC = 21$, and $BC = 29$, what is the area of the shaded region?

2007 Poland - Second Round, 2

We are given a cyclic quadrilateral $ABCD \quad AB\not=CD$. Quadrilaterals $AKDL$ and $CMBN$ are rhombuses with equal sides. Prove, that $KLMN$ is cyclic

2002 AIME Problems, 15

Circles $\mathcal{C}_{1}$ and $\mathcal{C}_{2}$ intersect at two points, one of which is $(9,6),$ and the product of the radii is $68.$ The x-axis and the line $y=mx$, where $m>0,$ are tangent to both circles. It is given that $m$ can be written in the form $a\sqrt{b}/c,$ where $a,$ $b,$ and $c$ are positive integers, $b$ is not divisible by the square of any prime, and $a$ and $c$ are relatively prime. Find $a+b+c.$

2021 USA IMO Team Selection Test, 2

Tags: geometry
Points $A$, $V_1$, $V_2$, $B$, $U_2$, $U_1$ lie fixed on a circle $\Gamma$, in that order, and such that $BU_2 > AU_1 > BV_2 > AV_1$. Let $X$ be a variable point on the arc $V_1 V_2$ of $\Gamma$ not containing $A$ or $B$. Line $XA$ meets line $U_1 V_1$ at $C$, while line $XB$ meets line $U_2 V_2$ at $D$. Let $O$ and $\rho$ denote the circumcenter and circumradius of $\triangle XCD$, respectively. Prove there exists a fixed point $K$ and a real number $c$, independent of $X$, for which $OK^2 - \rho^2 = c$ always holds regardless of the choice of $X$. [i]Proposed by Andrew Gu and Frank Han[/i]

2004 Bundeswettbewerb Mathematik, 3

Given two circles $k_1$ and $k_2$ which intersect at two different points $A$ and $B$. The tangent to the circle $k_2$ at the point $A$ meets the circle $k_1$ again at the point $C_1$. The tangent to the circle $k_1$ at the point $A$ meets the circle $k_2$ again at the point $C_2$. Finally, let the line $C_1C_2$ meet the circle $k_1$ in a point $D$ different from $C_1$ and $B$. Prove that the line $BD$ bisects the chord $AC_2$.

2004 AIME Problems, 11

A right circular cone has a base with radius 600 and height $200\sqrt{7}$. A fly starts at a point on the surface of the cone whose distance from the vertex of the cone is 125, and crawls along the surface of the cone to a point on the exact opposite side of the cone whose distance from the vertex is $375\sqrt{2}$. Find the least distance that the fly could have crawled.

2018 Moscow Mathematical Olympiad, 5

We have a blue triangle. In every move, we divide the blue triangle by angle bisector to $2$ triangles and color one triangle in red. Prove, that after some moves we color more than half of the original triangle in red.

2002 Kazakhstan National Olympiad, 5

On the plane is given the acute triangle $ ABC $. Let $ A_1 $ and $ B_1 $ be the feet of the altitudes of $ A $ and $ B $ drawn from those vertices, respectively. Tangents at points $ A_1 $ and $ B_1 $ drawn to the circumscribed circle of the triangle $ CA_1B_1 $ intersect at $ M $. Prove that the circles circumscribed around the triangles $ AMB_1 $, $ BMA_1 $ and $ CA_1B_1 $ have a common point.

2001 Romania National Olympiad, 3

Tags: geometry
We consider the points $A,B,C,D$, not in the same plane, such that $AB\perp CD$ and $AB^2+CD^2=AD^2+BC^2$. a) Prove that $AC\perp BD$. b) Prove that if $CD<BC<BD$, then the angle between the planes $(ABC)$ and $(ADC)$ is greater than $60^{\circ}$.

2021 IMO Shortlist, G5

Let $ABCD$ be a cyclic quadrilateral whose sides have pairwise different lengths. Let $O$ be the circumcenter of $ABCD$. The internal angle bisectors of $\angle ABC$ and $\angle ADC$ meet $AC$ at $B_1$ and $D_1$, respectively. Let $O_B$ be the center of the circle which passes through $B$ and is tangent to $\overline{AC}$ at $D_1$. Similarly, let $O_D$ be the center of the circle which passes through $D$ and is tangent to $\overline{AC}$ at $B_1$. Assume that $\overline{BD_1} \parallel \overline{DB_1}$. Prove that $O$ lies on the line $\overline{O_BO_D}$.

2020 Serbia National Math Olympiad, 2

We are given a polyhedron with at least $5$ vertices, such that exactly $3$ edges meet in each of the vertices. Prove that we can assign a rational number to every vertex of the given polyhedron such that the following conditions are met: $(i)$ At least one of the numbers assigned to the vertices is equal to $2020$. $(ii)$ For every polygonal face, the product of the numbers assigned to the vertices of that face is equal to $1$.

2018 PUMaC Team Round, 14

Find the sum of the positive integer solutions to the equation $\left\lfloor\sqrt[3]{x}\right\rfloor+\left\lfloor\sqrt[4]{x}\right\rfloor=4.$

1998 Federal Competition For Advanced Students, Part 2, 3

In a parallelogram $ABCD$ with the side ratio $AB : BC = 2 : \sqrt 3$ the normal through $D$ to $AC$ and the normal through $C$ to $AB$ intersects in the point $E$ on the line $AB$. What is the relationship between the lengths of the diagonals $AC$ and $BD$?