Found problems: 1679
2014-2015 SDML (High School), 10
A circle is inscribed in an equilateral triangle. Three nested sequences of circles are then constructed as follows: each circle touches the previous circle and has two edges of the triangle as tangents. This is represented by the figure below.
[asy]
import olympiad;
pair A, B, C;
A = dir(90);
B = dir(210);
C = dir(330);
draw(A--B--C--cycle);
draw(incircle(A,B,C));
draw(incircle(A,2/3*A+1/3*B,2/3*A+1/3*C));
draw(incircle(A,8/9*A+1/9*B,8/9*A+1/9*C));
draw(incircle(A,26/27*A+1/27*B,26/27*A+1/27*C));
draw(incircle(A,80/81*A+1/81*B,80/81*A+1/81*C));
draw(incircle(A,242/243*A+1/243*B,242/243*A+1/243*C));
draw(incircle(B,2/3*B+1/3*A,2/3*B+1/3*C));
draw(incircle(B,8/9*B+1/9*A,8/9*B+1/9*C));
draw(incircle(B,26/27*B+1/27*A,26/27*B+1/27*C));
draw(incircle(B,80/81*B+1/81*A,80/81*B+1/81*C));
draw(incircle(B,242/243*B+1/243*A,242/243*B+1/243*C));
draw(incircle(C,2/3*C+1/3*B,2/3*C+1/3*A));
draw(incircle(C,8/9*C+1/9*B,8/9*C+1/9*A));
draw(incircle(C,26/27*C+1/27*B,26/27*C+1/27*A));
draw(incircle(C,80/81*C+1/81*B,80/81*C+1/81*A));
draw(incircle(C,242/243*C+1/243*B,242/243*C+1/243*A));
[/asy]
What is the ratio of the area of the largest circle to the combined area of all the other circles?
$\text{(A) }\frac{8}{1}\qquad\text{(B) }\frac{8}{3}\qquad\text{(C) }\frac{9}{1}\qquad\text{(D) }\frac{9}{3}\qquad\text{(E) }\frac{10}{3}$
2007 International Zhautykov Olympiad, 3
Let $ABCDEF$ be a convex hexagon and it`s diagonals have one common point $M$. It is known that the circumcenters of triangles $MAB,MBC,MCD,MDE,MEF,MFA$ lie on a circle.
Show that the quadrilaterals $ABDE,BCEF,CDFA$ have equal areas.
2016 Nigerian Senior MO Round 2, Problem 9
$ABCD$ is a parallelogram, line $DF$ is drawn bisecting $BC$ at $E$ and meeting $AB$ (extended) at $F$ from vertex $C$. Line $CH$ is drawn bisecting side $AD$ at $G$ and meeting $AB$ (extended) at $H$. Lines $DF$ and $CH$ intersect at $I$. If the area of parallelogram $ABCD$ is $x$, find the area of triangle $HFI$ in terms of $x$.
2002 Korea Junior Math Olympiad, 3
For square $ABCD$, $M$ is a midpoint of segment $CD$ and $E$ is a point on $AD$ satisfying $\angle BEM = \angle MED$. $P$ is an intersection of $AM$, $BE$. Find the value of $\frac{PE}{BP}$
2010 Purple Comet Problems, 10
A baker uses $6\tfrac{2}{3}$ cups of flour when she prepares $\tfrac{5}{3}$ recipes of rolls. She will use $9\tfrac{3}{4}$ cups of flour when she prepares $\tfrac{m}{n}$ recipes of rolls where m and n are relatively prime positive integers. Find $m + n.$
1999 Baltic Way, 14
Let $ABC$ be an isosceles triangle with $AB=AC$. Points $D$ and $E$ lie on the sides $AB$ and $AC$, respectively. The line passing through $B$ and parallel to $AC$ meets the line $DE$ at $F$. The line passing through $C$ and parallel to $AB$ meets the line $DE$ at $G$. Prove that
\[\frac{[DBCG]}{[FBCE]}=\frac{AD}{DE} \]
2008 AMC 8, 23
In square $ABCE$, $AF=2FE$ and $CD=2DE$. What is the ratio of the area of $\triangle BFD$ to the area of square $ABCE$?
[asy]
size((100));
draw((0,0)--(9,0)--(9,9)--(0,9)--cycle);
draw((3,0)--(9,9)--(0,3)--cycle);
dot((3,0));
dot((0,3));
dot((9,9));
dot((0,0));
dot((9,0));
dot((0,9));
label("$A$", (0,9), NW);
label("$B$", (9,9), NE);
label("$C$", (9,0), SE);
label("$D$", (3,0), S);
label("$E$", (0,0), SW);
label("$F$", (0,3), W);
[/asy]
$ \textbf{(A)}\ \frac{1}{6}\qquad\textbf{(B)}\ \frac{2}{9}\qquad\textbf{(C)}\ \frac{5}{18}\qquad\textbf{(D)}\ \frac{1}{3}\qquad\textbf{(E)}\ \frac{7}{20} $
2019 AMC 12/AHSME, 1
The area of a pizza with radius $4$ inches is $N$ percent larger than the area of a pizza with radius $3$ inches. What is the integer closest to $N$?
$\textbf{(A) } 25 \qquad\textbf{(B) } 33 \qquad\textbf{(C) } 44\qquad\textbf{(D) } 66 \qquad\textbf{(E) } 78$
1996 All-Russian Olympiad, 5
Show that in the arithmetic progression with first term 1 and ratio 729, there are infinitely many powers of 10.
[i]L. Kuptsov[/i]
2000 AMC 12/AHSME, 24
If circular arcs $ AC$ and $ BC$ have centers at $ B$ and $ A$, respectively, then there exists a circle tangent to both $ \stackrel{\frown}{AC}$ and $ \stackrel{\frown}{BC}$, and to $ \overline{AB}$. If the length of $ \stackrel{\frown}{BC}$ is $ 12$, then the circumference of the circle is
[asy]unitsize(4cm);
defaultpen(fontsize(8pt)+linewidth(.8pt));
dotfactor=3;
pair O=(0,.375);
pair A=(-.5,0);
pair B=(.5,0);
pair C=shift(-.5,0)*dir(60);
draw(Arc(A,1,0,60));
draw(Arc(B,1,120,180));
draw(A--B);
draw(Circle(O,.375));
dot(A);
dot(B);
dot(C);
label("$A$",A,SW);
label("$B$",B,SE);
label("$C$",C,N);[/asy]$ \textbf{(A)}\ 24 \qquad \textbf{(B)}\ 25 \qquad \textbf{(C)}\ 26 \qquad \textbf{(D)}\ 27 \qquad \textbf{(E)}\ 28$
2007 AIME Problems, 15
Four circles $\omega,$ $\omega_{A},$ $\omega_{B},$ and $\omega_{C}$ with the same radius are drawn in the interior of triangle $ABC$ such that $\omega_{A}$ is tangent to sides $AB$ and $AC$, $\omega_{B}$ to $BC$ and $BA$, $\omega_{C}$ to $CA$ and $CB$, and $\omega$ is externally tangent to $\omega_{A},$ $\omega_{B},$ and $\omega_{C}$. If the sides of triangle $ABC$ are $13,$ $14,$ and $15,$ the radius of $\omega$ can be represented in the form $\frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m+n.$
2003 India Regional Mathematical Olympiad, 7
Consider the set $X$ = $\{ 1,2 \ldots 10 \}$ . Find two disjoint nonempty sunsets $A$ and $B$ of $X$ such that
a) $A \cup B = X$;
b) $\prod_{x\in A}x$ is divisible by $\prod_{x\in B}x$, where $\prod_{x\in C}x$ is the product of all numbers in $C$;
c) $\frac{ \prod\limits_{x\in A}x}{ \prod\limits_{x\in B}x}$ is as small as possible.
2014 Singapore Senior Math Olympiad, 1
In the triangle $ABC$, the excircle opposite to the vertex $A$ with centre $I$ touches the side BC at D. (The circle also touches the sides of $AB$, $AC$ extended.) Let $M$ be the midpoint of $BC$ and $N$ the midpoint of $AD$. Prove that $I,M,N$ are collinear.
2004 AIME Problems, 6
Three clever monkeys divide a pile of bananas. The first monkey takes some bananas from the pile, keeps three-fourths of them, and divides the rest equally between the other two. The second monkey takes some bananas from the pile, keeps one-fourth of them, and divides the rest equally between the other two. The third monkey takes the remaining bananas from the pile, keeps one-twelfth of them, and divides the rest equally between the other two. Given that each monkey receives a whole number of bananas whenever the bananas are divided, and the numbers of bananas the first, second, and third monkeys have at the end of the process are in the ratio $3: 2: 1$, what is the least possible total for the number of bananas?
1988 IMO Shortlist, 13
In a right-angled triangle $ ABC$ let $ AD$ be the altitude drawn to the hypotenuse and let the straight line joining the incentres of the triangles $ ABD, ACD$ intersect the sides $ AB, AC$ at the points $ K,L$ respectively. If $ E$ and $ E_1$ dnote the areas of triangles $ ABC$ and $ AKL$ respectively, show that
\[ \frac {E}{E_1} \geq 2.
\]
2008 Mathcenter Contest, 1
In a triangle $ABC$, the angle bisector at $A,B,C$ meet the opposite sides at $A_1,B_1,C_1$, respectively. Prove that if the quadrilateral $BA_1B_1C_1$ is cyclic, then
$$\frac{AC}{AB+BC}=\frac{AB}{AC+CB}+\frac{BC}{BA+AC}.$$
2013 Benelux, 3
Let $\triangle ABC$ be a triangle with circumcircle $\Gamma$, and let $I$ be the center of the incircle of $\triangle ABC$. The lines $AI$, $BI$ and $CI$ intersect $\Gamma$ in $D \ne A$, $E \ne B$ and $F \ne C$. The tangent lines to $\Gamma$ in $F$, $D$ and $E$ intersect the lines $AI$, $BI$ and $CI$ in $R$, $S$ and $T$, respectively. Prove that
\[\vert AR\vert \cdot \vert BS\vert \cdot \vert CT\vert = \vert ID\vert \cdot \vert IE\vert \cdot \vert IF\vert.\]
1965 AMC 12/AHSME, 8
One side of a given triangle is $ 18$ inches. Inside the triangle a line segment is drawn parallel to this side forming a trapezoid whose area is one-third of that of the triangle. The length of this segment, in inches, is:
$ \textbf{(A)}\ 6\sqrt {6} \qquad \textbf{(B)}\ 9\sqrt {2} \qquad \textbf{(C)}\ 12 \qquad \textbf{(D)}\ 6\sqrt {3} \qquad \textbf{(E)}\ 9$
2013 ELMO Shortlist, 7
Let $ABC$ be a triangle inscribed in circle $\omega$, and let the medians from $B$ and $C$ intersect $\omega$ at $D$ and $E$ respectively. Let $O_1$ be the center of the circle through $D$ tangent to $AC$ at $C$, and let $O_2$ be the center of the circle through $E$ tangent to $AB$ at $B$. Prove that $O_1$, $O_2$, and the nine-point center of $ABC$ are collinear.
[i]Proposed by Michael Kural[/i]
2018 BAMO, 5
To [i]dissect [/i] a polygon means to divide it into several regions by cutting along finitely many line segments. For example, the diagram below shows a dissection of a hexagon into two triangles and two quadrilaterals:
[img]https://cdn.artofproblemsolving.com/attachments/0/a/378e477bcbcec26fc90412c3eada855ae52b45.png[/img]
An [i]integer-ratio[/i] right triangle is a right triangle whose side lengths are in an integer ratio. For example, a triangle with sides $3,4,5$ is an[i] integer-ratio[/i] right triangle, and so is a triangle with sides $\frac52 \sqrt3 ,6\sqrt3, \frac{13}{2} \sqrt3$. On the other hand, the right triangle with sides$ \sqrt2 ,\sqrt5, \sqrt7$ is not an [i]integer-ratio[/i] right triangle. Determine, with proof, all integers $n$ for which it is possible to completely [i]dissect [/i] a regular $n$-sided polygon into [i]integer-ratio[/i] right triangles.
1996 AMC 12/AHSME, 15
Two opposite sides of a rectangle are each divided into $n$ congruent segments, and the endpoints of one segment are joined to the center to form triangle $A$. The other sides are each divided into $m$ congruent segments, and the endpoints of one of these segments are joined to the center to form triangle $B$. [See figure for $n = 5, m = 7$.] What is the ratio of the area of triangle $A$ to the area of triangle $B$?
[asy]
int i;
for(i=0; i<8; i=i+1) {
dot((i,0)^^(i,5));
}
for(i=1; i<5; i=i+1) {
dot((0,i)^^(7,i));
}
draw(origin--(7,0)--(7,5)--(0,5)--cycle, linewidth(0.8));
pair P=(3.5, 2.5);
draw((0,4)--P--(0,3)^^(2,0)--P--(3,0));
label("$B$", (2.3,0), NE);
label("$A$", (0,3.7), SE);[/asy]
$\text{(A)} \ 1 \qquad \text{(B)} \ m/n \qquad \text{(C)} \ n/m \qquad \text{(D)} \ 2m/n \qquad \text{(E)} \ 2n/m$
2004 AIME Problems, 11
A solid in the shape of a right circular cone is 4 inches tall and its base has a 3-inch radius. The entire surface of the cone, including its base, is painted. A plane parallel to the base of the cone divides the cone into two solids, a smaller cone-shaped solid $C$ and a frustum-shaped solid $F$, in such a way that the ratio between the areas of the painted surfaces of $C$ and $F$ and the ratio between the volumes of $C$ and $F$ are both equal to $k$. Given that $k=m/n$, where $m$ and $n$ are relatively prime positive integers, find $m+n$.
2003 Oral Moscow Geometry Olympiad, 2
In a convex quadrilateral $ABCD$, $\angle ABC = 90^o$ , $\angle BAC = \angle CAD$, $AC = AD, DH$ is the alltitude of the triangle $ACD$. In what ratio does the line $BH$ divide the segment $CD$?
1999 Harvard-MIT Mathematics Tournament, 4
Find all possible values of $\dfrac{d}{a}$ where $a^2-6ad+8d^2=0$, $a\neq 0$.
2003 Canada National Olympiad, 4
Prove that when three circles share the same chord $AB$, every line through $A$ different from $AB$ determines the same ratio $X Y : Y Z$, where $X$ is an arbitrary point different from $B$ on the first circle while $Y$ and $Z$ are the points where AX intersects the other two circles (labeled so that $Y$ is between $X$ and $Z$).