Found problems: 1679
Durer Math Competition CD 1st Round - geometry, 2013.D3
The area of the triangle $ABC$ shown in the figure is $1$ unit. Points $D$ and $E$ lie on sides $AC$ and $BC$ respectively, and also are its ''one third'' points closer to $C$. Let $F$ be that $AE$ and $G$ are the midpoints of segment $BD$. What is the area of the marked quadrilateral $ABGF$?
[img]https://cdn.artofproblemsolving.com/attachments/4/e/305673f429c86bbc58a8d40272dd6c9a8f0ab2.png[/img]
1998 AMC 12/AHSME, 15
A regular hexagon and an equilateral triangle have equal areas. What is the ratio of the length of a side of the triangle to the length of a side of the hexagon?
$ \textbf{(A)}\ \sqrt 3\qquad
\textbf{(B)}\ 2\qquad
\textbf{(C)}\ \sqrt 6\qquad
\textbf{(D)}\ 3\qquad
\textbf{(E)}\ 6$
2013 NIMO Problems, 8
The number $\frac{1}{2}$ is written on a blackboard. For a real number $c$ with $0 < c < 1$, a [i]$c$-splay[/i] is an operation in which every number $x$ on the board is erased and replaced by the two numbers $cx$ and $1-c(1-x)$. A [i]splay-sequence[/i] $C = (c_1,c_2,c_3,c_4)$ is an application of a $c_i$-splay for $i=1,2,3,4$ in that order, and its [i]power[/i] is defined by $P(C) = c_1c_2c_3c_4$.
Let $S$ be the set of splay-sequences which yield the numbers $\frac{1}{17}, \frac{2}{17}, \dots, \frac{16}{17}$ on the blackboard in some order. If $\sum_{C \in S} P(C) = \tfrac mn$ for relatively prime positive integers $m$ and $n$, compute $100m+n$.
[i]Proposed by Lewis Chen[/i]
2013 NIMO Problems, 7
Let $a,b,c$ be positive reals satisfying $a^3+b^3+c^3+abc=4$. Prove that
\[ \frac{(5a^2+bc)^2}{(a+b)(a+c)} + \frac{(5b^2+ca)^2}{(b+c)(b+a)} + \frac{(5c^2+ab)^2}{(c+a)(c+b)} \ge \frac{(a^3+b^3+c^3+6)^2}{a+b+c} \] and determine the cases of equality.
[i]Proposed by Evan Chen[/i]
2017 Sharygin Geometry Olympiad, 2
Let $I$ be the incenter of a triangle $ABC$, $M$ be the midpoint of $AC$, and $W$ be the midpoint of arc $AB$ of the circumcircle not containing $C$. It is known that $\angle AIM = 90^\circ$. Find the ratio $CI:IW$.
2023 Argentina National Olympiad Level 2, 3
In the parallelogram $ABCD$, the length of side $AB$ is half the length of side $BC$. The bisector of angle $\angle ABC$ intersects side $AD$ at point $K$ and diagonal $AC$ at point $L$. The bisector of angle $\angle ADC$ intersects the extension of side $AB$ at point $M$, with $B$ between $A$ and $M$. The line $ML$ intersects side $AD$ at point $F$. Calculate the ratio $\frac{AF}{AD}$.
1964 Putnam, A6
Let $S$ be a finite subset of a straight line. Say that $S$ has the [i]repeated distance property [/i] if every value of the distance between two points of $S$ (except the longest) occurs at least twice. Show that if $S$ has the [i]repeated distance property [/i] then the ratio of any two distances between two points of $S$ is rational.
2004 Korea National Olympiad, 5
$A, B, C$, and $D$ are the four different points on the circle $O$ in the order. Let the centre of the scribed circle of triangle $ABC$, which is tangent to $BC$, be $O_1$. Let the centre of the scribed circle of triangle $ACD$, which is tangent to $CD$, be $O_2$.
(1) Show that the circumcentre of triangle $ABO_1$ is on the circle $O$.
(2) Show that the circumcircle of triangle $CO_1O_2$ always pass through a fixed point on the circle $O$, when $C$ is moving along arc $BD$.
2015 AMC 10, 8
Two years ago Pete was three times as old as his cousin Claire. Two years before that, Pete was four times as old as Claire. In how many years will the ratio of their ages be $2:1$?
$\textbf{(A) }2\qquad\textbf{(B) }4\qquad\textbf{(C) }5\qquad\textbf{(D) }6\qquad\textbf{(E) }8$
2001 Croatia National Olympiad, Problem 2
In a triangle $ABC$ with $AC\ne BC$, $M$ is the midpoint of $AB$ and $\angle A=\alpha$, $\angle B=\beta$, $\angle ACM=\varphi$ and $\angle BSM=\Psi$. Prove that
$$\frac{\sin\alpha\sin\beta}{\sin(\alpha-\beta)}=\frac{\sin\varphi\sin\Psi}{\sin(\varphi-\Psi)}.$$
1979 Vietnam National Olympiad, 3
$ABC$ is a triangle. Find a point $X$ on $BC$ such that :
area $ABX$ / area $ACX$ = perimeter $ABX$ / perimeter $ACX$.
2010 AIME Problems, 9
Let $ ABCDEF$ be a regular hexagon. Let $ G$, $ H$, $ I$, $ J$, $ K$, and $ L$ be the midpoints of sides $ AB$, $ BC$, $ CD$, $ DE$, $ EF$, and $ AF$, respectively. The segments $ AH$, $ BI$, $ CJ$, $ DK$, $ EL$, and $ FG$ bound a smaller regular hexagon. Let the ratio of the area of the smaller hexagon to the area of $ ABCDEF$ be expressed as a fraction $ \frac {m}{n}$ where $ m$ and $ n$ are relatively prime positive integers. Find $ m \plus{} n$.
2010 Purple Comet Problems, 12
The diagram below shows twelve $30-60-90$ triangles placed in a circle so that the hypotenuse of each triangle coincides with the longer leg of the next triangle. The fourth and last triangle in this diagram are shaded. The ratio of the perimeters of these two triangles can be written as $\tfrac{m}{n}$ where $m$ and $n$ are relatively prime positive integers. Find $m + n$.
[asy]
size(200);
defaultpen(linewidth(0.8));
pair point=(-sqrt(3),0);
pair past,unit;
path line;
for(int i=0;i<=12;++i) {
past = point;
line=past--origin;
unit=waypoint(line,1/200);
point=extension(past,rotate(90,past)*unit,origin,dir(180-30*i));
if (i == 4) {
filldraw(origin--past--point--cycle,gray(0.7));
} else if (i==12) {
filldraw(origin--past--point--cycle,gray(0.7));
} else {
draw(origin--past--point);
}
}
draw(origin--point);
[/asy]
2004 AMC 10, 25
Three mutually tangent spheres of radius 1 rest on a horizontal plane. A sphere of radius 2 rests on them. What is the distance from the plane to the top of the larger sphere?
$ \textbf{(A)}\; 3+\frac{\sqrt{30}}2\qquad
\textbf{(B)}\; 3+\frac{\sqrt{69}}3\qquad
\textbf{(C)}\; 3+\frac{\sqrt{123}}4\qquad
\textbf{(D)}\; \frac{52}9\qquad
\textbf{(E)}\; 3+2\sqrt{2} $
2022 Yasinsky Geometry Olympiad, 2
On the sides $AB$, $BC$, $CD$, $DA$ of the square $ABCD$ points $P, Q, R, T$ are chosen such that $$\frac{AP}{PB}=\frac{BQ}{QC}=\frac{CR}{RD}=\frac{DT}{TA}=\frac12.$$
The segments $AR$, $BT$, $CP$, $DQ$ in the intersection form the quadrilateral $KLMN$ (see figure). [img]https://cdn.artofproblemsolving.com/attachments/f/c/587a2358734c300fe7082c520f90c91f872b49.png[/img]
a) Prove that $KLMN$ is a square.
b) Find the ratio of the areas of the squares $KLMN$ and $ABCD$.
(Alexander Shkolny)
2005 District Olympiad, 4
In the triangle $ABC$ let $AD$ be the interior angle bisector of $\angle ACB$, where $D\in AB$. The circumcenter of the triangle $ABC$ coincides with the incenter of the triangle $BCD$. Prove that $AC^2 = AD\cdot AB$.
2004 Brazil Team Selection Test, Problem 4
Let $I$ be the incenter of a triangle $ABC$ with $\angle BAC=60^\circ$. A line through $I$ parallel to $AC$ intersects $AB$ at $F$. Let $P$ be the point on the side $BC$ such that $3BP=BC$. Prove that $\angle BFP=\frac12\angle ABC$.
2003 AIME Problems, 15
In $\triangle ABC$, $AB = 360$, $BC = 507$, and $CA = 780$. Let $M$ be the midpoint of $\overline{CA}$, and let $D$ be the point on $\overline{CA}$ such that $\overline{BD}$ bisects angle $ABC$. Let $F$ be the point on $\overline{BC}$ such that $\overline{DF} \perp \overline{BD}$. Suppose that $\overline{DF}$ meets $\overline{BM}$ at $E$. The ratio $DE: EF$ can be written in the form $m/n$, where $m$ and $n$ are relatively prime positive integers. Find $m + n$.
2015 India Regional MathematicaI Olympiad, 5
Let ABC be a right triangle with $\angle B = 90^{\circ}$.Let E and F be respectively the midpoints of AB and AC.Suppose the incentre I of ABC lies on the circumcircle of triangle AEF,find the ratio BC/AB.
1999 Brazil Team Selection Test, Problem 2
In a triangle $ABC$, the bisector of the angle at $A$ of a triangle $ABC$ intersects the segment $BC$ and the circumcircle of $ABC$ at points $A_1$ and $A_2$, respectively. Points $B_1,B_2,C_1,C_2$ are analogously defined. Prove that
$$\frac{A_1A_2}{BA_2+CA_2}+\frac{B_1B_2}{CB_2+AB_2}+\frac{C_1C_2}{AC_2+BC_2}\ge\frac34.$$
2023 ISI Entrance UGB, 3
In $\triangle ABC$, consider points $D$ and $E$ on $AC$ and $AB$, respectively, and assume that they do not coincide with any of the vertices $A$, $B$, $C$. If the segments $BD$ and $CE$ intersect at $F$, consider areas $w$, $x$, $y$, $z$ of the quadrilateral $AEFD$ and the triangles $BEF$, $BFC$, $CDF$, respectively.
[list=a]
[*] Prove that $y^2 > xz$.
[*] Determine $w$ in terms of $x$, $y$, $z$.
[/list]
[asy]
import graph; size(10cm);
real labelscalefactor = 0.5; /* changes label-to-point distance */
pen dps = linewidth(0.7) + fontsize(12); defaultpen(dps); /* default pen style */
pen dotstyle = black; /* point style */
real xmin = -2.8465032978885407, xmax = 9.445649196374966, ymin = -1.7618066305534972, ymax = 4.389732795464592; /* image dimensions */
draw((3.8295013012181283,2.816337276198864)--(-0.7368327629589799,-0.5920813291311117)--(5.672613975760373,-0.636902634996282)--cycle, linewidth(0.5));
/* draw figures */
draw((3.8295013012181283,2.816337276198864)--(-0.7368327629589799,-0.5920813291311117), linewidth(0.5));
draw((-0.7368327629589799,-0.5920813291311117)--(5.672613975760373,-0.636902634996282), linewidth(0.5));
draw((5.672613975760373,-0.636902634996282)--(3.8295013012181283,2.816337276198864), linewidth(0.5));
draw((-0.7368327629589799,-0.5920813291311117)--(4.569287648059735,1.430279997142299), linewidth(0.5));
draw((5.672613975760373,-0.636902634996282)--(1.8844000180622977,1.3644681598392678), linewidth(0.5));
label("$y$",(2.74779188172294,0.23771684184669772),SE*labelscalefactor);
label("$w$",(3.2941097703568736,1.8657441499758196),SE*labelscalefactor);
label("$x$",(1.6660824622277512,1.0025618859342047),SE*labelscalefactor);
label("$z$",(4.288408327670633,0.8168138037986672),SE*labelscalefactor);
/* dots and labels */
dot((3.8295013012181283,2.816337276198864),dotstyle);
label("$A$", (3.8732067323088435,2.925600853925651), NE * labelscalefactor);
dot((-0.7368327629589799,-0.5920813291311117),dotstyle);
label("$B$", (-1.1,-0.7565817154670613), NE * labelscalefactor);
dot((5.672613975760373,-0.636902634996282),dotstyle);
label("$C$", (5.763466626982254,-0.7784344310124186), NE * labelscalefactor);
dot((4.569287648059735,1.430279997142299),dotstyle);
label("$D$", (4.692683565259744,1.5051743434774234), NE * labelscalefactor);
dot((1.8844000180622977,1.3644681598392678),dotstyle);
label("$E$", (1.775346039954538,1.4942479857047448), NE * labelscalefactor);
dot((2.937230516274804,0.8082418657164665),linewidth(4.pt) + dotstyle);
label("$F$", (2.889834532767763,0.954), NE * labelscalefactor);
clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle);
[/asy]
1965 AMC 12/AHSME, 2
A regular hexagon is inscribed in a circle. The ratio of the length of a side of the hexagon to the length of the shorter of the arcs intercepted by the side, is:
$ \textbf{(A)}\ 1: 1 \qquad \textbf{(B)}\ 1: 6 \qquad \textbf{(C)}\ 1: \pi \qquad \textbf{(D)}\ 3: \pi \qquad \textbf{(E)}\ 6: \pi$
1984 IMO Longlists, 54
Let $P$ be a convex planar polygon with equal angles. Let $l_1,\cdots, l_n$ be its sides. Show that a necessary and sufficient condition for $P$ to be regular is that the sum of the ratios $\frac{l_i}{l_{i+1}} (i = 1,\cdots, n; l_{n+1}= l_1)$ equals the number of sides.
2008 National Olympiad First Round, 24
How many of the numbers
\[
a_1\cdot 5^1+a_2\cdot 5^2+a_3\cdot 5^3+a_4\cdot 5^4+a_5\cdot 5^5+a_6\cdot 5^6
\]
are negative if $a_1,a_2,a_3,a_4,a_5,a_6 \in \{-1,0,1 \}$?
$
\textbf{(A)}\ 121
\qquad\textbf{(B)}\ 224
\qquad\textbf{(C)}\ 275
\qquad\textbf{(D)}\ 364
\qquad\textbf{(E)}\ 375
$
2007 Olympic Revenge, 3
The triangles $BCD$ and $ACE$ are externally constructed to sides $BC$ and $CA$ of a triangle $ABC$ such that $AE = BD$ and $\angle BDC+\angle AEC = 180^\circ$. Let $F$ be a point on segment $AB$ such that ${AF\over FB}={CD\over CE}$. Prove that ${DE\over CD+CE}={EF\over BC}={FD\over AC}$.