This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND
OR
NO

Found problems: 230

Let $\phi(n)$ denote the number of positive integers less than or equal to $n$ that are coprime to $n$. Find the sum of all $1<n<100$ such that $\phi(n)\mid n$.
Suppose $\triangle ABC$ has circumcircle $\Gamma$, circumcentre $O$ and orthocentre $H$. Parallel lines $\alpha, \beta, \gamma$ are drawn through the vertices $A, B, C$, respectively. Let $\alpha ', \beta ', \gamma '$ be the reflections of $\alpha, \beta, \gamma$ in the sides $BC, CA, AB$, respectively. $(a)$ Show that $\alpha ', \beta ', \gamma '$ are concurrent if and only if $\alpha, \beta, \gamma$ are parallel to the Euler line $OH$. $(b)$ Suppose that $\alpha ', \beta ' , \gamma '$ are concurrent at the point $P$ . Show that $\Gamma$ bisects $OP$ .
Let $a_1,a_2 \dots a_n$ and $x_1, x_2 \dots x_n$ be integers and $r\geq 2$ be an integer. It is known that \[\sum_{j=0}^{n} a_j x_j^k =0 \qquad \text{for} \quad k=1,2, \dots r.\] Prove that \[\sum_{j=0}^{n} a_j x_j^m \equiv 0 \pmod m, \qquad \text{for all}\quad m \in \{ r+1, r+2, \cdots, 2r+1 \}.\]
Let $AA_1$ and $BB_1$ be the altitudes of an acute-angled, non-isosceles triangle $ABC$. Also, let $A_0$ and $B_0$ be the midpoints of its sides $BC$ and $CA$, respectively. The line $A_1B_1$ intersects the line $A_0B_0$ at a point $C'$. Prove that the line $CC'$ is perpendicular to the Euler line of the triangle $ABC$ (this is the line that joins the orthocenter and the circumcenter of the triangle $ABC$).
Suppose $H$ and $O$ are orthocenter and circumcenter of triangle $ABC$. $\omega$ is circumcircle of $ABC$. $AO$ intersects with $\omega$ at $A_1$. $A_1H$ intersects with $\omega$ at $A'$ and $A''$ is the intersection point of $\omega$ and $AH$. We define points $B',\ B'',\ C'$ and $C''$ similiarly. Prove that $A'A'',B'B''$ and $C'C''$ are concurrent in a point on the Euler line of triangle $ABC$.
Let $ABC$ be a triangle with all angles $\leq 120^{\circ}$. Let $F$ be the Fermat point of triangle $ABC$, that is, the interior point of $ABC$ such that $\angle AFB = \angle BFC = \angle CFA = 120^\circ$. For each one of the three triangles $BFC$, $CFA$ and $AFB$, draw its Euler line - that is, the line connecting its circumcenter and its centroid. Prove that these three Euler lines pass through one common point. [i]Remark.[/i] The Fermat point $F$ is also known as the [b]first Fermat point[/b] or the [b]first Toricelli point[/b] of triangle $ABC$. [i]Floor van Lamoen[/i]
Find the last three digits of the number $2003^{{2002}^{2001}}$.
The vertices of two acute-angled triangles lie on the same circle. The Euler circle (nine-point circle) of one of the triangles passes through the midpoints of two sides of the other triangle. Prove that the triangles have the same Euler circle. EDIT by pohoatza (in concordance with Luis' PS): [hide=Alternate/initial version ]Let $ABC$ be a triangle with circumcenter $\Gamma$ and nine-point center $\gamma$. Let $X$ be a point on $\Gamma$ and let $Y$, $Z$ be on $\Gamma$ so that the midpoints of segments $XY$ and $XZ$ are on $\gamma$. Prove that the midpoint of $YZ$ is on $\gamma$.[/hide]
Given a finite tree $ T$ and isomorphism $ f: T\rightarrow T$. Prove that either there exist a vertex $ a$ such that $ f(a)\equal{}a$ or there exist two neighbor vertices $ a$, $ b$ such that $ f(a)\equal{}b$, $ f(b)\equal{}a$.
Show that, for any fixed integer $\,n \geq 1,\,$ the sequence \[2, \; 2^{2}, \; 2^{2^{2}}, \; 2^{2^{2^{2}}}, \cdots \pmod{n}\] is eventually constant.
Unit cubes are made into beads by drilling a hole through them along a diagonal. The beads are put on a string in such a way that they can move freely in space under the restriction that the vertices of two neighboring cubes are touching. Let $ A$ be the beginning vertex and $ B$ be the end vertex. Let there be $ p \times q \times r$ cubes on the string $ (p, q, r \geq 1).$ [i](a)[/i] Determine for which values of $ p, q,$ and $ r$ it is possible to build a block with dimensions $ p, q,$ and $ r.$ Give reasons for your answers. [i](b)[/i] The same question as (a) with the extra condition that $ A \equal{} B.$
Given positive integer $ n > 1$ and define \[ S \equal{} \{1,2,\dots,n\}. \] Suppose \[ T \equal{} \{t \in S: \gcd(t,n) \equal{} 1\}. \] Let $ A$ be arbitrary non-empty subset of $ A$ such thar for all $ x,y \in A$, we have $ (xy\mod n) \in A$. Prove that the number of elements of $ A$ divides $ \phi(n)$. ($ \phi(n)$ is Euler-Phi function)
There are four lines in the plane, no three concurrent, no two parallel, and no three forming an equilateral triangle. If one of them is parallel to the Euler line of the triangle formed by the other three lines, prove that a similar statement holds for each of the other lines.
Let $h$ be a positive integer. The sequence $a_n$ is defined by $a_0 = 1$ and \[a_{n+1} = \{\begin{array}{c} \frac{a_n}{2} \text{ if } a_n \text{ is even }\\\\a_n+h \text{ otherwise }.\end{array}\] For example, $h = 27$ yields $a_1=28, a_2 = 14, a_3 = 7, a_4 = 34$ etc. For which $h$ is there an $n > 0$ with $a_n = 1$?
Let $P$ be an interior point of triangle $ABC$ and extend lines from the vertices through $P$ to the opposite sides. Let $a$, $b$, $c$, and $d$ denote the lengths of the segments indicated in the figure. Find the product $abc$ if $a + b + c = 43$ and $d = 3$. [asy] size(200); defaultpen(fontsize(10)); pair A=origin, B=(14,0), C=(9,12), D=midpoint(B--C), E=midpoint(A--C), F=midpoint(A--B), P=centroid(A,B,C); draw(D--A--B--C--A^^B--E^^C--F); dot(A^^B^^C^^P); label("$a$", P--A, dir(-90)*dir(P--A)); label("$b$", P--B, dir(90)*dir(P--B)); label("$c$", P--C, dir(90)*dir(P--C)); label("$d$", P--D, dir(90)*dir(P--D)); label("$d$", P--E, dir(-90)*dir(P--E)); label("$d$", P--F, dir(-90)*dir(P--F)); label("$A$", A, SW); label("$B$", B, SE); label("$C$", C, N); label("$P$", P, 1.8*dir(285));[/asy]
Let $n$ be a positive integer, and let $A_{n}$ be the the set of all positive integers $a\le n$ such that $n|a^{n}+1$. a) Find all $n$ such that $A_{n}\neq \emptyset$ b) Find all $n$ such that $|{A_{n}}|$ is even and non-zero. c) Is there $n$ such that $|{A_{n}}| = 130$?
Let $m$ and $n$ be positive integers such that $2^n+3^m$ is divisible by $5$. Prove that $2^m+3^n$ is divisible by $5$.
At Euler Middle School, $198$ students voted on two issues in a school referendum with the following results: $149$ voted in favor of the first issue and $119$ voted in favor of the second issue. If there were exactly $29$ students who voted against both issues, how many students voted in favor of both issues? $\textbf{(A) }49\qquad\textbf{(B) }70\qquad\textbf{(C) }79\qquad\textbf{(D) }99\qquad \textbf{(E) }149$
In a non-equilateral acute-angled triangle $ABC$ with $\angle C = 60^\circ$, $U$ is the circumcenter, $H$ the orthocenter and $D$ the intersection of $AH$ and $BC$. Prove that the Euler line $HU$ bisects the angle $BHD$.
Let $ABC$ be an acute angled triangle satisfying the conditions $AB>BC$ and $AC>BC$. Denote by $O$ and $H$ the circumcentre and orthocentre, respectively, of the triangle $ABC.$ Suppose that the circumcircle of the triangle $AHC$ intersects the line $AB$ at $M$ different from $A$, and the circumcircle of the triangle $AHB$ intersects the line $AC$ at $N$ different from $A.$ Prove that the circumcentre of the triangle $MNH$ lies on the line $OH$.
In the triangle $ABC$ let $B'$ and $C'$ be the midpoints of the sides $AC$ and $AB$ respectively and $H$ the foot of the altitude passing through the vertex $A$. Prove that the circumcircles of the triangles $AB'C'$,$BC'H$, and $B'CH$ have a common point $I$ and that the line $HI$ passes through the midpoint of the segment $B'C'.$
Let $\leftarrow$ denote the left arrow key on a standard keyboard. If one opens a text editor and types the keys "ab$\leftarrow$ cd $\leftarrow \leftarrow$ e $\leftarrow \leftarrow$ f", the result is "faecdb". We say that a string $B$ is [i]reachable[/i] from a string $A$ if it is possible to insert some amount of $\leftarrow$'s in $A$, such that typing the resulting characters produces $B$. So, our example shows that "faecdb" is reachable from "abcdef". Prove that for any two strings $A$ and $B$, $A$ is reachable from $B$ if and only if $B$ is reachable from $A$.
Consider a convex quadrilateral \(ABCD\) with \(AC > BD\). In the plane of this quadrilateral, points \(M\) and \(N\) are chosen such that triangles \(ABM\) and \(CDN\) are equilateral, and segments \(MD\) and \(NA\) intersect lines \(AB\) and \(CD\) respectively. Similarly, points \(P\) and \(Q\) are chosen such that triangles \(ADP\) and \(BCQ\) are equilateral, but here segments \(PB\) and \(QA\) do not intersect lines \(AD\) and \(BC\) respectively. Prove that \(MN = AC + BD\) if and only if \(PQ = AC - BD\). [i]Proposed by Zaza Meliqidze, Georgia [/i]
Let $H$, $I$, $O$ be the orthocenter, incenter and circumcenter of a triangle. Show that $2 \cdot IO \geq IH$. When does the equality hold ?
Show that for any positive integer $m$, there exists a positive integer $n$ so that in the decimal representations of the numbers $5^{m}$ and $5^{n}$, the representation of $5^{n}$ ends in the representation of $5^{m}$.