Found problems: 25757
III Soros Olympiad 1996 - 97 (Russia), 11.5
All faces of the parallelepiped $ABCDA_1B_1C_1D_1$ are equal rhombuses. Plane angles at vertex $A$ are equal. Points $K$ and $M$ are taken on the edges $A_1B_1$ and $A_1D_1$. It is known that $A_1K = a$, $A_1M = b$, and$ a + b$ is an edge of the parallelepiped. Prove that the plane $AKM$ touches the sphere inscribed in the parallelepiped. Let us denote by $Q$ the touchpoint of this sphere with the plane $AKM $. In what ratio does the straight line $AQ$ divide the segment $KM$?
2014 NIMO Problems, 5
Let $ABC$ be a triangle with $AB = 130$, $BC = 140$, $CA = 150$. Let $G$, $H$, $I$, $O$, $N$, $K$, $L$ be the centroid, orthocenter, incenter, circumenter, nine-point center, the symmedian point, and the de Longchamps point. Let $D$, $E$, $F$ be the feet of the altitudes of $A$, $B$, $C$ on the sides $\overline{BC}$, $\overline{CA}$, $\overline{AB}$. Let $X$, $Y$, $Z$ be the $A$, $B$, $C$ excenters and let $U$, $V$, $W$ denote the midpoints of $\overline{IX}$, $\overline{IY}$, $\overline{IZ}$ (i.e. the midpoints of the arcs of $(ABC)$.) Let $R$, $S$, $T$ denote the isogonal conjugates of the midpoints of $\overline{AD}$, $\overline{BE}$, $\overline{CF}$. Let $P$ and $Q$ denote the images of $G$ and $H$ under an inversion around the circumcircle of $ABC$ followed by a dilation at $O$ with factor $\frac 12$, and denote by $M$ the midpoint of $\overline{PQ}$. Then let $J$ be a point such that $JKLM$ is a parallelogram. Find the perimeter of the convex hull of the self-intersecting $17$-gon $LETSTRADEBITCOINS$ to the nearest integer. A diagram has been included but may not be to scale.
[asy]
size(6cm);
import olympiad;
import cse5;
pair A = dir(110);
pair B = dir(210);
pair C = dir(330);
pair D = foot(A,B,C);
pair E = foot(B,C,A);
pair F = foot(C,A,B);
pair G = centroid(A,B,C);
pair H = orthocenter(A,B,C);
pair I = incenter(A,B,C);
pair isocon(pair targ) {
return extension(A,2*foot(targ,I,A)-targ,
C,2*foot(targ,I,C)-targ);
}
pair O = circumcenter(A,B,C);
pair K = isocon(G);
pair N = midpoint(O--H);
pair U = extension(O,midpoint(B--C),A,I);
pair V = extension(O,midpoint(C--A),B,I);
pair W = extension(O,midpoint(A--B),C,I);
pair X = -I + 2*U;
pair Y = -I + 2*V;
pair Z = -I + 2*W;
pair R = isocon(midpoint(A--D));
pair S = isocon(midpoint(B--E));
pair T = isocon(midpoint(C--F));
pair L = 2*H-O;
pair P = 0.5/conj(G);
pair Q = 0.5/conj(H);
pair M = midpoint(P--Q);
pair J = K+M-L;
draw(A--B--C--cycle);
void draw_cevians(pair target) {
draw(A--extension(A,target,B,C));
draw(B--extension(B,target,C,A));
draw(C--extension(C,target,A,B));
}
draw_cevians(H);
draw_cevians(G);
draw_cevians(I);
draw(unitcircle);
draw(circumcircle(D,E,F));
draw(O--P);
draw(O--Q);
draw(P--Q);
draw(CP(X,foot(X,B,C)));
draw(CP(Y,foot(Y,C,A)));
draw(CP(Z,foot(Z,A,B)));
draw(J--K--L--M);
draw(X--Y--Z--cycle);
draw(A--X);
draw(B--Y);
draw(C--Z);
draw(A--foot(X,A,B));
draw(A--foot(X,A,C));
draw(B--foot(Y,B,C));
draw(B--foot(Y,B,A));
draw(C--foot(Z,C,A));
draw(C--foot(Z,C,B));
pen p = black;
dot(A, p);
dot(B, p);
dot(C, p);
dot(D, p);
dot(E, p);
dot(F, p);
dot(G, p);
dot(H, p);
dot(I, p);
dot(J, p);
dot(K, p);
dot(L, p);
dot(M, p);
dot(N, p);
dot(O, p);
dot(P, p);
dot(Q, p);
dot(R, p);
dot(S, p);
dot(T, p);
dot(U, p);
dot(V, p);
dot(W, p);
dot(X, p);
dot(Y, p);
dot(Z, p);
[/asy]
2023 Euler Olympiad, Round 2, 4
Let $ABCD$ be a trapezoid, with $AD \parallel BC$, let $M$ be the midpoint of $AD$, and let $C_1$ be symmetric point to $C$ with respect to line $BD$. Segment $BM$ meets diagonal $AC$ at point $K$, and ray $C_1K$ meets line $BD$ at point $H$. Prove that $\angle{AHD}$ is a right angle.
[i]Proposed by Giorgi Arabidze, Georgia[/i]
1984 IMO Longlists, 26
A cylindrical container has height $6 cm$ and radius $4 cm$. It rests on a circular hoop, also of radius $4 cm$, fixed in a horizontal plane with its axis vertical and with each circular rim of the cylinder touching the hoop at two points.
The cylinder is now moved so that each of its circular rims still touches the hoop in two points. Find with proof the locus of one of the cylinder’s vertical ends.
2003 AIME Problems, 14
Let $A=(0,0)$ and $B=(b,2)$ be points on the coordinate plane. Let $ABCDEF$ be a convex equilateral hexagon such that $\angle FAB=120^\circ,$ $\overline{AB}\parallel \overline{DE},$ $\overline{BC}\parallel \overline{EF,}$ $\overline{CD}\parallel \overline{FA},$ and the y-coordinates of its vertices are distinct elements of the set $\{0,2,4,6,8,10\}.$ The area of the hexagon can be written in the form $m\sqrt{n},$ where $m$ and $n$ are positive integers and n is not divisible by the square of any prime. Find $m+n.$
2004 IberoAmerican, 2
Given a scalene triangle $ ABC$. Let $ A'$, $ B'$, $ C'$ be the points where the internal bisectors of the angles $ CAB$, $ ABC$, $ BCA$ meet the sides $ BC$, $ CA$, $ AB$, respectively. Let the line $ BC$ meet the perpendicular bisector of $ AA'$ at $ A''$. Let the line $ CA$ meet the perpendicular bisector of $ BB'$ at $ B'$. Let the line $ AB$ meet the perpendicular bisector of $ CC'$ at $ C''$. Prove that $ A''$, $ B''$ and $ C''$ are collinear.
2014 BMT Spring, 7
Consider a parallelogram $ABCD$. $E$ is a point on ray $\overrightarrow{AD}$. $BE$ intersects $AC$ at $F$ and $CD$ at $G$. If $BF = EG$ and $BC = 3$, find the length of $AE$
2007 Princeton University Math Competition, 8
What is the area of the region defined by $x^2+3y^2 \le 4$ and $y^2+3x^2 \le 4$?
2017 Romanian Master of Mathematics Shortlist, G3
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.
2009 Jozsef Wildt International Math Competition, w. 24
If $K$, $L$, $M$ denote the midpoints of the sides $AB$, $BC$, $CA$ in triangle $\triangle ABC$, then for all $P$ in the plane of triangle $\triangle ABC$, we have $$\frac{AB}{PK}+\frac{BC}{PL}+\frac{CA}{PM} \geq \frac{AB\cdot BC \cdot CA}{4\cdot PK\cdot PL\cdot PM}$$
2007 Junior Balkan Team Selection Tests - Romania, 1
Consider an 8x8 board divided in 64 unit squares. We call [i]diagonal[/i] in this board a set of 8 squares with the property that on each of the rows and the columns of the board there is exactly one square of the [i]diagonal[/i]. Some of the squares of this board are coloured such that in every [i]diagonal[/i] there are exactly two coloured squares. Prove that there exist two rows or two columns whose squares are all coloured.
2006 Harvard-MIT Mathematics Tournament, 10
Triangle $ABC$ has side lengths $AB=65$, $BC=33$, and $AC=56$. Find the radius of the circle tangent to sides $AC$ and $BC$ and to the circumcircle of triangle $ABC$.
2004 Thailand Mathematical Olympiad, 4
Let $ABCD$ be a convex quadrilateral. Prove that area $(ABCD) \le \frac{AB^2 + BC^2 + CD^2 + DA^2}{4}$
2016 AMC 12/AHSME, 14
Each vertex of a cube is to be labeled with an integer $1$ through $8$, with each integer being used once, in such a way that the sum of the four numbers on the vertices of a face is the same for each face. Arrangements that can be obtained from each other through rotations of the cube are considered to be the same. How many different arrangements are possible?
$\textbf{(A) } 1\qquad\textbf{(B) } 3\qquad\textbf{(C) }6 \qquad\textbf{(D) }12 \qquad\textbf{(E) }24$
2013 Balkan MO Shortlist, G1
In a triangle $ABC$, the excircle $\omega_a$ opposite $A$ touches $AB$ at $P$ and $AC$ at $Q$, while the excircle $\omega_b$ opposite $B$ touches $BA$ at $M$ and $BC$ at $N$. Let $K$ be the projection of $C$ onto $MN$ and let $L$ be the projection of $C$ onto $PQ$. Show that the quadrilateral $MKLP$ is cyclic.
([i]Bulgaria[/i])
1995 Baltic Way, 17
Prove that there exists a number $\alpha$ such that for any triangle $ABC$ the inequality
\[ \max(h_A,h_B,h_C)\le \alpha\cdot\min(m_A,m_B,m_C)\]
where $h_A,h_B,h_C$ denote the lengths of the altitudes and $m_A,m_B,m_C$ denote the lengths of the medians. Find the smallest possible value of $\alpha$.
Cono Sur Shortlist - geometry, 2018.G3
Consider the pentagon $ABCDE$ such that $AB = AE = x$, $AC = AD = y$, $\angle BAE = 90^o$ and $\angle ACB = \angle ADE = 135^o$. It is known that $C$ and $D$ are inside the triangle $BAE$. Determine the length of $CD$ in terms of $x$ and $y$.
2010 China Team Selection Test, 1
Let $\triangle ABC$ be an acute triangle with $AB>AC$, let $I$ be the center of the incircle. Let $M,N$ be the midpoint of $AC$ and $AB$ respectively. $D,E$ are on $AC$ and $AB$ respectively such that $BD\parallel IM$ and $CE\parallel IN$. A line through $I$ parallel to $DE$ intersects $BC$ in $P$. Let $Q$ be the projection of $P$ on line $AI$. Prove that $Q$ is on the circumcircle of $\triangle ABC$.
2013 Iran MO (2nd Round), 1
Let $P$ be a point out of circle $C$. Let $PA$ and $PB$ be the tangents to the circle drawn from $C$. Choose a point $K$ on $AB$ . Suppose that the circumcircle of triangle $PBK$ intersects $C$ again at $T$. Let ${P}'$ be the reflection of $P$ with respect to $A$. Prove that
\[ \angle PBT = \angle {P}'KA \]
2023 AIME, 3
Let $\triangle{ABC}$ be an isoceles triangle with $\angle A=90^{\circ}$. There exists a point $P$ inside $\triangle{ABC}$ such that $\angle PAB=\angle PBC=\angle PCA$ and $AP=10$. Find the area of $\triangle{ABC}$.
2009 AMC 12/AHSME, 9
Triangle $ ABC$ has vertices $ A\equal{}(3,0)$, $ B\equal{}(0,3)$, and $ C$, where $ C$ is on the line $ x\plus{}y\equal{}7$. What is the area of $ \triangle ABC$?
$ \textbf{(A)}\ 6\qquad
\textbf{(B)}\ 8\qquad
\textbf{(C)}\ 10\qquad
\textbf{(D)}\ 12\qquad
\textbf{(E)}\ 14$
1995 National High School Mathematics League, 8
Consider the maximum value of circular cone inscribed to a sphere, the ratio of it to the volume of the sphere is________.
2008 Stanford Mathematics Tournament, 6
A round pencil has length $ 8$ when unsharpened, and diameter $ \frac {1}{4}$. It is sharpened perfectly so that it remains $ 8$ inches long, with a $ 7$ inch section still cylindrical and the remaining $ 1$ inch giving a conical tip. What is its volume?
1997 Irish Math Olympiad, 2
For a point $ M$ inside an equilateral triangle $ ABC$, let $ D,E,F$ be the feet of the perpendiculars from $ M$ onto $ BC,CA,AB$, respectively. Find the locus of all such points $ M$ for which $ \angle FDE$ is a right angle.
2019 Dutch IMO TST, 3
Let $ABC$ be an acute angles triangle with $O$ the center of the circumscribed circle. Point $Q$ lies on the circumscribed circle of $\vartriangle BOC$ so that $OQ$ is a diameter. Point $M$ lies on $CQ$ and point $N$ lies internally on line segment $BC$ so that $ANCM$ is a parallelogram. Prove that the circumscribed circle of $\vartriangle BOC$ and the lines $AQ$ and $NM$ pass through the same point.