Found problems: 25757
2024 Kazakhstan National Olympiad, 6
The circle $\omega$ with center at point $I$ inscribed in an triangle $ABC$ ($AB\neq AC$) touches the sides $BC$, $CA$ and $AB$ at points $D$, $E$ and $F$, respectively. The circumcircles of triangles $ABC$ and $AEF$ intersect secondary at point $K.$ The lines $EF$ and $AK$ intersect at point $X$ and intersects the line $BC$ at points $Y$ and $Z$, respectively. The tangent lines to $\omega$, other than $BC$, passing through points $Y$ and $Z$ touch $\omega$ at points $P$ and $Q$, respectively. Let the lines $AP$ and $KQ$ intersect at the point $R$. Prove that if $M$ is a midpoint of segment $YZ,$ then $IR\perp XM$.
2007 All-Russian Olympiad, 7
Given a tetrahedron $ T$. Valentin wants to find two its edges $ a,b$ with no common vertices so that $ T$ is covered by balls with diameters $ a,b$. Can he always find such a pair?
[i]A. Zaslavsky[/i]
2010 ISI B.Math Entrance Exam, 2
In the accompanying figure , $y=f(x)$ is the graph of a one-to-one continuous function $f$ . At each point $P$ on the graph of $y=2x^2$ , assume that the areas $OAP$ and $OBP$ are equal . Here $PA,PB$ are the horizontal and vertical segments . Determine the function $f$.
[asy]
Label f;
xaxis(0,60,blue);
yaxis(0,60,blue);
real f(real x)
{
return (x^2)/60;
}
draw(graph(f,0,53),red);
label("$y=x^2$",(30,15),E);
real f(real x)
{
return (x^2)/25;
}
draw(graph(f,0,38),red);
label("$y=2x^2$",(37,37^2/25),E);
real f(real x)
{
return (x^2)/10;
}
draw(graph(f,0,25),red);
label("$y=f(x)$",(24,576/10),W);
label("$O(0,0)$",(0,0),S);
dot((20,400/25));
dot((20,400/60));
label("$P$",(20,400/25),E);
label("$B$",(20,400/60),SE);
dot(((4000/25)^(0.5),400/25));
label("$A$",((4000/25)^(0.5),400/25),W);
draw((20,400/25)..((4000/25)^(0.5),400/25));
draw((20,400/25)..(20,400/60));
[/asy]
2004 Estonia Team Selection Test, 6
Call a convex polyhedron a [i]footballoid [/i] if it has the following properties.
(1) Any face is either a regular pentagon or a regular hexagon.
(2) All neighbours of a pentagonal face are hexagonal (a [i]neighbour [/i] of a face is a face that has a common edge with it).
Find all possibilities for the number of pentagonal and hexagonal faces of a footballoid.
1950 AMC 12/AHSME, 46
In triangle $ABC$, $AB=12$, $AC=7$, and $BC=10$. If sides $AB$ and $AC$ are doubled while $BC$ remains the same, then:
$\textbf{(A)}\ \text{The area is doubled} \qquad\\
\textbf{(B)}\ \text{The altitude is doubled} \qquad\\
\textbf{(C)}\ \text{The area is four times the original area} \qquad\\
\textbf{(D)}\ \text{The median is unchanged} \qquad\\
\textbf{(E)}\ \text{The area of the triangle is 0}$
2021 BMT, 17
Triangle $\vartriangle ABC$ has circumcenter $O$ and orthocenter $H$. Let $D$ be the foot of the altitude from $A$ to $BC$, and suppose $AD = 12$. If $BD = \frac14 BC$ and $OH \parallel BC$, compute $AB^2$.
.
1988 AMC 12/AHSME, 24
An isosceles trapezoid is circumscribed around a circle. The longer base of the trapezoid is $16$, and one of the base angles is $\arcsin(.8)$. Find the area of the trapezoid.
$ \textbf{(A)}\ 72\qquad\textbf{(B)}\ 75\qquad\textbf{(C)}\ 80\qquad\textbf{(D)}\ 90\qquad\textbf{(E)}\ \text{not uniquely determined} $
2004 Purple Comet Problems, 13
A cubic block with dimensions $n$ by $n$ by $n$ is made up of a collection of $1$ by $1$ by $1$ unit cubes. What is the smallest value of $n$ so that if the outer two layers of unit cubes are removed from the block, more than half the original unit cubes will still remain?
2010 Saudi Arabia Pre-TST, 3.3
Let $ABCDEFG$ be a regular heptagon. If $AC = m$ and $AD = n$, prove that $AB =\frac{mn}{m+n}$.
2003 China Team Selection Test, 1
Triangle $ABC$ is inscribed in circle $O$. Tangent $PD$ is drawn from $A$, $D$ is on ray $BC$, $P$ is on ray $DA$. Line $PU$ ($U \in BD$) intersects circle $O$ at $Q$, $T$, and intersect $AB$ and $AC$ at $R$ and $S$ respectively. Prove that if $QR=ST$, then $PQ=UT$.
2013 Greece National Olympiad, 4
Let a triangle $ABC$ inscribed in circle $c(O,R)$ and $D$ an arbitrary point on $BC$(different from the midpoint).The circumscribed circle of $BOD$,which is $(c_1)$, meets $c(O,R)$ at $K$ and $AB$ at $Z$.The circumscribed circle of $COD$ $(c_2)$,meets $c(O,R)$ at $M$ and $AC$ at $E$.Finally, the circumscribed circle of $AEZ$ $(c_3)$,meets $c(O,R)$ at $N$.Prove that $\triangle{ABC}=\triangle{KMN}.$
2012 EGMO, 1
Let $ABC$ be a triangle with circumcentre $O$. The points $D,E,F$ lie in the interiors of the sides $BC,CA,AB$ respectively, such that $DE$ is perpendicular to $CO$ and $DF$ is perpendicular to $BO$. (By interior we mean, for example, that the point $D$ lies on the line $BC$ and $D$ is between $B$ and $C$ on that line.)
Let $K$ be the circumcentre of triangle $AFE$. Prove that the lines $DK$ and $BC$ are perpendicular.
[i]Netherlands (Merlijn Staps)[/i]
Novosibirsk Oral Geo Oly IX, 2022.1
A ball was launched on a rectangular billiard table at an angle of $45^o$ to one of the sides. Reflected from all sides (the angle of incidence is equal to the angle of reflection), he returned to his original position . It is known that one of the sides of the table has a length of one meter. Find the length of the second side.
[img]https://cdn.artofproblemsolving.com/attachments/3/d/e0310ea910c7e3272396cd034421d1f3e88228.png[/img]
2008 Indonesia TST, 1
Let $ABCD$ be a cyclic quadrilateral, and angle bisectors of $\angle BAD$ and $\angle BCD$ meet at point $I$. Show that if $\angle BIC = \angle IDC$, then $I$ is the incenter of triangle $ABD$.
Mathematical Minds 2024, P2
Let $ABCD$ be a square and $E$ a point on side $CD$ such that $\angle DAE = 30^{\circ}$. The bisector of angle $\angle AEC$ intersects line $BD$ at point $F$. Lines $FC$ and $AE$ intersect at $S$. Find $\angle SDC$.
[i]Proposed by Ana Boiangiu[/i]
2009 Iran MO (3rd Round), 5
5-Two circles $ S_1$ and $ S_2$ with equal radius and intersecting at two points are given in the plane.A line $ l$ intersects $ S_1$ at $ B,D$ and $ S_2$ at $ A,C$(the order of the points on the line are as follows:$ A,B,C,D$).Two circles $ W_1$ and $ W_2$ are drawn such that both of them are tangent externally at $ S_1$ and internally at $ S_2$ and also tangent to $ l$ at both sides.Suppose $ W_1$ and $ W_2$ are tangent.Then PROVE $ AB \equal{} CD$.
2001 May Olympiad, 2
On the trapezoid $ABCD$ , side $DA$ is perpendicular to the bases $AB$ and $CD$ . The base $AB$ measures $45$, the base $CD$ measures $20$ and the $BC$ side measures $65$. Let $P$ on the $BC$ side such that $BP$ measures $45$ and $M$ is the midpoint of $DA$. Calculate the measure of the $PM$ segment.
2022 China Team Selection Test, 4
Find all positive integer $k$ such that one can find a number of triangles in the Cartesian plane, the centroid of each triangle is a lattice point, the union of these triangles is a square of side length $k$ (the sides of the square are not necessarily parallel to the axis, the vertices of the square are not necessarily lattice points), and the intersection of any two triangles is an empty-set, a common point or a common edge.
2018 Kyiv Mathematical Festival, 5
A circle is divided by $2019$ points into equal parts. Two players delete these points in turns. A player wins, if after his turn it is possible to draw a diameter of the circle such that there are no undeleted points on one side of it. Which player has a winning strategy?
1993 National High School Mathematics League, 1
In convex quadrilateral $ABCD$, only $D$ is an obtuse angle. Use some line segments to divide it into $n$ obtuse triangles. But on its sides (except $A,B,C,D$ ), there is no vertex of triangles we divided into.
Prove that if and only if $n\geq4$, we can divide the convex quadrilateral into such $n$ triangles.
1998 Baltic Way, 11
If $a,b,c$ be the lengths of the sides of a triangle. Let $R$ denote its circumradius. Prove that
\[ R\ge \frac{a^2+b^2}{2\sqrt{2a^2+2b^2-c^2}}\]
When does equality hold?
2003 National High School Mathematics League, 11
Eight spheres with radius of $1$ are put into a circular column. There are two floors, and each sphere is tangent to adjacent four spheres, one of the bottom surfaces, and the flank. Then the height of the circular column is________.
2010 All-Russian Olympiad Regional Round, 11.5
The angles of the triangle $\alpha, \beta, \gamma$ satisfy the inequalities $$\sin \alpha > \cos \beta, \sin \beta > \cos \gamma, \sin \gamma > \cos \alpha. $$Prove that the trαiangle is acute-angled.
2006 Sharygin Geometry Olympiad, 21
On the sides $AB, BC, CA$ of triangle $ABC$, points $C', A', B'$ are taken.
Prove that for the areas of the corresponding triangles, the inequality holds:
$$S_{ABC}S^2_{A'B'C'}\ge 4S_{AB'C'}S_{BC'A'}S_{CA'B'}$$
and equality is achieved if and only if the lines $AA', BB', CC'$ intersect at one point.
2014 Chile TST Ibero, 2
Let $\triangle ABC$ be a triangle and points $P, Q, R$ on the sides $AB, BC,$ and $CA$ respectively, such that:
\[
\frac{AP}{AB} = \frac{BQ}{BC} = \frac{CR}{CA} = \frac{1}{n}
\]
for $n \in \mathbb{N}$. The segments $AQ$ and $CP$ intersect at $D$, the segments $BR$ and $AQ$ intersect at $E$, and the segments $BR$ and $CP$ intersect at $F$. Compute the ratio:
\[
\frac{\text{Area}(\triangle ABC)}{\text{Area}(\triangle DEF)}.
\]