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

2014 Postal Coaching, 3

The circles $\mathcal{K}_1,\mathcal{K}_2$ and $\mathcal{K}_3$ are pairwise externally tangent to each other; the point of tangency betwwen $\mathcal{K}_1$ and $\mathcal{K}_2$ is $T$. One of the external common tangents of $\mathcal{K}_1$ and $\mathcal{K}_2$ meets $\mathcal{K}_3$ at points $P$ and $Q$. Prove that the internal common tangent of $\mathcal{K}_1$ and $\mathcal{K}_2$ bisects the arc $PQ$ of $\mathcal{K}_3$ which is closer to $T$.

2012 JBMO ShortLists, 2

Let $ABC$ be an isosceles triangle with $AB=AC$ . Let also $\omega$ be a circle of center $K$ tangent to the line $AC$ at $C$ which intersects the segment $BC$ again at $H$ . Prove that $HK \bot AB $.

2013 Lusophon Mathematical Olympiad, 6

Consider a triangle $ABC$. Let $S$ be a circumference in the interior of the triangle that is tangent to the sides $BC$, $CA$, $AB$ at the points $D$, $E$, $F$ respectively. In the exterior of the triangle we draw three circumferences $S_A$, $S_B$, $S_C$. The circumference $S_A$ is tangent to $BC$ at $L$ and to the prolongation of the lines $AB$, $AC$ at the points $M$, $N$ respectively. The circumference $S_B$ is tangent to $AC$ at $E$ and to the prolongation of the line $BC$ at $P$. The circumference $S_C$ is tangent to $AB$ at $F$ and to the prolongation of the line $BC$ at $Q$. Show that the lines $EP$, $FQ$ and $AL$ meet at a point of the circumference $S$.

2005 Bulgaria Team Selection Test, 5

Let $ABC$, $AC \not= BC$, be an acute triangle with orthocenter $H$ and incenter $I$. The lines $CH$ and $CI$ meet the circumcircle of $\bigtriangleup ABC$ at points $D$ and $L$, respectively. Prove that $\angle CIH = 90^{\circ}$ if and only if $\angle IDL = 90^{\circ}$

2012 Online Math Open Problems, 24

In scalene $\triangle ABC$, $I$ is the incenter, $I_a$ is the $A$-excenter, $D$ is the midpoint of arc $BC$ of the circumcircle of $ABC$ not containing $A$, and $M$ is the midpoint of side $BC$. Extend ray $IM$ past $M$ to point $P$ such that $IM = MP$. Let $Q$ be the intersection of $DP$ and $MI_a$, and $R$ be the point on the line $MI_a$ such that $AR\parallel DP$. Given that $\frac{AI_a}{AI}=9$, the ratio $\frac{QM} {RI_a}$ can be expressed in the form $\frac{m}{n}$ for two relatively prime positive integers $m,n$. Compute $m+n$. [i]Ray Li.[/i] [hide="Clarifications"][list=1][*]"Arc $BC$ of the circumcircle" means "the arc with endpoints $B$ and $C$ not containing $A$".[/list][/hide]

2012 Albania National Olympiad, 5

Let $ABC$ be a triangle where $AC\neq BC$. Let $P$ be the foot of the altitude taken from $C$ to $AB$; and let $V$ be the orthocentre, $O$ the circumcentre of $ABC$, and $D$ the point of intersection between the radius $OC$ and the side $AB$. The midpoint of $CD$ is $E$. a) Prove that the reflection $V'$ of $V$ in $AB$ is on the circumcircle of the triangle $ABC$. b) In what ratio does the segment $EP$ divide the segment $OV$?

2004 239 Open Mathematical Olympiad, 2

Do there exist such a triangle $T$, that for any coloring of a plane in two colors one may found a triangle $T'$, equal to $T$, such that all vertices of $T'$ have the same color. [b] proposed by S. Berlov[/b]

2013 ELMO Shortlist, 12

Let $ABC$ be a nondegenerate acute triangle with circumcircle $\omega$ and let its incircle $\gamma$ touch $AB, AC, BC$ at $X, Y, Z$ respectively. Let $XY$ hit arcs $AB, AC$ of $\omega$ at $M, N$ respectively, and let $P \neq X, Q \neq Y$ be the points on $\gamma$ such that $MP=MX, NQ=NY$. If $I$ is the center of $\gamma$, prove that $P, I, Q$ are collinear if and only if $\angle BAC=90^\circ$. [i]Proposed by David Stoner[/i]

1996 Moldova Team Selection Test, 10

