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

2002 JBMO ShortLists, 11

Tags: geometry
Let $ ABC$ be an isosceles triangle with $ AB\equal{}AC$ and $ \angle A\equal{}20^\circ$. On the side $ AC$ consider point $ D$ such that $ AD\equal{}BC$. Find $ \angle BDC$.

2024 Yasinsky Geometry Olympiad, 3

Let \( H \) be the orthocenter of an acute triangle \( ABC \), and let \( AT \) be the diameter of the circumcircle of this triangle. Points \( X \) and \( Y \) are chosen on sides \( AC \) and \( AB \), respectively, such that \( TX = TY \) and \( \angle XTY + \angle XAY = 90^\circ \). Prove that \( \angle XHY = 90^\circ \). [i] Proposed by Matthew Kurskyi[/i]

2008 Alexandru Myller, 3

Tags: geometry , area
For a convex pentagon, prove that $ \frac{\text{area} (ABC)}{\text{area} (ABCD)} +\frac{\text{area} (CDE)}{\text{area} (BCDE)} <1. $ [i]Dan Ismailescu[/i]

1997 Mexico National Olympiad, 4

What is the minimum number of planes determined by $6$ points in space which are not all coplanar, and among which no three are collinear?

Novosibirsk Oral Geo Oly VIII, 2016.3

Tags: geometry , square , angle
A square is drawn on a sheet of grid paper on the sides of the cells $ABCD$ with side $8$. Point $E$ is the midpoint of side $BC$, $Q$ is such a point on the diagonal $AC$ such that $AQ: QC = 3: 1$. Find the angle between straight lines $AE$ and $DQ$.

Kyiv City MO 1984-93 - geometry, 1993.11.4

Let $a, b, c$ be the lengths of the sides of a triangle, and let $S$ be it's area. Prove that $$S \le \frac{a^2+b^2+c^2}{4\sqrt3}$$ and the equality is achieved only for an equilateral triangle.

2024 Canadian Junior Mathematical Olympiad, 3

Let $ABC$ be a triangle with incenter $I$. Suppose the reflection of $AB$ across $CI$ and the reflection of $AC$ across $BI$ intersect at a point $X$. Prove that $XI$ is perpendicular to $BC$.

MMPC Part II 1996 - 2019, 2008

[b]p1.[/b] Compute $$\left(\frac{1}{10}\right)^{\frac12}\left(\frac{1}{10^2}\right)^{\frac{1}{2^4}}\left(\frac{1}{10^3}\right)^{\frac{1}{2^3}} ...$$ [b]p2.[/b] Consider the sequence $1, 2, 2, 3, 3, 3, 4, 4, 4, 4,...,$ where the positive integer $m$ appears $m$ times. Let $d(n)$ denote the $n$th element of this sequence starting with $n = 1$. Find a closed-form formula for $d(n)$. [b]p3.[/b] Let $0 < \theta < \frac{\pi}{2}$, prove that $$ \left( \frac{\sin^2 \theta}{2}+\frac{2}{\cos^2 \theta} \right)^{\frac14}+ \left( \frac{\cos^2 \theta}{2}+\frac{2}{\sin^2 \theta} \right)^{\frac14} \ge (68)^{\frac14} $$ and determine the value of \theta when the inequality holds as equality. [b]p4.[/b] In $\vartriangle ABC$, parallel lines to $AB$ and $AC$ are drawn from a point $Q$ lying on side $BC$. If $a$ is used to represent the ratio of the area of parallelogram $ADQE$ to the area of the triangle $\vartriangle ABC$, (i) find the maximum value of $a$. (ii) find the ratio $\frac{BQ}{QC}$ when $a =\frac{24}{49}.$ [img]https://cdn.artofproblemsolving.com/attachments/5/8/eaa58df0d55e6e648855425e581a6ba0ad3ea6.png[/img] [b]p5.[/b] Prove the following inequality $$\frac{1}{2009} < \frac{1}{2} \cdot \frac{3}{4} \cdot \frac{5}{6} \cdot \frac{7}{8}...\frac{2007}{2008}<\frac{1}{40}$$ PS. You should use hide for answers. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].Thanks to gauss202 for sending the problems.

1997 Kurschak Competition, 1

Let $p>2$ be a prime number and let $L=\{0,1,\dots,p-1\}^2$. Prove that we can find $p$ points in $L$ with no three of them collinear.

2003 AMC 12-AHSME, 11

A square and an equilateral triangle have the same perimeter. Let $ A$ be the area of the circle circumscribed about the square and $ B$ be the area of the circle circumscribed about the triangle. Find $ A/B$. $ \textbf{(A)}\ \frac{9}{16} \qquad \textbf{(B)}\ \frac{3}{4} \qquad \textbf{(C)}\ \frac{27}{32} \qquad \textbf{(D)}\ \frac{3\sqrt{6}}{8} \qquad \textbf{(E)}\ 1$

2007 China Team Selection Test, 1

When all vertex angles of a convex polygon are equal, call it equiangular. Prove that $ p > 2$ is a prime number, if and only if the lengths of all sides of equiangular $ p$ polygon are rational numbers, it is a regular $ p$ polygon.

2012 India Regional Mathematical Olympiad, 1

Tags: ratio , midpoint , geometry
Let $ABC$ be a triangle and $D$ be a point on the segment $BC$ such that $DC = 2BD$. Let $E$ be the mid-point of $AC$. Let $AD$ and $BE$ intersect in $P$. Determine the ratios $BP:PE$ and $AP:PD$.

