Found problems: 239
2013 AMC 12/AHSME, 12
The angles in a particular triangle are in arithmetic progression, and the side lengths are $4,5,x$. The sum of the possible values of $x$ equals $a+\sqrt{b}+\sqrt{c}$ where $a, b$, and $c$ are positive integers. What is $a+b+c$?
$ \textbf{(A)}\ 36\qquad\textbf{(B)}\ 38\qquad\textbf{(C)}\ 40\qquad\textbf{(D)}\ 42\qquad\textbf{(E)}\ 44$
2010 AMC 12/AHSME, 8
Triangle $ ABC$ has $ AB \equal{} 2 \cdot AC$. Let $ D$ and $ E$ be on $ \overline{AB}$ and $ \overline{BC}$, respectively, such that $ \angle{BAE} \equal{} \angle{ACD}.$ Let $ F$ be the intersection of segments $ AE$ and $ CD$, and suppose that $ \triangle{CFE}$ is equilateral. What is $ \angle{ACB}$?
$ \textbf{(A)}\ 60^{\circ}\qquad \textbf{(B)}\ 75^{\circ}\qquad \textbf{(C)}\ 90^{\circ}\qquad \textbf{(D)}\ 105^{\circ}\qquad \textbf{(E)}\ 120^{\circ}$
1953 AMC 12/AHSME, 37
The base of an isosceles triangle is $ 6$ inches and one of the equal sides is $ 12$ inches. The radius of the circle through the vertices of the triangle is:
$ \textbf{(A)}\ \frac{7\sqrt{15}}{5} \qquad\textbf{(B)}\ 4\sqrt{3} \qquad\textbf{(C)}\ 3\sqrt{5} \qquad\textbf{(D)}\ 6\sqrt{3} \qquad\textbf{(E)}\ \text{none of these}$
1986 China National Olympiad, 2
In $\triangle ABC$, the length of altitude $AD$ is $12$, and the bisector $AE$ of $\angle A$ is $13$. Denote by $m$ the length of median $AF$. Find the range of $m$ when $\angle A$ is acute, orthogonal and obtuse respectively.
2010 Contests, 2
Let $ABC$ be a triangle with $AB = AC$. The incircle touches $BC$, $AC$ and $AB$ at $D$, $E$ and $F$ respectively. Let $P$ be a point on the arc $\overarc{EF}$ that does not contain $D$. Let $Q$ be the second point of intersection of $BP$ and the incircle of $ABC$. The lines $EP$ and $EQ$ meet the line $BC$ at $M$ and $N$, respectively.
Prove that the four points $P, F, B, M$ lie on a circle and $\frac{EM}{EN} = \frac{BF}{BP}$.
2011 Uzbekistan National Olympiad, 3
Given an acute triangle $ABC$ with altituties AD and BE. O circumcinter of $ABC$.If o lies on the segment DE then find the value of $sinAsinBcosC$
1994 APMO, 4
Is there an infinite set of points in the plane such that no three points are collinear, and the distance between any two points is rational?
2014 NIMO Problems, 4
Points $A$, $B$, $C$, and $D$ lie on a circle such that chords $\overline{AC}$ and $\overline{BD}$ intersect at a point $E$ inside the circle. Suppose that $\angle ADE =\angle CBE = 75^\circ$, $BE=4$, and $DE=8$. The value of $AB^2$ can be written in the form $a+b\sqrt{c}$ for positive integers $a$, $b$, and $c$ such that $c$ is not divisible by the square of any prime. Find $a+b+c$.
[i]Proposed by Tony Kim[/i]
2013 USAJMO, 5
Quadrilateral $XABY$ is inscribed in the semicircle $\omega$ with diameter $XY$. Segments $AY$ and $BX$ meet at $P$. Point $Z$ is the foot of the perpendicular from $P$ to line $XY$. Point $C$ lies on $\omega$ such that line $XC$ is perpendicular to line $AZ$. Let $Q$ be the intersection of segments $AY$ and $XC$. Prove that \[\dfrac{BY}{XP}+\dfrac{CY}{XQ}=\dfrac{AY}{AX}.\]
2006 Kyiv Mathematical Festival, 4
See all the problems from 5-th Kyiv math festival
[url=http://www.mathlinks.ro/Forum/viewtopic.php?p=506789#p506789]here[/url]
Let $O$ be the circumcenter and $H$ be the intersection point of the altitudes of acute triangle $ABC.$ The straight lines $BH$ and $CH$ intersect the segments $CO$ and $BO$ at points $D$ and $E$ respectively. Prove that if triangles $ODH$ and $OEH$ are isosceles then triangle $ABC$ is isosceles too.
2013 CentroAmerican, 2
Let $ABC$ be an acute triangle and let $\Gamma$ be its circumcircle. The bisector of $\angle{A}$ intersects $BC$ at $D$, $\Gamma$ at $K$ (different from $A$), and the line through $B$ tangent to $\Gamma$ at $X$. Show that $K$ is the midpoint of $AX$ if and only if $\frac{AD}{DC}=\sqrt{2}$.
2013 Math Prize For Girls Problems, 15
Let $\triangle ABC$ be a triangle with $AB = 7$, $BC = 8$, and $AC = 9$. Point $D$ is on side $\overline{AC}$ such that $\angle CBD$ has measure $45^\circ$. What is the length of $\overline{BD}$?
2009 International Zhautykov Olympiad, 3
For a convex hexagon $ ABCDEF$ with an area $ S$, prove that:
\[ AC\cdot(BD\plus{}BF\minus{}DF)\plus{}CE\cdot(BD\plus{}DF\minus{}BF)\plus{}AE\cdot(BF\plus{}DF\minus{}BD)\geq 2\sqrt{3}S
\]
1981 AMC 12/AHSME, 19
In $\triangle ABC$, $M$ is the midpoint of side $BC$, $AN$ bisects $\angle BAC$, $BN\perp AN$ and $\theta$ is the measure of $\angle BAC$. If sides $AB$ and $AC$ have lengths $14$ and $19$, respectively, then length $MN$ equals
[asy]
size(230);
defaultpen(linewidth(0.7)+fontsize(10));
pair B=origin, A=14*dir(36), C=intersectionpoint(B--(9001,0), Circle(A,19)), M=midpoint(B--C), b=A+14*dir(A--C), N=foot(A, B, b);
draw(N--B--A--N--M--C--A^^B--M);
markscalefactor=0.1;
draw(rightanglemark(B,N,A));
pair point=N;
label("$A$", A, dir(point--A));
label("$B$", B, dir(point--B));
label("$C$", C, dir(point--C));
label("$M$", M, S);
label("$N$", N, dir(30));
label("$19$", (A+C)/2, dir(A--C)*dir(90));
label("$14$", (A+B)/2, dir(A--B)*dir(270));
[/asy]
$\displaystyle \text{(A)} \ 2 \qquad \text{(B)} \ \frac{5}{2} \qquad \text{(C)} \ \frac{5}{2} - \sin \theta \qquad \text{(D)} \ \frac{5}{2} - \frac{1}{2} \sin \theta \qquad \text{(E)} \ \frac{5}{2} - \frac{1}{2} \sin \left(\frac{1}{2} \theta\right)$
2013 Canadian Mathematical Olympiad Qualification Repechage, 2
In triangle $ABC$, $\angle A = 90^\circ$ and $\angle C = 70^\circ$. $F$ is point on $AB$ such that $\angle ACF = 30^\circ$, and $E$ is a point on $CA$ such that $\angle CF E = 20^\circ$. Prove that $BE$ bisects $\angle B$.
2013 AIME Problems, 14
For $\pi\leq\theta<2\pi$, let
\[ P=\dfrac12\cos\theta-\dfrac14\sin2\theta-\dfrac18\cos3\theta+\dfrac1{16}\sin4\theta+\dfrac1{32}\cos5\theta-\dfrac1{64}\sin6\theta-\dfrac1{128}\cos7\theta+\ldots
\] and
\[ Q=1-\dfrac12\sin\theta-\dfrac14\cos2\theta+\dfrac1{8}\sin3\theta+\dfrac1{16}\cos4\theta-\dfrac1{32}\sin5\theta-\dfrac1{64}\cos6\theta+\dfrac1{128}\sin7\theta
+\ldots \] so that $\tfrac PQ = \tfrac{2\sqrt2}7$. Then $\sin\theta = -\tfrac mn$ where $m$ and $n$ are relatively prime positive integers. Find $m+n$.
2006 Kyiv Mathematical Festival, 4
See all the problems from 5-th Kyiv math festival
[url=http://www.mathlinks.ro/Forum/viewtopic.php?p=506789#p506789]here[/url]
Let $O$ be the circumcenter and $H$ be the intersection point of the altitudes of acute triangle $ABC.$ The straight lines $BH$ and $CH$ intersect the segments $CO$ and $BO$ at points $D$ and $E$ respectively. Prove that if triangles $ODH$ and $OEH$ are isosceles then triangle $ABC$ is isosceles too.
2013 Sharygin Geometry Olympiad, 3
Let $ABC$ be a right-angled triangle ($\angle B = 90^\circ$). The excircle inscribed into the angle $A$ touches the extensions of the sides $AB$, $AC$ at points $A_1, A_2$ respectively; points $C_1, C_2$ are defined similarly. Prove that the perpendiculars from $A, B, C$ to $C_1C_2, A_1C_1, A_1A_2$ respectively, concur.
2011 Middle European Mathematical Olympiad, 6
Let $ABC$ be an acute triangle. Denote by $B_0$ and $C_0$ the feet of the altitudes from vertices $B$ and $C$, respectively. Let $X$ be a point inside the triangle $ABC$ such that the line $BX$ is tangent to the circumcircle of the triangle $AXC_0$ and the line $CX$ is tangent to the circumcircle of the triangle $AXB_0$. Show that the line $AX$ is perpendicular to $BC$.
2002 AMC 12/AHSME, 17
Let $f(x)=\sqrt{\sin^4 x + 4\cos^2 x}-\sqrt{\cos^4x + 4\sin^2x}$. An equivalent form of $f(x)$ is
$\textbf{(A) }1-\sqrt2\sin x\qquad\textbf{(B) }-1+\sqrt2\cos x\qquad\textbf{(C) }\cos\dfrac x2-\sin\dfrac x2$
$\textbf{(D) }\cos x-\sin x\qquad\textbf{(E) }\cos2x$
1995 AMC 12/AHSME, 18
Two rays with common endpoint $O$ forms a $30^\circ$ angle. Point $A$ lies on one ray, point $B$ on the other ray, and $AB = 1$. The maximum possible length of $OB$ is
$\textbf{(A)}\ 1 \qquad
\textbf{(B)}\ \dfrac{1+\sqrt{3}}{\sqrt{2}} \qquad
\textbf{(C)}\ \sqrt{3} \qquad
\textbf{(D)}\ 2 \qquad
\textbf{(E)}\ \dfrac{4}{\sqrt{3}}$
2004 USAMTS Problems, 5
Point $G$ is where the medians of the triangle $ABC$ intersect and point $D$ is the midpoint of side $BC$. The triangle $BDG$ is equilateral with side length 1. Determine the lengths, $AB$, $BC$, and $CA$, of the sides of triangle $ABC$.
[asy]
size(200);
defaultpen(fontsize(10));
real r=100.8933946;
pair A=sqrt(7)*dir(r), B=origin, C=(2,0), D=midpoint(B--C), E=midpoint(A--C), F=midpoint(A--B), G=centroid(A,B,C);
draw(A--B--C--A--D^^B--E^^C--F);
pair point=G;
label("$A$", A, dir(point--A));
label("$B$", B, dir(point--B));
label("$C$", C, dir(point--C));
label("$D$", D, dir(point--D));
label("$E$", E, dir(point--E));
label("$F$", F, dir(point--F));
label("$G$", G, dir(20));
label("1", B--G, dir(150));
label("1", D--G, dir(30));
label("1", B--D, dir(270));[/asy]
2006 Macedonia National Olympiad, 4
Let $M$ be a point on the smaller arc $A_1A_n$ of the circumcircle of a regular $n$-gon $A_1A_2\ldots A_n$ .
$(a)$ If $n$ is even, prove that $\sum_{i=1}^n(-1)^iMA_i^2=0$.
$(b)$ If $n$ is odd, prove that $\sum_{i=1}^n(-1)^iMA_i=0$.
2005 Junior Balkan Team Selection Tests - Moldova, 5
Let $ABC$ be an acute-angled triangle, and let $F$ be the foot of its altitude from the vertex $C$. Let $M$ be the midpoint of the segment $CA$. Assume that $CF=BM$. Then the angle $MBC$ is equal to angle $FCA$ if and only if the triangle $ABC$ is equilateral.
2002 National Olympiad First Round, 25
Let $E$ be a point on side $[AD]$ of rhombus $ABCD$. Lines $AB$ and $CE$ meet at $F$, lines $BE$ and $DF$ meet at $G$. If $m(\widehat{DAB}) = 60^\circ $, what is$m(\widehat{DGB})$?
$
\textbf{a)}\ 45^\circ
\qquad\textbf{b)}\ 50^\circ
\qquad\textbf{c)}\ 60^\circ
\qquad\textbf{d)}\ 65^\circ
\qquad\textbf{e)}\ 75^\circ
$