Given an equilateral triangle $ABC$ and a point $M$ in the plane ($ABC$). Let $A', B', C'$ be respectively the symmetric through $M$ of $A, B, C$. [b]I.[/b] Prove that there exists a unique point $P$ equidistant from $A$ and $B'$, from $B$ and $C'$ and from $C$ and $A'$. [b]II.[/b] Let $D$ be the midpoint of the side $AB$. When $M$ varies ($M$ does not coincide with $D$), prove that the circumcircle of triangle $MNP$ ($N$ is the intersection of the line $DM$ and $AP$) pass through a fixed point.

2005 USAMTS Problems, 5

Lisa and Bart are playing a game. A round table has $n$ lights evenly spaced around its circumference. Some of the lights are on and some of them off; the initial configuration is random. Lisa wins if she can get all of the lights turned on; Bart wins if he can prevent this from happening. On each turn, Lisa chooses the positions at which to flip the lights, but before the lights are flipped, Bart, knowing Lisa’s choices, can rotate the table to any position that he chooses (or he can leave the table as is). Then the lights in the positions that Lisa chose are flipped: those that are off are turned on and those that are on are turned off. Here is an example turn for $n = 5$ (a white circle indicates a light that is on, and a black circle indicates a light that is off): [asy] size(250); defaultpen(linewidth(1)); picture p = new picture; real r = 0.2; pair s1=(0,-4), s2=(0,-8); int[][] filled = {{1,2,3},{1,2,5},{2,3,4,5}}; draw(p,circle((0,0),1)); for(int i = 0; i < 5; ++i) { pair P = dir(90-72*i); filldraw(p,circle(P,r),white); label(p,string(i+1),P,2*P,fontsize(10)); } add(p); add(shift(s1)*p); add(shift(s2)*p); for(int j = 0; j < 3; ++j) for(int i = 0; i < filled[j].length; ++i) filldraw(circle(dir(90-72*(filled[j][i]-1))+j*s1,r)); label("$\parbox{15em}{Initial Position.}$", (-4.5,0)); label("$\parbox{15em}{Lisa says ``1,3,4.'' \\ Bart rotates the table one \\ position counterclockwise. }$", (-4.5,0)+s1); label("$\parbox{15em}{Lights in positions 1,3,4 are \\ flipped.}$", (-4.5,0)+s2);[/asy] Lisa can take as many turns as she needs to win, or she can give up if it becomes clear to her that Bart can prevent her from winning. (a) Show that if $n = 7$ and initially at least one light is on and at least one light is off, then Bart can always prevent Lisa from winning. (b) Show that if $n = 8$, then Lisa can always win in at most 8 turns.

Cono Sur Shortlist - geometry, 2020.G1.4

Let $ABC$ be an acute scalene triangle. $D$ and $E$ are variable points in the half-lines $AB$ and $AC$ (with origin at $A$) such that the symmetric of $A$ over $DE$ lies on $BC$. Let $P$ be the intersection of the circles with diameter $AD$ and $AE$. Find the locus of $P$ when varying the line segment $DE$.

2013 Harvard-MIT Mathematics Tournament, 9

I have $8$ unit cubes of different colors, which I want to glue together into a $2\times 2\times 2$ cube. How many distinct $2\times 2\times 2$ cubes can I make? Rotations of the same cube are not considered distinct, but reflections are.

1994 Vietnam Team Selection Test, 1

Given an equilateral triangle $ABC$ and a point $M$ in the plane ($ABC$). Let $A', B', C'$ be respectively the symmetric through $M$ of $A, B, C$. [b]I.[/b] Prove that there exists a unique point $P$ equidistant from $A$ and $B'$, from $B$ and $C'$ and from $C$ and $A'$. [b]II.[/b] Let $D$ be the midpoint of the side $AB$. When $M$ varies ($M$ does not coincide with $D$), prove that the circumcircle of triangle $MNP$ ($N$ is the intersection of the line $DM$ and $AP$) pass through a fixed point.

2021 Vietnam TST, 3

Let $ABC$ be a triangle and $N$ be a point that differs from $A,B,C$. Let $A_b$ be the reflection of $A$ through $NB$, and $B_a$ be the reflection of $B$ through $NA$. Similarly, we define $B_c, C_b, A_c, C_a$. Let $m_a$ be the line through $N$ and perpendicular to $B_cC_b$. Define similarly $m_b, m_c$. a) Assume that $N$ is the orthocenter of $\triangle ABC$, show that the respective reflection of $m_a, m_b, m_c$ through the bisector of angles $\angle BNC, \angle CNA, \angle ANB$ are the same line. b) Assume that $N$ is the nine-point center of $\triangle ABC$, show that the respective reflection of $m_a, m_b, m_c$ through $BC, CA, AB$ concur.