2017 AIME Problems, 15

Tags: geometry
The area of the smallest equilateral triangle with one vertex on each of the sides of the right triangle with side lengths $2\sqrt3$, $5$, and $\sqrt{37}$, as shown, is $\tfrac{m\sqrt{p}}{n}$, where $m$, $n$, and $p$ are positive integers, $m$ and $n$ are relatively prime, and $p$ is not divisible by the square of any prime. Find $m+n+p$. [asy] size(5cm); pair C=(0,0),B=(0,2*sqrt(3)),A=(5,0); real t = .385, s = 3.5*t-1; pair R = A*t+B*(1-t), P=B*s; pair Q = dir(-60) * (R-P) + P; fill(P--Q--R--cycle,gray); draw(A--B--C--A^^P--Q--R--P); dot(A--B--C--P--Q--R); [/asy]

2013 Junior Balkan Team Selection Tests - Romania, 4

Consider acute triangles $ABC$ and $BCD$, with $\angle BAC = \angle BDC$, such that $A$ and $D$ are on opposite sides of line $BC$. Denote by $E$ the foot of the perpendicular line to $AC$ through $B$ and by $F$ the foot of the perpendicular line to $BD$ through $C$. Let $H_1$ be the orthocenter of triangle $ABC$ and $H_2$ be the orthocenter of $BCD$. Show that lines $AD, EF$ and $H_1H_2$ are concurrent.

2020-21 KVS IOQM India, 24

Two circles $S_1$ and $S_2$, of radii $6$ units and $3$ units respectively, are tangent to each other, externally. Let $AC$ and $BD$ be their direct common tangents with $A$ and $B$ on $S_1$, and $C$ and $D$ on $S_2$. Find the area of quadrilateral $ABDC$ to the nearest Integer.

2001 Federal Competition For Advanced Students, Part 2, 3

Let be given a semicircle with the diameter $AB$, and points $C,D$ on it such that $AC = CD$. The tangent at $C$ intersects the line $BD$ at $E$. The line $AE$ intersects the arc of the semicircle at $F$. Prove that $CF < FD$.

2009 Romania Team Selection Test, 3

Prove that pentagon $ ABCDE$ is cyclic if and only if \[\mathrm{d(}E,AB\mathrm{)}\cdot \mathrm{d(}E,CD\mathrm{)} \equal{} \mathrm{d(}E,AC\mathrm{)}\cdot \mathrm{d(}E,BD\mathrm{)} \equal{} \mathrm{d(}E,AD\mathrm{)}\cdot \mathrm{d(}E,BC\mathrm{)}\] where $ \mathrm{d(}X,YZ\mathrm{)}$ denotes the distance from point $ X$ ot the line $ YZ$.

1961 Polish MO Finals, 5

Four lines intersecting at six points form four triangles. Prove that the circles circumscribed around out these triangles have a common point.

1994 Baltic Way, 12

Tags: incenter , geometry
The inscribed circle of the triangle $A_1A_2A_3$ touches the sides $A_2A_3,A_3A_1,A_1A_2$ at points $S_1,S_2,S_3$, respectively. Let $O_1,O_2,O_3$ be the centres of the inscribed circles of triangles $A_1S_2S_3, A_2S_3S_1,A_3S_1S_2$, respectively. Prove that the straight lines $O_1S_1,O_2S_2,O_3S_3$ intersect at one point.

2016 International Zhautykov Olympiad, 1

A quadrilateral $ABCD$ is inscribed in a circle with center $O$. It's diagonals meet at $M$.The circumcircle of $ABM$ intersects the sides $AD$ and $BC$ at $N$ and $K$ respectively. Prove that areas of $NOMD$ and $KOMC$ are equal.

2003 Tournament Of Towns, 4

In a triangle $ABC$, let $H$ be the point of intersection of altitudes, $I$ the center of incircle, $O$ the center of circumcircle, $K$ the point where the incircle touches $BC$. Given that $IO$ is parallel to $BC$, prove that $AO$ is parallel to $HK$.

2013 Uzbekistan National Olympiad, 4

Let circles $ \Gamma $ and $ \omega $ are circumcircle and incircle of the triangle $ABC$, the incircle touches sides $BC,CA,AB$ at the points $A_1,B_1,C_1$. Let $A_2$ and $B_2$ lies the lines $A_1I$ and $B_1I$ ($A_1$ and $A_2$ lies different sides from $I$, $B_1$ and $B_2$ lies different sides from $I$) such that $IA_2=IB_2=R$. Prove that : (a) $AA_2=BB_2=IO$; (b) The lines $AA_2$ and $BB_2$ intersect on the circle $ \Gamma ;$

1999 AIME Problems, 12

The inscribed circle of triangle $ABC$ is tangent to $\overline{AB}$ at $P,$ and its radius is 21. Given that $AP=23$ and $PB=27,$ find the perimeter of the triangle.

Novosibirsk Oral Geo Oly VIII, 2019.7

Tags: acute , square , geometry
The square was cut into acute -angled triangles. Prove that there are at least eight of them.

2021 Stanford Mathematics Tournament, 2

Tags: geometry
If two points are picked randomly on the perimeter of a square, what is the probability that the distance between those points is less than the side length of the square?