Found problems: 1679
2003 China Team Selection Test, 2
In triangle $ABC$, the medians and bisectors corresponding to sides $BC$, $CA$, $AB$ are $m_a$, $m_b$, $m_c$ and $w_a$, $w_b$, $w_c$ respectively. $P=w_a \cap m_b$, $Q=w_b \cap m_c$, $R=w_c \cap m_a$. Denote the areas of triangle $ABC$ and $PQR$ by $F_1$ and $F_2$ respectively. Find the least positive constant $m$ such that $\frac{F_1}{F_2}<m$ holds for any $\triangle{ABC}$.
1996 Denmark MO - Mohr Contest, 3
This year's gift idea from BabyMath consists of a series of nine colored plastic containers of decreasing size, alternating in shape like a cube and a sphere. All containers can open and close with a convenient hinge, and each container can hold just about anything next in line. The largest and smallest container are both cubes. Determine the relationship between the edge lengths of these cubes.
2007 Germany Team Selection Test, 3
Circles $ w_{1}$ and $ w_{2}$ with centres $ O_{1}$ and $ O_{2}$ are externally tangent at point $ D$ and internally tangent to a circle $ w$ at points $ E$ and $ F$ respectively. Line $ t$ is the common tangent of $ w_{1}$ and $ w_{2}$ at $ D$. Let $ AB$ be the diameter of $ w$ perpendicular to $ t$, so that $ A, E, O_{1}$ are on the same side of $ t$. Prove that lines $ AO_{1}$, $ BO_{2}$, $ EF$ and $ t$ are concurrent.
1988 IMO Longlists, 40
[b]i.)[/b] Consider a circle $K$ with diameter $AB;$ with circle $L$ tangent to $AB$ and to $K$ and with a circle $M$ tangent to circle $K,$ circle $L$ and $AB.$ Calculate the ration of the area of circle $K$ to the area of circle $M.$
[b]ii.)[/b] In triangle $ABC, AB = AC$ and $\angle CAB = 80^{\circ}.$ If points $D,E$ and $F$ lie on sides $BC, AC$ and $AB,$ respectively and $CE = CD$ and $BF = BD,$ then find the size of $\angle EDF.$
2006 AIME Problems, 9
Circles $\mathcal{C}_1$, $\mathcal{C}_2$, and $\mathcal{C}_3$ have their centers at (0,0), (12,0), and (24,0), and have radii 1, 2, and 4, respectively. Line $t_1$ is a common internal tangent to $\mathcal{C}_1$ and $\mathcal{C}_2$ and has a positive slope, and line $t_2$ is a common internal tangent to $\mathcal{C}_2$ and $\mathcal{C}_3$ and has a negative slope. Given that lines $t_1$ and $t_2$ intersect at $(x,y)$, and that $x=p-q\sqrt{r}$, where $p$, $q$, and $r$ are positive integers and $r$ is not divisible by the square of any prime, find $p+q+r$.
2007 Stanford Mathematics Tournament, 13
A rope of length 10 [i]m[/i] is tied tautly from the top of a flagpole to the ground 6 [i]m[/i] away from the base of the pole. An ant crawls up the rope and its shadow moves at a rate of 30 [i]cm/min[/i]. How many meters above the ground is the ant after 5 minutes? (This takes place on the summer solstice on the Tropic of Cancer so that the sun is directly overhead.)
2011 AIME Problems, 8
In triangle $ABC$, $BC = 23$, $CA = 27$, and $AB = 30$. Points $V$ and $W$ are on $\overline{AC}$ with $V$ on $\overline{AW}$, points $X$ and $Y$ are on $\overline{BC}$ with $X$ on $\overline{CY}$, and points $Z$ and $U$ are on $\overline{AB}$ with $Z$ on $\overline{BU}$. In addition, the points are positioned so that $\overline{UV} \parallel \overline{BC}$, $\overline{WX} \parallel \overline{AB}$, and $\overline{YZ} \parallel \overline{CA}$. Right angle folds are then made along $\overline{UV}$, $\overline{WX}$, and $\overline{YZ}$. The resulting figure is placed on a level floor to make a table with triangular legs. Let $h$ be the maximum possible height of a table constructed from triangle $ABC$ whose top is parallel to the floor. Then $h$ can be written in the form $\tfrac{k \sqrt{m}}{n}$, where $k$ and $n$ are relatively prime positive integers and $m$ is a positive integer that is not divisible by the square of any prime. Find $k + m + n$.
[asy]
unitsize(1 cm);
pair translate;
pair[] A, B, C, U, V, W, X, Y, Z;
A[0] = (1.5,2.8);
B[0] = (3.2,0);
C[0] = (0,0);
U[0] = (0.69*A[0] + 0.31*B[0]);
V[0] = (0.69*A[0] + 0.31*C[0]);
W[0] = (0.69*C[0] + 0.31*A[0]);
X[0] = (0.69*C[0] + 0.31*B[0]);
Y[0] = (0.69*B[0] + 0.31*C[0]);
Z[0] = (0.69*B[0] + 0.31*A[0]);
translate = (7,0);
A[1] = (1.3,1.1) + translate;
B[1] = (2.4,-0.7) + translate;
C[1] = (0.6,-0.7) + translate;
U[1] = U[0] + translate;
V[1] = V[0] + translate;
W[1] = W[0] + translate;
X[1] = X[0] + translate;
Y[1] = Y[0] + translate;
Z[1] = Z[0] + translate;
draw (A[0]--B[0]--C[0]--cycle);
draw (U[0]--V[0],dashed);
draw (W[0]--X[0],dashed);
draw (Y[0]--Z[0],dashed);
draw (U[1]--V[1]--W[1]--X[1]--Y[1]--Z[1]--cycle);
draw (U[1]--A[1]--V[1],dashed);
draw (W[1]--C[1]--X[1]);
draw (Y[1]--B[1]--Z[1]);
dot("$A$",A[0],N);
dot("$B$",B[0],SE);
dot("$C$",C[0],SW);
dot("$U$",U[0],NE);
dot("$V$",V[0],NW);
dot("$W$",W[0],NW);
dot("$X$",X[0],S);
dot("$Y$",Y[0],S);
dot("$Z$",Z[0],NE);
dot(A[1]);
dot(B[1]);
dot(C[1]);
dot("$U$",U[1],NE);
dot("$V$",V[1],NW);
dot("$W$",W[1],NW);
dot("$X$",X[1],dir(-70));
dot("$Y$",Y[1],dir(250));
dot("$Z$",Z[1],NE);
[/asy]
2008 iTest Tournament of Champions, 3
Let $\phi = \tfrac{1+\sqrt 5}2$ be the positive root of $x^2=x+1$. Define a function $f:\mathbb N\to\mathbb N$ by
\begin{align*}
f(0) &= 1\\
f(2x) &= \lfloor\phi f(x)\rfloor\\
f(2x+1) &= f(2x) + f(x).
\end{align*}
Find the remainder when $f(2007)$ is divided by $2008$.
1954 Moscow Mathematical Olympiad, 263
Define the maximal value of the ratio of a three-digit number to the sum of its digits.
2000 Belarus Team Selection Test, 2.4
In a triangle $ABC$ with $AC = b \ne BC = a$, points $E,F$ are taken on the sides $AC,BC$ respectively such that $AE = BF =\frac{ab}{a+b}$. Let $M$ and $N$ be the midpoints of $AB$ and $EF$ respectively, and $P$ be the intersection point of the segment $EF$ with the bisector of $\angle ACB$. Find the ratio of the area of $CPMN$ to that of $ABC$.
2016 Indonesia TST, 4
We call a subset $B$ of natural numbers [i]loyal[/i] if there exists natural numbers $i\le j$ such that $B=\{i,i+1,\ldots,j\}$. Let $Q$ be the set of all [i]loyal[/i] sets. For every subset $A=\{a_1<a_2<\ldots<a_k\}$ of $\{1,2,\ldots,n\}$ we set
\[f(A)=\max_{1\le i \le k-1}{a_{i+1}-a_i}\qquad\text{and}\qquad g(A)=\max_{B\subseteq A, B\in Q} |B|.\] Furthermore, we define \[F(n)=\sum_{A\subseteq \{1,2,\ldots,n\}} f(A)\qquad\text{and}\qquad G(n)=\sum_{A\subseteq \{1,2,\ldots,n\}} g(A).\] Prove that there exists $m\in \mathbb N$ such that for each natural number $n>m$ we have $F(n)>G(n)$. (By $|A|$ we mean the number of elements of $A$, and if $|A|\le 1$, we define $f(A)$ to be zero).
[i]Proposed by Javad Abedi[/i]
2014 Contests, 1
Let $ABC$ be a triangle with $AB>AC$. Let $D$ be the foot of the internal angle bisector of $A$. Points $F$ and $E$ are on $AC,AB$ respectively such that $B,C,F,E$ are concyclic. Prove that the circumcentre of $DEF$ is the incentre of $ABC$ if and only if $BE+CF=BC$.
2013 Turkey Team Selection Test, 2
Let the incircle of the triangle $ABC$ touch $[BC]$ at $D$ and $I$ be the incenter of the triangle. Let $T$ be midpoint of $[ID]$. Let the perpendicular from $I$ to $AD$ meet $AB$ and $AC$ at $K$ and $L$, respectively. Let the perpendicular from $T$ to $AD$ meet $AB$ and $AC$ at $M$ and $N$, respectively. Show that $|KM|\cdot |LN|=|BM|\cdot|CN|$.
2011 Purple Comet Problems, 30
Four congruent spheres are stacked so that each is tangent to the other three. A larger sphere, $R$, contains the four congruent spheres so that all four are internally tangent to $R$. A smaller sphere, $S$, sits in the space between the four congruent spheres so that all four are externally tangent to $S$. The ratio of the surface area of $R$ to the surface area of $S$ can be written $m+\sqrt{n}$ where $m$ and $n$ are positive integers. Find $m + n$.
1967 AMC 12/AHSME, 20
A circle is inscribed in a square of side $m$, then a square is inscribed in that circle, then a circle is inscribed in the latter square, and so on. If $S_n$ is the sum of the areas of the first $n$ circles so inscribed, then, as $n$ grows beyond all bounds, $S_n$ approaches:
$\textbf{(A)}\ \frac{\pi m^2}{2}\qquad
\textbf{(B)}\ \frac{3\pi m^2}{8}\qquad
\textbf{(C)}\ \frac{\pi m^2}{3}\qquad
\textbf{(D)}\ \frac{\pi m^2}{4}\qquad
\textbf{(E)}\ \frac{\pi m^2}{8}$
2002 AMC 10, 25
In trapezoid $ ABCD$ with bases $ AB$ and $ CD$, we have $ AB\equal{}52$, $ BC\equal{}12$, $ CD\equal{}39$, and $ DA\equal{}5$. The area of $ ABCD$ is
[asy]
pair A,B,C,D;
A=(0,0);
B=(52,0);
C=(38,20);
D=(5,20);
dot(A);
dot(B);
dot(C);
dot(D);
draw(A--B--C--D--cycle);
label("$A$",A,S);
label("$B$",B,S);
label("$C$",C,N);
label("$D$",D,N);
label("52",(A+B)/2,S);
label("39",(C+D)/2,N);
label("12",(B+C)/2,E);
label("5",(D+A)/2,W);[/asy]
$ \text{(A)}\ 182 \qquad
\text{(B)}\ 195 \qquad
\text{(C)}\ 210 \qquad
\text{(D)}\ 234 \qquad
\text{(E)}\ 260$
1954 AMC 12/AHSME, 36
A boat has a speed of $ 15$ mph in still water. In a stream that has a current of $ 5$ mph it travels a certain distance downstream and returns. The ratio of the average speed for the round trip to the speed in still water is:
$ \textbf{(A)}\ \frac{5}{4} \qquad
\textbf{(B)}\ \frac{1}{1} \qquad
\textbf{(C)}\ \frac{8}{9} \qquad
\textbf{(D)}\ \frac{7}{8} \qquad
\textbf{(E)}\ \frac{9}{8}$
1998 AMC 12/AHSME, 16
The figure shown is the union of a circle and two semicircles of diameters of $ a$ and $ b$, all of whose centers are collinear. The ratio of the area of the shaded region to that of the unshaded region is
$ \displaystyle \textbf{(A)}\ \sqrt {\frac {a}{b}} \qquad \textbf{(B)}\ \ \frac {a}{b} \qquad \textbf{(C)}\ \ \frac {a^2}{b^2} \qquad \textbf{(D)}\ \ \frac {a \plus{} b}{2b} \qquad \textbf{(E)}\ \ \frac {a^2 \plus{} 2ab}{b^2 \plus{} 2ab}$
[asy]unitsize(2cm);
defaultpen(fontsize(10pt)+linewidth(.8pt));
fill(Arc((1/3,0),2/3,0,180)--reverse(Arc((-2/3,0),1/3,180,360))--reverse(Arc((0,0),1,0,180))--cycle,mediumgray);
draw(unitcircle);
draw(Arc((-2/3,0),1/3,360,180));
draw(Arc((1/3,0),2/3,0,180));
label("$a$",(-2/3,0));
label("$b$",(1/3,0));
draw((-2/3+1/15,0)--(-1/3,0),EndArrow(4));
draw((-2/3-1/15,0)--(-1,0),EndArrow(4));
draw((1/3+1/15,0)--(1,0),EndArrow(4));
draw((1/3-1/15,0)--(-1/3,0),EndArrow(4));[/asy]
2010 Princeton University Math Competition, 5
In a rectangular plot of land, a man walks in a very peculiar fashion. Labeling the corners $ABCD$, he starts at $A$ and walks to $C$. Then, he walks to the midpoint of side $AD$, say $A_1$. Then, he walks to the midpoint of side $CD$ say $C_1$, and then the midpoint of $A_1D$ which is $A_2$. He continues in this fashion, indefinitely. The total length of his path if $AB=5$ and $BC=12$ is of the form $a + b\sqrt{c}$. Find $\displaystyle\frac{abc}{4}$.
1976 Chisinau City MO, 132
Let $O$ be the center of a circle inscribed in a convex quadrilateral $ABCD$ and $|AB|= a$, $|CD|=$c.
Prove that $$\frac{a}{c}=\frac{AO\cdot BO}{CO\cdot DO}.$$
2010 Princeton University Math Competition, 5
A cuboctahedron is a solid with 6 square faces and 8 equilateral triangle faces, with each edge adjacent to both a square and a triangle (see picture). Suppose the ratio of the volume of an octahedron to a cuboctahedron with the same side length is $r$. Find $100r^2$.
[asy]
// dragon96, replacing
// [img]http://i.imgur.com/08FbQs.png[/img]
size(140); defaultpen(linewidth(.7));
real alpha=10, x=-0.12, y=0.025, r=1/sqrt(3);
path hex=rotate(alpha)*polygon(6);
pair A = shift(x,y)*(r*dir(330+alpha)), B = shift(x,y)*(r*dir(90+alpha)), C = shift(x,y)*(r*dir(210+alpha));
pair X = (-A.x, -A.y), Y = (-B.x, -B.y), Z = (-C.x, -C.y);
int i;
pair[] H;
for(i=0; i<6; i=i+1) {
H[i] = dir(alpha+60*i);}
fill(X--Y--Z--cycle, rgb(204,255,255));
fill(H[5]--Y--Z--H[0]--cycle^^H[2]--H[3]--X--cycle, rgb(203,153,255));
fill(H[1]--Z--X--H[2]--cycle^^H[4]--H[5]--Y--cycle, rgb(255,203,153));
fill(H[3]--X--Y--H[4]--cycle^^H[0]--H[1]--Z--cycle, rgb(153,203,255));
draw(hex^^X--Y--Z--cycle);
draw(H[1]--B--H[2]^^H[3]--C--H[4]^^H[5]--A--H[0]^^A--B--C--cycle, linewidth(0.6)+linetype("5 5"));
draw(H[0]--Z--H[1]^^H[2]--X--H[3]^^H[4]--Y--H[5]);[/asy]
2006 AMC 12/AHSME, 21
Let
\[ S_1 \equal{} \{ (x,y)\ | \ \log_{10} (1 \plus{} x^2 \plus{} y^2)\le 1 \plus{} \log_{10}(x \plus{} y)\}
\]and
\[ S_2 \equal{} \{ (x,y)\ | \ \log_{10} (2 \plus{} x^2 \plus{} y^2)\le 2 \plus{} \log_{10}(x \plus{} y)\}.
\]What is the ratio of the area of $ S_2$ to the area of $ S_1$?
$ \textbf{(A) } 98\qquad \textbf{(B) } 99\qquad \textbf{(C) } 100\qquad \textbf{(D) } 101\qquad \textbf{(E) } 102$
2009 AMC 10, 9
Positive integers $ a$, $ b$, and $ 2009$, with $ a<b<2009$, form a geometric sequence with an integer ratio. What is $ a$?
$ \textbf{(A)}\ 7 \qquad
\textbf{(B)}\ 41 \qquad
\textbf{(C)}\ 49 \qquad
\textbf{(D)}\ 289 \qquad
\textbf{(E)}\ 2009$
1981 All Soviet Union Mathematical Olympiad, 318
The points $C_1, A_1, B_1$ belong to $[AB], [BC], [CA]$ sides, respectively, of the triangle $ABC$ .
$$\frac{|AC_1|}{|C_1B| }=\frac{ |BA_1|}{|A_1C| }= \frac{|CB_1|}{|B_1A| }= \frac{1}{3}$$
Prove that the perimeter $P$ of the triangle $ABC$ and the perimeter $p$ of the triangle $A_1B_1C_1$ , satisfy inequality $$\frac{P}{2} < p < \frac{3P}{4}$$
2003 Korea - Final Round, 2
Let $M$ be the intersection of two diagonal, $AC$ and $BD$, of a rhombus $ABCD$, where angle $A<90^\circ$. Construct $O$ on segment $MC$ so that $OB<OC$ and let $t=\frac{MA}{MO}$, provided that $O \neq M$. Construct a circle that has $O$ as centre and goes through $B$ and $D$. Let the intersections between the circle and $AB$ be $B$ and $X$. Let the intersections between the circle and $BC$ be $B$ and $Y$. Let the intersections of $AC$ with $DX$ and $DY$ be $P$ and $Q$, respectively. Express $\frac{OQ}{OP}$ in terms of $t$.