2021 Iran MO (3rd Round), 2

Given an acute triangle $ABC$, let $AD$ be an altitude and $H$ the orthocenter. Let $E$ denote the reflection of $H$ with respect to $A$. Point $X$ is chosen on the circumcircle of triangle $BDE$ such that $AC\| DX$ and point $Y$ is chosen on the circumcircle of triangle $CDE$ such that $DY\| AB$. Prove that the circumcircle of triangle $AXY$ is tangent to that of $ABC$.

1979 IMO Longlists, 30

Let $M$ be a set of points in a plane with at least two elements. Prove that if $M$ has two axes of symmetry $g_1$ and $g_2$ intersecting at an angle $\alpha = q\pi$, where $q$ is irrational, then $M$ must be infinite.

1985 All Soviet Union Mathematical Olympiad, 399

Given a straight line $\ell$ and the point $O$ out of the line. Prove that it is possible to move an arbitrary point $A$ in the same plane to the $O$ point, using only rotations around $O$ and symmetry with respect to the $\ell$.

2013 Princeton University Math Competition, 5

A sequence of vertices $v_1,v_2,\ldots,v_k$ in a graph, where $v_i=v_j$ only if $i=j$ and $k$ can be any positive integer, is called a $\textit{cycle}$ if $v_1$ is attached by an edge to $v_2$, $v_2$ to $v_3$, and so on to $v_k$ connected to $v_1$. Rotations and reflections are distinct: $A,B,C$ is distinct from $A,C,B$ and $B,C,A$. Supposed a simple graph $G$ has $2013$ vertices and $3013$ edges. What is the minimal number of cycles possible in $G$?

1989 Iran MO (2nd round), 3

A line $d$ is called [i]faithful[/i] to triangle $ABC$ if $d$ be in plane of triangle $ABC$ and the reflections of $d$ over the sides of $ABC$ be concurrent. Prove that for any two triangles with acute angles lying in the same plane, either there exists exactly one [i]faithful[/i] line to both of them, or there exist infinitely [i]faithful[/i] lines to them.

2013 F = Ma, 15

A uniform rod is partially in water with one end suspended, as shown in figure. The density of the rod is $5/9$ that of water. At equilibrium, what portion of the rod is above water? $\textbf{(A) } 0.25\\ \textbf{(B) } 0.33\\ \textbf{(C) } 0.5\\ \textbf{(D) } 0.67\\ \textbf{(E) } 0.75$

Taiwan TST 2015 Round 1, 1

Let $ABC$ be a triangle and $M$ be the midpoint of $BC$, and let $AM$ meet the circumcircle of $ABC$ again at $R$. A line passing through $R$ and parallel to $BC$ meet the circumcircle of $ABC$ again at $S$. Let $U$ be the foot from $R$ to $BC$, and $T$ be the reflection of $U$ in $R$. $D$ lies in $BC$ such that $AD$ is an altitude. $N$ is the midpoint of $AD$. Finally let $AS$ and $MN$ meets at $K$. Prove that $AT$ bisector $MK$.

2008 Balkan MO, 3

Let $ n$ be a positive integer. Consider a rectangle $ (90n\plus{}1)\times(90n\plus{}5)$ consisting of unit squares. Let $ S$ be the set of the vertices of these squares. Prove that the number of distinct lines passing through at least two points of $ S$ is divisible by $ 4$.

2008 AMC 12/AHSME, 23

The solutions of the equation $ z^4 \plus{} 4z^3i \minus{} 6z^2 \minus{} 4zi \minus{} i \equal{} 0$ are the vertices of a convex polygon in the complex plane. What is the area of the polygon? $ \textbf{(A)}\ 2^{5/8} \qquad \textbf{(B)}\ 2^{3/4} \qquad \textbf{(C)}\ 2 \qquad \textbf{(D)}\ 2^{5/4} \qquad \textbf{(E)}\ 2^{3/2}$

1994 Vietnam National Olympiad, 2

$ABC$ is a triangle. Reflect each vertex in the opposite side to get the triangle $A'B'C'$. Find a necessary and sufficient condition on $ABC$ for $A'B'C'$ to be equilateral.

2003 Polish MO Finals, 1

In an acute-angled triangle $ABC, CD$ is the altitude. A line through the midpoint $M$ of side $AB$ meets the rays $CA$ and $CB$ at $K$ and $L$ respectively such that $CK = CL.$ Point $S$ is the circumcenter of the triangle $CKL.$ Prove that $SD = SM.$