Found problems: 701
2014 Baltic Way, 12
Triangle $ABC$ is given. Let $M$ be the midpoint of the segment $AB$ and $T$ be the midpoint of the arc $BC$ not containing $A$ of the circumcircle of $ABC.$ The point $K$ inside the triangle $ABC$ is such that $MATK$ is an isosceles trapezoid with $AT\parallel MK.$ Show that $AK = KC.$
2008 AMC 12/AHSME, 23
The sum of the base-$ 10$ logarithms of the divisors of $ 10^n$ is $ 792$. What is $ n$?
$ \textbf{(A)}\ 11\qquad
\textbf{(B)}\ 12\qquad
\textbf{(C)}\ 13\qquad
\textbf{(D)}\ 14\qquad
\textbf{(E)}\ 15$
2012 AMC 10, 11
A dessert chef prepares the dessert for every day of a week starting with Sunday. The dessert each day is either cake, pie, ice cream, or pudding. The same dessert may not be served two days in a row. There must be cake on Friday because of a birthday. How many different dessert menus for the week are possible?
$ \textbf{(A)}\ 729\qquad\textbf{(B)}\ 972\qquad\textbf{(C)}\ 1024\qquad\textbf{(D)}\ 2187\qquad\textbf{(E)}\ 2304 $
2008 Sharygin Geometry Olympiad, 15
(M.Volchkevich, 9--11) Given two circles and point $ P$ not lying on them. Draw a line through $ P$ which cuts chords of equal length from these circles.
2012 USA TSTST, 1
Find all infinite sequences $a_1, a_2, \ldots$ of positive integers satisfying the following properties:
(a) $a_1 < a_2 < a_3 < \cdots$,
(b) there are no positive integers $i$, $j$, $k$, not necessarily distinct, such that $a_i+a_j=a_k$,
(c) there are infinitely many $k$ such that $a_k = 2k-1$.
2007 Today's Calculation Of Integral, 176
Let $f_{n}(x)=\sum_{k=1}^{n}\frac{\sin kx}{\sqrt{k(k+1)}}.$
Find $\lim_{n\to\infty}\int_{0}^{2\pi}\{f_{n}(x)\}^{2}dx.$
1990 IMO Longlists, 13
Six cities $A, B, C, D, E$, and $F$ are located on the vertices of a regular hexagon in that order. $G$ is the center of the hexagon. The sides of the hexagon are the roads connecting these cities. Further more, there are roads connecting cities $B, C, E, F$ and $G$, respectively. Because of raining, one or more roads maybe destroyed. The probability of the road keeping undestroyed between two consecutive cities is $p$. Determine the probability of the road between cities $A$ and $D$ is undestroyed.
1993 Canada National Olympiad, 3
In triangle $ABC,$ the medians to the sides $\overline{AB}$ and $\overline{AC}$ are perpendicular. Prove that $\cot B+\cot C\ge \frac23.$
2005 Bulgaria National Olympiad, 6
Let $a,b$ and $c$ be positive integers such that $ab$ divides $c(c^{2}-c+1)$ and $a+b$ is divisible by $c^{2}+1$.
Prove that the sets $\{a,b\}$ and $\{c,c^{2}-c+1\}$ coincide.
ICMC 5, 3
A set of points has [i]point symmetry[/i] if a reflection in some point maps the set to itself. Let $\cal P$ be a solid convex polyhedron whose orthogonal projections onto any plane have point symmetry. Prove that $\cal P$ has point symmetry.
[i]Proposed by Ethan Tan[/i]
1999 USAMO, 6
Let $ABCD$ be an isosceles trapezoid with $AB \parallel CD$. The inscribed circle $\omega$ of triangle $BCD$ meets $CD$ at $E$. Let $F$ be a point on the (internal) angle bisector of $\angle DAC$ such that $EF \perp CD$. Let the circumscribed circle of triangle $ACF$ meet line $CD$ at $C$ and $G$. Prove that the triangle $AFG$ is isosceles.
2006 India IMO Training Camp, 1
Find all triples $(a,b,c)$ such that $a,b,c$ are integers in the set $\{2000,2001,\ldots,3000\}$ satisfying $a^2+b^2=c^2$ and $\text{gcd}(a,b,c)=1$.
2021 AMC 10 Fall, 20
In a particular game, each of $4$ players rolls a standard $6{ }$-sided die. The winner is the player who rolls the highest number. If there is a tie for the highest roll, those involved in the tie will roll again and this process will continue until one player wins. Hugo is one of the players in this game. What is the probability that Hugo's first roll was a $5,$ given that he won the game?
$(\textbf{A})\: \frac{61}{216}\qquad(\textbf{B}) \: \frac{367}{1296}\qquad(\textbf{C}) \: \frac{41}{144}\qquad(\textbf{D}) \: \frac{185}{648}\qquad(\textbf{E}) \: \frac{11}{36}$
2014 AMC 10, 16
In rectangle $ABCD$, $AB=1$, $BC=2$, and points $E$, $F$, and $G$ are midpoints of $\overline{BC}$, $\overline{CD}$, and $\overline{AD}$, respectively. Point $H$ is the midpoint of $\overline{GE}$. What is the area of the shaded region?
[asy]
import graph;
size(9cm);
pen dps = fontsize(10); defaultpen(dps);
pair D = (0,0);
pair F = (1/2,0);
pair C = (1,0);
pair G = (0,1);
pair E = (1,1);
pair A = (0,2);
pair B = (1,2);
pair H = (1/2,1);
// do not look
pair X = (1/3,2/3);
pair Y = (2/3,2/3);
draw(A--B--C--D--cycle);
draw(G--E);
draw(A--F--B);
draw(D--H--C);
filldraw(H--X--F--Y--cycle,grey);
label("$A$",A,NW);
label("$B$",B,NE);
label("$C$",C,SE);
label("$D$",D,SW);
label("$E$",E,E);
label("$F$",F,S);
label("$G$",G,W);
label("$H$",H,N);
label("$\displaystyle\frac12$",(0.25,0),S);
label("$\displaystyle\frac12$",(0.75,0),S);
label("$1$",(1,0.5),E);
label("$1$",(1,1.5),E);
[/asy]
$ \textbf{(A)}\ \dfrac1{12}\qquad\textbf{(B)}\ \dfrac{\sqrt3}{18}\qquad\textbf{(C)}\ \dfrac{\sqrt2}{12}\qquad\textbf{(D)}\ \dfrac{\sqrt3}{12}\qquad\textbf{(E)}\ \dfrac16 $
2013 ELMO Shortlist, 6
A $4\times4$ grid has its 16 cells colored arbitrarily in three colors. A [i]swap[/i] is an exchange between the colors of two cells. Prove or disprove that it always takes at most three swaps to produce a line of symmetry, regardless of the grid's initial coloring.
[i]Proposed by Matthew Babbitt[/i]
2007 AIME Problems, 13
A square pyramid with base $ABCD$ and vertex $E$ has eight edges of length 4. A plane passes through the midpoints of $\overline{AE}$, $\overline{BC}$, and $\overline{CD}$. The plane's intersection with the pyramid has an area that can be expressed as $\sqrt{p}$. Find $p$.
2020 Israel Olympic Revenge, P1
Find all functions $f:\mathbb{R}\to \mathbb{R}$ such that for all $x,y\in \mathbb{R}$ one has
\[f(f(x)+y)=f(x+f(y))\]
and in addition the set $f^{-1}(a)=\{b\in \mathbb{R}\mid f(b)=a\}$ is a finite set for all $a\in \mathbb{R}$.
2005 Flanders Junior Olympiad, 2
Starting with two points A and B, some circles and points are constructed as shown in
the figure:[list][*]the circle with centre A through B
[*]the circle with centre B through A
[*]the circle with centre C through A
[*]the circle with centre D through B
[*]the circle with centre E through A
[*]the circle with centre F through A
[*]the circle with centre G through A[/list]
[i][size=75](I think the wording is not very rigorous, you should assume intersections from the drawing)[/size][/i]
Show that $M$ is the midpoint of $AB$.
[img]https://cdn.artofproblemsolving.com/attachments/d/4/2352ab21cc19549f0381e88ddde9dce4299c2e.png[/img]
2003 AMC 12-AHSME, 10
Several figures can be made by attaching two equilateral triangles to the regular pentagon $ ABCDE$ in two of the five positions shown. How many non-congruent figures can be constructed in this way?
[asy]unitsize(2cm);
pair A=dir(306);
pair B=dir(234);
pair C=dir(162);
pair D=dir(90);
pair E=dir(18);
draw(A--B--C--D--E--cycle,linewidth(.8pt));
draw(E--rotate(60,D)*E--D--rotate(60,C)*D--C--rotate(60,B)*C--B--rotate(60,A)*B--A--rotate(60,E)*A--cycle,linetype("4 4"));
label("$A$",A,SE);
label("$B$",B,SW);
label("$C$",C,WNW);
label("$D$",D,N);
label("$E$",E,ENE);[/asy]$ \textbf{(A)}\ 1 \qquad
\textbf{(B)}\ 2 \qquad
\textbf{(C)}\ 3 \qquad
\textbf{(D)}\ 4 \qquad
\textbf{(E)}\ 5$
1982 IMO Longlists, 45
Let $ABCD$ be a convex quadrilateral and draw regular triangles $ABM, CDP, BCN, ADQ$, the first two outward and the other two inward. Prove that $MN = AC$. What can be said about the quadrilateral $MNPQ$?
2011 Costa Rica - Final Round, 1
Let $ABC$ be a triangle with orthocenter $H$. Let $P,Q,R$ be the reflections of $H$ with respect to sides $BC,AC,AB$, respectively. Show that $H$ is incenter of $PQR$.
2003 AIME Problems, 14
Let $A=(0,0)$ and $B=(b,2)$ be points on the coordinate plane. Let $ABCDEF$ be a convex equilateral hexagon such that $\angle FAB=120^\circ,$ $\overline{AB}\parallel \overline{DE},$ $\overline{BC}\parallel \overline{EF,}$ $\overline{CD}\parallel \overline{FA},$ and the y-coordinates of its vertices are distinct elements of the set $\{0,2,4,6,8,10\}.$ The area of the hexagon can be written in the form $m\sqrt{n},$ where $m$ and $n$ are positive integers and n is not divisible by the square of any prime. Find $m+n.$
2011 Macedonia National Olympiad, 2
Acute-angled $~$ $\triangle{ABC}$ $~$ is given. A line $~$ $l$ $~$ parallel to side $~$ $AB$ $~$ passing through vertex $~$ $C$ $~$ is drawn. Let the angle bisectors of $~$ $\angle{BAC}$ $~$ and $~$ $\angle{ABC}$ $~$ intersect the sides $~$ $BC$ and $~$ $AC$ at points $~$ $D$ $~$ and $~$ $F$, and line $~$ $l$ $~$ at points $~$ $E$ $~$ and $~$ $G$ $~$ respectively. Prove that if $~$ $\overline{DE}=\overline{GF}$ $~$ then $~$ $\overline{AC}=\overline{BC}\, .$
2014 Vietnam National Olympiad, 1
Given a circle $(O)$ and two fixed points $B,C$ on $(O),$ and an arbitrary point $A$ on $(O)$ such that the triangle $ABC$ is acute. $M$ lies on ray $AB,$ $N$ lies on ray $AC$ such that $MA=MC$ and $NA=NB.$ Let $P$ be the intersection of $(AMN)$ and $(ABC),$ $P\ne A.$ $MN$ intersects $BC$ at $Q.$
a) Prove that $A,P,Q$ are collinear.
b) $D$ is the midpoint of $BC.$ Let $K$ be the intersection of $(M,MA)$ and $(N,NA),$ $K\ne A.$ $d$ is the line passing through $A$ and perpendicular to $AK.$ $E$ is the intersection of $d$ and $BC.$ $(ADE)$ intersects $(O)$ at $F,$ $F\ne A.$ Prove that $AF$ passes through a fixed point.
1987 IMO Longlists, 19
How many words with $n$ digits can be formed from the alphabet $\{0, 1, 2, 3, 4\}$, if neighboring digits must differ by exactly one?
[i]Proposed by Germany, FR.[/i]