Found problems: 25757
2005 Germany Team Selection Test, 2
Let $ABC$ be a triangle satisfying $BC < CA$. Let $P$ be an arbitrary point on the side $AB$ (different from $A$ and $B$), and let the line $CP$ meet the circumcircle of triangle $ABC$ at a point $S$ (apart from the point $C$).
Let the circumcircle of triangle $ASP$ meet the line $CA$ at a point $R$ (apart from $A$), and let the circumcircle of triangle $BPS$ meet the line $CB$ at a point $Q$ (apart from $B$).
Prove that the excircle of triangle $APR$ at the side $AP$ is identical with the excircle of triangle $PQB$ at the side $PQ$ if and only if the point $S$ is the midpoint of the arc $AB$ on the circumcircle of triangle $ABC$.
2022 VN Math Olympiad For High School Students, Problem 6
Let $ABC$ be a triangle with $\angle A,\angle B,\angle C <120^{\circ}$, $T$ is its [i]Fermat-Torricelli[/i] point. Let $G$ be the centroid of $\triangle ABC$.
Prove that: the distances from $G$ to the perpendicular bisectors of $TA, TB, TC$ are the same.
2017 Brazil Team Selection Test, 3
Let $ABCD$ be a convex quadrilateral and let $P$ and $Q$ be variable points inside this quadrilateral so that $\angle APB=\angle CPD=\angle AQB=\angle CQD$. Prove that the lines $PQ$ obtained in this way all pass through a fixed point , or they are all parallel.
2006 Iran MO (3rd Round), 1
A regular polyhedron is a polyhedron that is convex and all of its faces are regular polygons. We call a regular polhedron a "[i]Choombam[/i]" iff none of its faces are triangles.
a) prove that each choombam can be inscribed in a sphere.
b) Prove that faces of each choombam are polygons of at most 3 kinds. (i.e. there is a set $\{m,n,q\}$ that each face of a choombam is $n$-gon or $m$-gon or $q$-gon.)
c) Prove that there is only one choombam that its faces are pentagon and hexagon. (Soccer ball)
[img]http://aycu08.webshots.com/image/5367/2001362702285797426_rs.jpg[/img]
d) For $n>3$, a prism that its faces are 2 regular $n$-gons and $n$ squares, is a choombam. Prove that except these choombams there are finitely many choombams.
2008 Iran MO (3rd Round), 2
Consider six arbitrary points in space. Every two points are joined by a segment. Prove that there are two triangles that can not be separated.
[img]http://i38.tinypic.com/35n615y.png[/img]
2012 Turkey Team Selection Test, 1
In a triangle $ABC,$ incircle touches the sides $BC, CA, AB$ at $D, E, F,$ respectively. A circle $\omega$ passing through $A$ and tangent to line $BC$ at $D$ intersects the line segments $BF$ and $CE$ at $K$ and $L,$ respectively. The line passing through $E$ and parallel to $DL$ intersects the line passing through $F$ and parallel to $DK$ at $P.$ If $R_1, R_2, R_3, R_4$ denotes the circumradius of the triangles $AFD, AED, FPD, EPD,$ respectively, prove that $R_1R_4=R_2R_3.$
2020 South East Mathematical Olympiad, 2
In a scalene triangle $\Delta ABC$, $AB<AC$, $PB$ and $PC$ are tangents of the circumcircle $(O)$ of $\Delta ABC$. A point $R$ lies on the arc $\widehat{AC}$(not containing $B$), $PR$ intersects $(O)$ again at $Q$. Suppose $I$ is the incenter of $\Delta ABC$, $ID \perp BC$ at $D$, $QD$ intersects $(O)$ again at $G$. A line passing through $I$ and perpendicular to $AI$ intersects $AB,AC$ at $M,N$, respectively.
Prove that, if $AR \parallel BC$, then $A,G,M,N$ are concyclic.
2003 China Team Selection Test, 1
In triangle $ABC$, $AB > BC > CA$, $AB=6$, $\angle{B}-\angle{C}=90^o$. The incircle touches $BC$ at $E$ and $EF$ is a diameter of the incircle. Radical $AF$ intersect $BC$ at $D$. $DE$ equals to the circumradius of $\triangle{ABC}$. Find $BC$ and $AC$.
2014 IFYM, Sozopol, 7
In a convex quadrilateral $ABCD$, $\angle DAB=\angle BCD$ and the angle bisector of $\angle ABC$ passes through the middle point of $CD$. If $CD=3AD$, determine the ratio $\frac{AB}{BC}$.
2019 Adygea Teachers' Geometry Olympiad, 3
In a cube-shaped box with an edge equal to $5$, there are two balls. The radius of one of the balls is $2$. Find the radius of the other ball if one of the balls touches the base and two side faces of the cube, and the other ball touches the first ball, base and two other side faces of the cube.
2019 Brazil National Olympiad, 6
Let $A_1A_2A_3A_4A_5$ be a convex, cyclic pentagon with $\angle A_i + \angle A_{i+1} >180^{\circ}$ for all $i \in \{1,2,3,4,5\}$ (all indices modulo $5$ in the problem). Define $B_i$ as the intersection of lines $A_{i-1}A_i$ and $A_{i+1}A_{i+2}$, forming a star. The circumcircles of triangles $A_{i-1}B_{i-1}A_i$ and $A_iB_iA_{i+1}$ meet again at $C_i \neq A_i$, and the circumcircles of triangles $B_{i-1}A_iB_i$ and $B_iA_{i+1}B_{i+1}$ meet again at $D_i \neq B_i$. Prove that the ten lines $A_iC_i, B_iD_i$, $i \in \{1,2,3,4,5\}$, have a common point.
2015 AMC 10, 22
In the figure shown below, $ABCDE$ is a regular pentagon and $AG=1$. What is $FG+JH+CD$?
[asy]
import cse5;pathpen=black;pointpen=black;
size(2inch);
pair A=dir(90), B=dir(18), C=dir(306), D=dir(234), E=dir(162);
D(MP("A",A,A)--MP("B",B,B)--MP("C",C,C)--MP("D",D,D)--MP("E",E,E)--cycle,linewidth(1.5));
D(A--C--E--B--D--cycle);
pair F=IP(A--D,B--E), G=IP(B--E,C--A), H=IP(C--A,B--D), I=IP(D--B,E--C), J=IP(C--E,D--A);
D(MP("F",F,dir(126))--MP("I",I,dir(270))--MP("G",G,dir(54))--MP("J",J,dir(198))--MP("H",H,dir(342))--cycle);
[/asy]
$\textbf{(A) } 3
\qquad\textbf{(B) } 12-4\sqrt5
\qquad\textbf{(C) } \dfrac{5+2\sqrt5}{3}
\qquad\textbf{(D) } 1+\sqrt5
\qquad\textbf{(E) } \dfrac{11+11\sqrt5}{10}
$
1965 Spain Mathematical Olympiad, 8
Let be $\gamma_1$ a circumference of radius $r$ and $P$ an exterior point that is at distance $a$ from the centre of $\gamma_1$. We build two tangent lines $r,s$ to $\gamma_1$ from $P$ and $\gamma_2$ is constructed as a smaller circumference, tangent to both lines and, also, tangent to $\gamma_1$. We construct inductively $\gamma_{n+1}$ as a tangent circumference to $\gamma_{n}$ and, also, tangent to $r$ and $s$. Determine:
a) The radius of $\gamma_2$.
b) The radius of $\gamma_n$.
c) The sum of the lengths of $\gamma_1, \gamma_2, \gamma_3, ...$.
Ukraine Correspondence MO - geometry, 2005.11
Let the circle $\omega$ be circumscribed around the triangle $\vartriangle ABC$ with right angle $\angle A$. Tangent to the circle $\omega$ at point $A$ intersects the line $BC$ at point $D$. Point $E$ is symmetric to $A$ with respect to the line $BC$. Let $K$ be the foot of the perpendicular drawn from point $A$ on $BE$, $L$ the midpoint of $AK$. The line $BL$ intersects the circle $\omega$ for the second time at the point $N$. Prove that the line $BD$ is tangent to the circle circumscribed around the triangle $\vartriangle ADM$.
2022 Yasinsky Geometry Olympiad, 1
An angle whose degree measure is equal to $108^o$ is given . Describe how with help compass and ruler can divide this angle into three equal parts.
(Yukhim Rabinovych)
1974 IMO Shortlist, 11
We consider the division of a chess board $8 \times 8$ in p disjoint rectangles which satisfy the conditions:
[b]a)[/b] every rectangle is formed from a number of full squares (not partial) from the 64 and the number of white squares is equal to the number of black squares.
[b]b)[/b] the numbers $\ a_{1}, \ldots, a_{p}$ of white squares from $p$ rectangles satisfy $a_1, , \ldots, a_p.$ Find the greatest value of $p$ for which there exists such a division and then for that value of $p,$ all the sequences $a_{1}, \ldots, a_{p}$ for which we can have such a division.
[color=#008000]Moderator says: see [url]https://artofproblemsolving.com/community/c6h58591[/url][/color]
1997 Rioplatense Mathematical Olympiad, Level 3, 4
Circles $c_1$ and $c_2$ are tangent internally to circle $c$ at points $A$ and $B$ , respectively, as seen in the figure. The inner tangent common to $c_1$ and $c_2$ touches these circles in $P$ and $Q$ , respectively. Show that the $AP$ and $BQ$ lines intersect the circle $c$ at diametrically opposite points.
[img]https://cdn.artofproblemsolving.com/attachments/0/a/9490a4d7ba2038e490a858b14ba21d07377c5d.gif[/img]
1994 Baltic Way, 14
Let $\alpha,\beta,\gamma$ be the angles of a triangle opposite to its sides with lengths $a,b,c$ respectively. Prove the inequality
\[a\left(\frac{1}{\beta}+\frac{1}{\gamma}\right)+b\left(\frac{1}{\gamma}+\frac{1}{\alpha}\right)+c\left(\frac{1}{\alpha}+\frac{1}{\beta}\right)\ge2\left(\frac{a}{\alpha}+\frac{b}{\beta}+\frac{c}{\gamma}\right)\]
2013 AMC 12/AHSME, 2
Mr Green measures his rectangular garden by walking two of the sides and finds that it is 15 steps by 20 steps. Each or Mr Green's steps is two feet long. Mr Green expect half a pound of potatoes per square foot from his garden. How many pounds of potatoes does Mr Green expect from his garden?
$ \textbf{(A) }600\qquad\textbf{(B) }800\qquad\textbf{(C) }1000\qquad\textbf{(D) }1200\qquad\textbf{(E) }1400 $
2020 AMC 10, 23
Square $ABCD$ in the coordinate plane has vertices at the points $A(1,1), B(-1,1), C(-1,-1),$ and $D(1,-1).$ Consider the following four transformations:
[list=]
[*]$L,$ a rotation of $90^{\circ}$ counterclockwise around the origin;
[*]$R,$ a rotation of $90^{\circ}$ clockwise around the origin;
[*]$H,$ a reflection across the $x$-axis; and
[*]$V,$ a reflection across the $y$-axis.
[/list]
Each of these transformations maps the squares onto itself, but the positions of the labeled vertices will change. For example, applying $R$ and then $V$ would send the vertex $A$ at $(1,1)$ to $(-1,-1)$ and would send the vertex $B$ at $(-1,1)$ to itself. How many sequences of $20$ transformations chosen from $\{L, R, H, V\}$ will send all of the labeled vertices back to their original positions? (For example, $R, R, V, H$ is one sequence of $4$ transformations that will send the vertices back to their original positions.)
$\textbf{(A)}\ 2^{37} \qquad\textbf{(B)}\ 3\cdot 2^{36} \qquad\textbf{(C)}\ 2^{38} \qquad\textbf{(D)}\ 3\cdot 2^{37} \qquad\textbf{(E)}\ 2^{39}$
1988 USAMO, 4
Let $I$ be the incenter of triangle $ABC$, and let $A'$, $B'$, and $C'$ be the circumcenters of triangles $IBC$, $ICA$, and $IAB$, respectively. Prove that the circumcircles of triangles $ABC$ and $A'B'C'$ are concentric.
2002 All-Russian Olympiad Regional Round, 11.7
Given a convex quadrilateral $ABCD$.Let $\ell_A,\ell_B,\ell_C,\ell_D$ be exterior angle bisectors of quadrilateral $ABCD$.
Let $\ell_A \cap \ell_B=K,\ell_B \cap \ell_C=L,\ell_C \cap \ell_D=M,\ell_D \cap \ell_A=N$.Prove that if circumcircles of triangles $ABK$ and $CDM$ be externally tangent to each other then circumcircles of the triangles $BCL$ and $DAN$ are externally tangent to each other.(L.Emelyanov)
2010 Purple Comet Problems, 4
The grid below contains five rows with six points in each row. Points that are adjacent either horizontally or vertically are a distance one apart. Find the area of the pentagon shown.
[asy]
size(150);
defaultpen(linewidth(0.9));
for(int i=0;i<=5;++i){
for(int j=0;j<=4;++j){
dot((i,j));
}
}
draw((3,0)--(0,1)--(1,4)--(4,4)--(5,2)--cycle);
[/asy]
2024 Iranian Geometry Olympiad, 3
In the triangle $\bigtriangleup ABC$ let $D$ be the foot of the altitude from $A$ to the side $BC$ and $I$, $I_A$, $I_C$ be the incenter, $A$-excenter, and $C$-excenter, respectively. Denote by $P\neq B$ and $Q\neq D$ the other intersection points of the circle $\bigtriangleup BDI_C$ with the lines $BI$ and $DI_A$, respectively. Prove that $AP=AQ$.
[i]Proposed Michal Jan'ik - Czech Republic[/i]
2011 Balkan MO, 4
Let $ABCDEF$ be a convex hexagon of area $1$, whose opposite sides are parallel. The lines $AB$, $CD$ and $EF$ meet in pairs to determine the vertices of a triangle. Similarly, the lines $BC$, $DE$ and $FA$ meet in pairs to determine the vertices of another triangle. Show that the area of at least one of these two triangles is at least $3/2$.