Found problems: 25757
2013 Online Math Open Problems, 26
In triangle $ABC$, $F$ is on segment $AB$ such that $CF$ bisects $\angle ACB$. Points $D$ and $E$ are on line $CF$ such that lines $AD,BE$ are perpendicular to $CF$. $M$ is the midpoint of $AB$. If $ME=13$, $AD=15$, and $BE=25$, find $AC+CB$.
[i]Ray Li[/i]
2014 AIME Problems, 1
The $8$ eyelets for the lace of a sneaker all lie on a rectangle, four equally spaced on each of the longer sides. The rectangle has a width of $50$ mm and a length of $80$ mm. There is one eyelet at each vertex of the rectangle. The lace itself must pass between the vertex eyelets along a width side of the rectangle and then crisscross between successive eyelets until it reaches the two eyelets at the other width side of the rectrangle as shown. After passing through these final eyelets, each of the ends of the lace must extend at least $200$ mm farther to allow a knot to be tied. Find the minimum length of the lace in millimeters.
[asy]
size(200);
defaultpen(linewidth(0.7));
path laceL=(-20,-30)..tension 0.75 ..(-90,-135)..(-102,-147)..(-152,-150)..tension 2 ..(-155,-140)..(-135,-40)..(-50,-4)..tension 0.8 ..origin;
path laceR=reflect((75,0),(75,-240))*laceL;
draw(origin--(0,-240)--(150,-240)--(150,0)--cycle,gray);
for(int i=0;i<=3;i=i+1)
{
path circ1=circle((0,-80*i),5),circ2=circle((150,-80*i),5);
unfill(circ1); draw(circ1);
unfill(circ2); draw(circ2);
}
draw(laceL--(150,-80)--(0,-160)--(150,-240)--(0,-240)--(150,-160)--(0,-80)--(150,0)^^laceR,linewidth(1));[/asy]
2023 Philippine MO, 3
In $\triangle ABC$, $AB > AC$. Point $P$ is on line $BC$ such that $AP$ is tangent to its circumcircle. Let $M$ be the midpoint of $AB$, and suppose the circumcircle of $\triangle PMA$ meets line $AC$ again at $N$. Point $Q$ is the reflection of $P$ with respect to the midpoint of segment $BC$. The line through $B$ parallel to $QN$ meets $PN$ at $D$, and the line through $P$ parallel to $DM$ meets the circumcircle of $\triangle PMB$ again at $E$. Show that the lines $PM$, $BE$, and $AC$ are concurrent.
2021 Iran MO (3rd Round), 3
Given triangle $ABC$ variable points $X$ and $Y$ are chosen on segments $AB$ and $AC$, respectively. Point $Z$ on line $BC$ is chosen such that $ZX=ZY$. The circumcircle of $XYZ$ cuts the line $BC$ for the second time at $T$. Point $P$ is given on line $XY$ such that $\angle PTZ = 90^ \circ$. Point $Q$ is on the same side of line $XY$ with $A$ furthermore $\angle QXY = \angle ACP$ and $\angle QYX = \angle ABP$. Prove that the circumcircle of triangle $QXY$ passes through a fixed point (as $X$ and $Y$ vary).
2007 AMC 10, 15
Four circles of radius $ 1$ are each tangent to two sides of a square and externally tangent to a circle of radius $ 2$, as shown. What is the area of the square?
[asy]unitsize(5mm);
defaultpen(linewidth(.8pt)+fontsize(8pt));
real h=3*sqrt(2)/2;
pair O0=(0,0), O1=(h,h), O2=(-h,h), O3=(-h,-h), O4=(h,-h);
pair X=O0+2*dir(30), Y=O2+dir(45);
draw((-h-1,-h-1)--(-h-1,h+1)--(h+1,h+1)--(h+1,-h-1)--cycle);
draw(Circle(O0,2));
draw(Circle(O1,1));
draw(Circle(O2,1));
draw(Circle(O3,1));
draw(Circle(O4,1));
draw(O0--X);
draw(O2--Y);
label("$2$",midpoint(O0--X),NW);
label("$1$",midpoint(O2--Y),SE);[/asy]$ \textbf{(A)}\ 32 \qquad \textbf{(B)}\ 22 \plus{} 12\sqrt {2}\qquad \textbf{(C)}\ 16 \plus{} 16\sqrt {3}\qquad \textbf{(D)}\ 48 \qquad \textbf{(E)}\ 36 \plus{} 16\sqrt {2}$
1966 IMO Longlists, 16
We are given a circle $K$ with center $S$ and radius $1$ and a square $Q$ with center $M$ and side $2$. Let $XY$ be the hypotenuse of an isosceles right triangle $XY Z$. Describe the locus of points $Z$ as $X$ varies along $K$ and $Y$ varies along the boundary of $Q.$
2012 Vietnam Team Selection Test, 3
Let $p\ge 17$ be a prime. Prove that $t=3$ is the largest positive integer which satisfies the following condition:
For any integers $a,b,c,d$ such that $abc$ is not divisible by $p$ and $(a+b+c)$ is divisible by $p$, there exists integers $x,y,z$ belonging to the set $\{0,1,2,\ldots , \left\lfloor \frac{p}{t} \right\rfloor - 1\}$ such that $ax+by+cz+d$ is divisible by $p$.
2009 Pan African, 3
Points $C,E,D$ and $F$ lie on a circle with centre $O$. Two chords $CD$ and $EF$ intersect at a point $N$. The tangents at $C$ and $D$ intersect at $A$, and the tangents at $E$ and $F$ intersect at $B$. Prove that $ON\perp AB$.
2014 India PRMO, 4
In a triangle with integer side lengths, one side is three times as long as a second side, and the length of the third side is $17$. What is the greatest possible perimeter of the triangle?
2012 Purple Comet Problems, 30
The diagram below shows four regular hexagons each with side length $1$ meter attached to the sides of a square. This figure is drawn onto a thin sheet of metal and cut out. The hexagons are then bent upward along the sides of the square so that $A_1$ meets $A_2$, $B_1$ meets $B_2$, $C_1$ meets $C_2$, and $D_1$ meets $D_2$. If the resulting dish is filled with water, the water will rise to the height of the corner where the $A_1$ and $A_2$ meet. there are relatively prime positive integers $m$ and $n$ so that the number of cubic meters of water the dish will hold is $\sqrt{\frac{m}{n}}$. Find $m+n$.
[asy]
/* File unicodetex not found. */
/* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/Wiki, go to User:Azjps/geogebra */
import graph; size(7cm);
real labelscalefactor = 0.5; /* changes label-to-point distance */
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); /* default pen style */
pen dotstyle = black; /* point style */
real xmin = -4.3, xmax = 14.52, ymin = -8.3, ymax = 6.3; /* image dimensions */
draw((0,1)--(0,0)--(1,0)--(1,1)--cycle);
draw((1,1)--(1,0)--(1.87,-0.5)--(2.73,0)--(2.73,1)--(1.87,1.5)--cycle);
draw((0,1)--(1,1)--(1.5,1.87)--(1,2.73)--(0,2.73)--(-0.5,1.87)--cycle);
draw((0,0)--(1,0)--(1.5,-0.87)--(1,-1.73)--(0,-1.73)--(-0.5,-0.87)--cycle);
draw((0,1)--(0,0)--(-0.87,-0.5)--(-1.73,0)--(-1.73,1)--(-0.87,1.5)--cycle);
/* draw figures */
draw((0,1)--(0,0));
draw((0,0)--(1,0));
draw((1,0)--(1,1));
draw((1,1)--(0,1));
draw((1,1)--(1,0));
draw((1,0)--(1.87,-0.5));
draw((1.87,-0.5)--(2.73,0));
draw((2.73,0)--(2.73,1));
draw((2.73,1)--(1.87,1.5));
draw((1.87,1.5)--(1,1));
draw((0,1)--(1,1));
draw((1,1)--(1.5,1.87));
draw((1.5,1.87)--(1,2.73));
draw((1,2.73)--(0,2.73));
draw((0,2.73)--(-0.5,1.87));
draw((-0.5,1.87)--(0,1));
/* dots and labels */
dot((1.87,-0.5),dotstyle);
label("$C_1$", (1.72,-0.1), NE * labelscalefactor);
dot((1.87,1.5),dotstyle);
label("$B_2$", (1.76,1.04), NE * labelscalefactor);
dot((1.5,1.87),dotstyle);
label("$B_1$", (0.96,1.8), NE * labelscalefactor);
dot((-0.5,1.87),dotstyle);
label("$A_2$", (-0.26,1.78), NE * labelscalefactor);
dot((-0.87,1.5),dotstyle);
label("$A_1$", (-0.96,1.08), NE * labelscalefactor);
dot((-0.87,-0.5),dotstyle);
label("$D_2$", (-1.02,-0.18), NE * labelscalefactor);
dot((-0.5,-0.87),dotstyle);
label("$D_1$", (-0.22,-0.96), NE * labelscalefactor);
dot((1.5,-0.87),dotstyle);
label("$C_2$", (0.9,-0.94), NE * labelscalefactor);
clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle);
/* end of picture */
[/asy]
2012 Austria Beginners' Competition, 4
A segment $AB$ is given. We erect the equilateral triangles $ABC$ and $ADB$ above and below $AB$. We denote the midpoints of $AC$ and $BC$ by $E$ and $F$ respectively. Prove that the straight lines $DE$ and $DF$ divide the segment $AB$ into three parts of equal length .
2022 CHMMC Winter (2022-23), 5
Let $ABC$ be a triangle with $AB = 6$, $AC = 8$, $BC = 7$. Let $H$ be the orthocenter of $ABC$. Let $D \ne H$ be a point on $\overline{AH}$ such that $\angle HBD =\frac32 \angle CAB+ \frac12 \angle ABC - \frac12 \angle BCA$. Find $DH$.
2000 Belarusian National Olympiad, 4
The lateral sides and diagonals of a trapezoid intersect a line $l$, determining three equal segments on it. Must $l$ be parallel to the bases of the trapezoid?
1966 IMO Shortlist, 60
Prove that the sum of the distances of the vertices of a regular tetrahedron from the center of its circumscribed sphere is less than the sum of the distances of these vertices from any other point in space.
2013 Stanford Mathematics Tournament, 9
In tetrahedron $ABCD$, $AB=4$, $CD=7$, and $AC=AD=BC=BD=5$. Let $I_A$, $I_B$, $I_C$, and $I_D$ denote the incenters of the faces opposite vertices $A$, $B$, $C$, and $D$, respectively. It is provable that $AI_A$ intersects $BI_B$ at a point $X$, and $CI_C$ intersects $DI_D$ at a point $Y$. Compute $XY$.
2021 Saint Petersburg Mathematical Olympiad, 7
A square is cut into red and blue rectangles. The sum of areas of red triangles is equal to the sum of areas of the blue ones. For each blue rectangle, we write the ratio of the length of its vertical side to the length of its horizontal one and for each red rectangle, the ratio of the length of its horizontal side to the length of its vertical side. Find the smallest possible value of the sum of all the written numbers.
1993 Dutch Mathematical Olympiad, 4
Let $ C$ be a circle with center $ M$ in a plane $ V$, and $ P$ be a point not on the circle $ C$.
$ (a)$ If $ P$ is fixed, prove that $ AP^2\plus{}BP^2$ is a constant for every diameter $ AB$ of the circle $ C$.
$ (b)$ Let $ AB$ be a fixed diameter of $ C$ and $ P$ a point on a fixed sphere $ S$ not intersecting $ V$. Determine the points $ P$ on $ S$ that minimize $ AP^2\plus{}BP^2$.
1954 Moscow Mathematical Olympiad, 260
Given two convex polygons, $A_1A_2...A_n$ and $B_1B_2...B_n$ such that $A_1A_2 = B_1B_2$, $A_2A_3 =
B_2B_3$,$ ...$, $A_nA_1 = B_nB_1$ and $n - 3$ angles of one polygon are equal to the respective angles of the other. Find whether these polygons are equal.
2017 Latvia Baltic Way TST, 10
In an obtuse triangle $ABC$, for which $AC < AB$, the radius of the inscribed circle is $R$, the midpoint of its arc $BC$ (which does not contain $A$) is $S$. A point $T$ is placed on the extension of altitude $AD$ such that $D$ is between $ A$ and $T$ and $AT = 2R$. Prove that $\angle AST = 90^o$.
2019 Yasinsky Geometry Olympiad, p5
In a right triangle $ABC$ with a hypotenuse $AB$, the angle $A$ is greater than the angle $B$. Point $N$ lies on the hypotenuse $AB$ , such that $BN = AC$. Construct this triangle $ABC$ given the point $N$, point $F$ on the side $AC$ and a straight line $\ell$ containing the bisector of the angle $A$ of the triangle $ABC$.
(Grigory Filippovsky)
1996 China National Olympiad, 1
Let $\triangle{ABC}$ be a triangle with orthocentre $H$. The tangent lines from $A$ to the circle with diameter $BC$ touch this circle at $P$ and $Q$. Prove that $H,P$ and $Q$ are collinear.
2016 Japan MO Preliminary, 4
There is a $11\times 11$ square grid. We divided this in $5$ rectangles along unit squares. How many ways that one of the rectangles doesn’t have a edge on basic circumference.
Note that we count as different ways that one way coincides with another way by rotating or reversing.
2003 Federal Competition For Advanced Students, Part 2, 3
Let $ABC$ be an acute-angled triangle. The circle $k$ with diameter $AB$ intersects $AC$ and $BC$ again at $P$ and $Q$, respectively. The tangents to $k$ at $A$ and $Q$ meet at $R$, and the tangents at $B$ and $P$ meet at $S$. Show that $C$ lies on the line $RS$.
2000 All-Russian Olympiad Regional Round, 9.4
Circles $S_1$ and $S_2$ intersect at points $M$ and $N$. Through point $A$ of circle $S_1$, draw straight lines $AM$ and $AN$ intersecting $S_2$ at points $B$ and $C$, and through point $D$ of circle $S_2$, draw straight lines $DM$ and $DN$ intersecting $S_1$ at points $E$ and $F$, and $A$, $E$, $F$ lie along one side of line $MN$, and $D$, $B$, $C$ lie on the other side (see figure). Prove that if $AB = DE$, then points $A$, $F$, $C$ and $D$ lie on the same circle, the position of the center of which does not depend on choosing points $A$ and $D$.
[img]https://cdn.artofproblemsolving.com/attachments/7/0/d1f9c2f39352e2b39e55bd2538677073618ef9.png[/img]
2019 Bulgaria EGMO TST, 2
Let $ABCD$ be a cyclic quadrilateral with circumcircle $\omega$ centered at $O$, whose diagonals intersect at $H$. Let $O_1$ and $O_2$ be the circumcenters of triangles $AHD$ and $BHC$. A line through $H$ intersects $\omega$ at $M_1$ and $M_2$ and intersects the circumcircles of triangles $O_1HO$ and $O_2HO$ at $N_1$ and $N_2$, respectively, so that $N_1$ and $N_2$ lie inside $\omega$. Prove that $M_1N_1 = M_2N_2$.