Found problems: 85335
2019 Denmark MO - Mohr Contest, 5
In the figure below the triangles $BCD, CAE$ and $ABF$ are equilateral, and the triangle $ABC$ is right-angled with $\angle A = 90^o$. Prove that $|AD| = |EF|$.
[img]https://1.bp.blogspot.com/-QMMhRdej1x8/XzP18QbsXOI/AAAAAAAAMUI/n53OsE8rwZcjB_zpKUXWXq6bg3o8GUfSwCLcBGAsYHQ/s0/2019%2Bmohr%2Bp5.png[/img]
2017 China Team Selection Test, 6
A plane has no vertex of a regular dodecahedron on it,try to find out how many edges at most may the plane intersect the regular dodecahedron?
2003 AMC 8, 25
In the figure, the area of square WXYZ is $25 \text{cm}^2$. The four smaller squares have sides 1 cm long, either parallel to or coinciding with the sides of the large square. In $\Delta ABC$, $AB = AC$, and when $\Delta ABC$ is folded over side BC, point A coincides with O, the center of square WXYZ. What is the area of $\Delta ABC$, in square centimeters?
[asy]
defaultpen(fontsize(8));
size(225);
pair Z=origin, W=(0,10), X=(10,10), Y=(10,0), O=(5,5), B=(-4,8), C=(-4,2), A=(-13,5);
draw((-4,0)--Y--X--(-4,10)--cycle);
draw((0,-2)--(0,12)--(-2,12)--(-2,8)--B--A--C--(-2,2)--(-2,-2)--cycle);
dot(O);
label("$A$", A, NW);
label("$O$", O, NE);
label("$B$", B, SW);
label("$C$", C, NW);
label("$W$",W , NE);
label("$X$", X, N);
label("$Y$", Y, N);
label("$Z$", Z, SE);
[/asy]
$ \textbf{(A)}\ \frac{15}4\qquad\textbf{(B)}\ \frac{21}4\qquad\textbf{(C)}\ \frac{27}4\qquad\textbf{(D)}\ \frac{21}2\qquad\textbf{(E)}\ \frac{27}2$
1983 IMO Longlists, 10
Which of the numbers $1, 2, \ldots , 1983$ has the largest number of divisors?
1967 AMC 12/AHSME, 25
For every odd number $p>1$ we have:
$\textbf{(A)}\ (p-1)^{\frac{1}{2}(p-1)}-1 \; \text{is divisible by} \; p-2\qquad
\textbf{(B)}\ (p-1)^{\frac{1}{2}(p-1)}+1 \; \text{is divisible by} \; p\\
\textbf{(C)}\ (p-1)^{\frac{1}{2}(p-1)} \; \text{is divisible by} \; p\qquad
\textbf{(D)}\ (p-1)^{\frac{1}{2}(p-1)}+1 \; \text{is divisible by} \; p+1\\
\textbf{(E)}\ (p-1)^{\frac{1}{2}(p-1)}-1 \; \text{is divisible by} \; p-1$
2008 Gheorghe Vranceanu, 1
Find the $ \mathcal{C}^1 $ class functions $ f:[0,1]\longrightarrow\mathbb{R} $ satisfying the following three clauses:
$ \text{(i) } f(0)=0 $
$ \text{(ii) } \text{Im} f'\subset (0,1] $
$ \text{(iii) }F(1)-\frac{\left( f(1) \right)^3}{3} =F(0)=0, $ where $ F $ is a primitive of $ f. $
2015 China Girls Math Olympiad, 4
Let $g(n)$ be the greatest common divisor of $n$ and $2015$. Find the number of triples $(a,b,c)$ which satisfies the following two conditions:
$1)$ $a,b,c \in$ {$1,2,...,2015$};
$2)$ $g(a),g(b),g(c),g(a+b),g(b+c),g(c+a),g(a+b+c)$ are pairwise distinct.
2024 Taiwan TST Round 3, 1
Let $ABC$ and $A'B'C'$ be two triangles so that the midpoints of $\overline{AA'}, \overline{BB'}, \overline{CC'}$ form a triangle as well. Suppose that for any point $X$ on the circumcircle of $ABC$, there exists exactly one point $X'$ on the circumcircle of $A'B'C'$ so that the midpoints of $\overline{AA'}, \overline{BB'}, \overline{CC'}$ and $\overline{XX'}$ are concyclic. Show that $ABC$ is similar to $A'B'C'$.
[i]Proposed by usjl[/i]
2016 Junior Regional Olympiad - FBH, 2
Which fraction is bigger: $\frac{5553}{5557}$ or $\frac{6664}{6669}$ ?
2016 Silk Road, 4
Let $P(n)$ be the number of ways to split a natural number $n$ to the sum of powers of two, when the order does not matter. For example $P(5) = 4$, as $5=4+1=2+2+1=2+1+1+1=1+1+1+1+1$. Prove that for any natural the identity $P(n) + (-1)^{a_1} P(n-1) + (-1)^{a_2} P(n-2) + \ldots + (-1)^{a_{n-1}}
P(1) + (-1)^{a_n} = 0,$ is true, where $a_k$ is the number of units in the binary number record $k$ .
[url=http://matol.kz/comments/2720/show]source[/url]
2015 India Regional MathematicaI Olympiad, 4
Find all three digit natural numbers of the form $(abc)_{10}$ such that $(abc)_{10}$, $(bca)_{10}$ and $(cab)_{10}$ are in geometric progression. (Here $(abc)_{10}$ is representation in base $10$.)
2016 India Regional Mathematical Olympiad, 5
Let $ABC$ be a right angled triangle with $\angle B=90^{\circ}$. Let $AD$ be the bisector of angle $A$ with $D$ on $BC$ . Let the circumcircle of triangle $ACD$ intersect $AB$ again at $E$; and let the circumcircle of triangle $ABD$ intersect $AC$ again at $F$ . Let $K$ be the reflection of $E$ in the line $BC$ . Prove that $FK = BC$.
2015 Harvard-MIT Mathematics Tournament, 1
Let $R$ be the rectangle in the Cartesian plane with vertices at $(0,0)$, $(2,0)$, $(2,1)$, and $(0,1)$. $R$ can be divided into two unit squares, as shown. [asy]size(120); defaultpen(linewidth(0.7));
draw(origin--(2,0)--(2,1)--(0,1)--cycle^^(1,0)--(1,1));[/asy] Pro selects a point $P$ at random in the interior of $R$. Find the probability that the line through $P$ with slope $\frac{1}{2}$ will pass through both unit squares.
2023 Indonesia TST, 2
Let $n > 3$ be a positive integer. Suppose that $n$ children are arranged in a circle, and $n$ coins are distributed between them (some children may have no coins). At every step, a child with at least 2 coins may give 1 coin to each of their immediate neighbors on the right and left. Determine all initial distributions of the coins from which it is possible that, after a finite number of steps, each child has exactly one coin.
May Olympiad L1 - geometry, 2015.3
In the quadrilateral $ABCD$, we have $\angle C$ is triple of $\angle A$, let $P$ be a point in the side $AB$ such that
$\angle DPA = 90º$ and let $Q$ be a point in the segment $DA$ where $\angle BQA = 90º$ the segments $DP$ and $CQ$ intersects in $O$ such that $BO = CO = DO$, find $\angle A$ and $\angle C$.
2016 Thailand TSTST, 1
Find all polynomials $P\in\mathbb{Z}[x]$ such that $$|P(x)-x|\leq x^2+1$$ for all real numbers $x$.
2012 Thailand Mathematical Olympiad, 5
Determine all functions $f : R \to R$ satisfying $f(f(x) + xf(y))= 3f(x) + 4xy$ for all real numbers $x,y$.
1997 China Team Selection Test, 1
Find all real-coefficient polynomials $f(x)$ which satisfy the following conditions:
[b]i.[/b] $f(x) = a_0 x^{2n} + a_2 x^{2n - 2} + \cdots + a_{2n - 2}
x^2 + a_{2n}, a_0 > 0$;
[b]ii.[/b] $\sum_{j=0}^n a_{2j} a_{2n - 2j} \leq \left(
\begin{array}{c}
2n\\
n\end{array} \right) a_0 a_{2n}$;
[b]iii.[/b] All the roots of $f(x)$ are imaginary numbers with no real part.
2010 District Olympiad, 2
Let $n$ be an integer, $n \ge 2$. Find the remainder of the division of the number $n(n + 1)(n + 2)$ by $n - 1$.
2023 Euler Olympiad, Round 2, 5
Find the smallest constant M, so that for any real numbers $a_1, a_2, \dots a_{2023} \in [4, 6]$ and $b_1, b_2, \dots b_{2023} \in [9, 12] $ following inequality holds:
$$ \sqrt{a_1^2 + a_2^2 + \dots + a_{2023}^2} \cdot \sqrt{b_1^2 + b_2^2 + \dots + b_{2023}^2} \leq M \cdot \left ( a_1 b_1 + a_2 b_2 + \dots + a_{2023} b_{2023} \right) $$
[i]Proposed by Zaza Meliqidze, Georgia[/i]
1963 IMO, 3
In an $n$-gon $A_{1}A_{2}\ldots A_{n}$, all of whose interior angles are equal, the lengths of consecutive sides satisfy the relation
\[a_{1}\geq a_{2}\geq \dots \geq a_{n}. \]
Prove that $a_{1}=a_{2}= \ldots= a_{n}$.
2016 Czech-Polish-Slovak Match, 2
Let $m,n > 2$ be even integers. Consider a board of size $m \times n$ whose every cell is colored either black or white. The Guesser does not see the coloring of the board but may ask the Oracle some questions about it. In particular, she may inquire about two adjacent cells (sharing an edge) and the Oracle discloses whether the two adjacent cells have the same color or not. The Guesser eventually wants to find the parity of the number of adjacent cell-pairs whose colors are different. What is the minimum number of inquiries the Guesser needs to make so that she is guaranteed to find her answer?(Czech Republic)
2010 Iran MO (3rd Round), 5
prove that if $p$ is a prime number such that $p=12k+\{2,3,5,7,8,11\}$($k \in \mathbb N \cup \{0\}$), there exist a field with $p^2$ elements.($\frac{100}{6}$ points)
2024 AMC 8 -, 2
What is the value of this expression in decimal form?
\[\dfrac{44}{11}+\dfrac{110}{44}+\dfrac{44}{1100}\]
$\textbf{(A) }6.4\qquad\textbf{(B) }6.504\qquad\textbf{(C) }6.54\qquad\textbf{(D) }6.9\qquad\textbf{(E) }6.94$
1992 AMC 12/AHSME, 18
The increasing sequence of positive integers $a_{1},a_{2},a_{3},\ldots$ has the property that $a_{n+2} = a_{n} + a_{n+1}$ for all $n \ge 1$. If $a_{7} = 120$, then $a_{8}$ is
$ \textbf{(A)}\ 128\qquad\textbf{(B)}\ 168\qquad\textbf{(C)}\ 193\qquad\textbf{(D)}\ 194\qquad\textbf{(E)}\ 210 $