Found problems: 85335
2009 Ukraine National Mathematical Olympiad, 4
Find all polynomials $P(x)$ with real coefficients such that for all pairwise distinct positive integers $x, y, z, t$ with $x^2 + y^2 + z^2 = 2t^2$ and $\gcd(x, y, z, t ) = 1,$ the following equality holds
\[2P^2(t ) + 2P(xy + yz + zx) = P^2(x + y + z) .\]
[b]Note.[/b] $P^2(k)=\left( P(k) \right)^2.$
2002 Iran MO (3rd Round), 22
15000 years ago Tilif ministry in Persia decided to define a code for $n\geq2$ cities. Each code is a sequence of $0,1$ such that no code start with another code. We know that from $2^{m}$ calls from foreign countries to Persia $2^{m-a_{i}}$ of them where from the $i$-th city (So $\sum_{i=1}^{n}\frac1{2^{a_{i}}}=1$). Let $l_{i}$ be length of code assigned to $i$-th city. Prove that $\sum_{i=1}^{n}\frac{l_{i}}{2^{i}}$ is minimum iff $\forall i,\ l_{i}=a_{i}$
2012 German National Olympiad, 1
Define a sequence $(a_n)$ by $a_0 =-4 , a_1 =-7$ and $a_{n+2}= 5a_{n+1} -6a_n$ for $n\geq 0.$ Prove that there are infinitely many positive integers $n$ such that $a_n$ is composite.
Indonesia MO Shortlist - geometry, g8
Given a circle centered at point $O$, with $AB$ as the diameter. Point $C$ lies on the extension of line $AB$ so that $B$ lies between $A$ and $C$, and the line through $C$ intersects the circle at points $D$ and $E$ (where $D$ lies between $C$ and $E$). $OF$ is the diameter of the circumcircle of triangle $OBD$, and the extension of the line $CF$ intersects the circumcircle of triangle $OBD$ at point $G$. Prove that the points $O, A, E, G$ lie on a circle.
1992 IMO Longlists, 82
Let $f(x) = x^m + a_1x^{m-1} + \cdots+ a_{m-1}x + a_m$ and $g(x) = x^n + b_1x^{n-1} + \cdots + b_{n-1}x + b_n$ be two polynomials with real coefficients such that for each real number $x, f(x)$ is the square of an integer if and only if so is $g(x)$. Prove that if $n +m > 0$, then there exists a polynomial $h(x)$ with real coefficients such that $f(x) \cdot g(x) = (h(x))^2.$
[hide="Remark."]Remark. The original problem stated $g(x) = x^n + b_1x^{n-1} + \cdots + {\color{red}{ b_{n-1}}} + b_n$, but I think the right form of the problem is what I wrote.[/hide]
1991 All Soviet Union Mathematical Olympiad, 535
Find all integers $a, b, c, d$ such that $$\begin{cases} ab - 2cd = 3 \\ ac + bd = 1\end{cases}$$
2024 Malaysian IMO Training Camp, 4
Fix a real polynomial $P$ with degree at least $1$, and a real number $c$. Prove that there exist a real number $k$ such that for all reals $a$ and $b$, $$P(a)+P(b)=c \quad \Rightarrow \quad |a+b|<k$$
[i]Proposed by Wong Jer Ren[/i]
1954 AMC 12/AHSME, 9
A point $ P$ is outside a circle and is $ 13$ inches from the center. A secant from $ P$ cuts the circle at $ Q$ and $ R$ so that the external segment of the secant $ PQ$ is $ 9$ inches and $ QR$ is $ 7$ inches. The radius of the circle is:
$ \textbf{(A)}\ 3" \qquad \textbf{(B)}\ 4" \qquad \textbf{(C)}\ 5" \qquad \textbf{(D)}\ 6" \qquad \textbf{(E)}\ 7"$
2023 AMC 12/AHSME, 17
Triangle $ABC$ has side lengths in arithmetic progression, and the smallest side has length $6.$ If the triangle has an angle of $120^\circ,$ what is the area of $ABC$?
$\textbf{(A)}\ 12\sqrt 3 \qquad\textbf{(B)}\ 8\sqrt 6 \qquad\textbf{(C)}\ 14\sqrt 2 \qquad\textbf{(D)}\ 20\sqrt 2 \qquad\textbf{(E)}\ 15\sqrt 3$
Novosibirsk Oral Geo Oly IX, 2016.6
An arbitrary point $M$ inside an equilateral triangle $ABC$ was connected to vertices. Prove that on each side the triangle can be selected one point at a time so that the distances between them would be equal to $AM, BM, CM$.
2020 BMT Fall, Tie 2
Quadrilateral $ABCD$ is cyclic with $AB = CD = 6$. Given that $AC = BD = 8$ and $AD+3 = BC$, the area of $ABCD$ can be written in the form $\frac{p\sqrt{q}}{r}$, where $p, q$, and $ r$ are positive integers such that $p$ and $ r$ are relatively prime and that $q$ is square-free. Compute $p + q + r$.
Gheorghe Țițeica 2024, P2
Find all monotonic and twice differentiable functions $f:\mathbb{R}\rightarrow\mathbb{R}$ such that $$f''+4f+3f^2+8f^3=0.$$
1995 AMC 12/AHSME, 24
There exist positive integers $A,B$ and $C$, with no common factor greater than $1$, such that \[A \log_{200} 5 + B \log_{200} 2 = C. \] What is $A+B+C$?
$\textbf{(A)}\ 6 \qquad
\textbf{(B)}\ 7\qquad
\textbf{(C)}\ 8 \qquad
\textbf{(D)}\ 9 \qquad
\textbf{(E)}\ 10$
2010 Today's Calculation Of Integral, 595
Evaluate $\int_{-\frac{\pi}{3}}^{\frac{\pi}{6}} \left|\frac{4\sin x}{\sqrt{3}\cos x-\sin x}\right|dx.$
2009 Kumamoto University entrance exam/Medicine
2018 CMIMC CS, 2
Consider the natural implementation of computing Fibonacci numbers:
\begin{tabular}{l}
1: \textbf{FUNCTION} $\text{FIB}(n)$: \\
2:$\qquad$ \textbf{IF} $n = 0$ \textbf{OR} $n = 1$ \textbf{RETURN} 1 \\
3:$\qquad$ \textbf{RETURN} $\text{FIB}(n-1) + \text{FIB}(n-2)$
\end{tabular}
When $\text{FIB}(10)$ is evaluated, how many recursive calls to $\text{FIB}$ occur?
2018 Malaysia National Olympiad, A4
Given a regular octagon $ABCDEFGH$ with side length $3$. By drawing the four diagonals $AF$, $BE$, $CH$, and $DG$, the octagon is divided into a square, four triangles, and four rectangles. Find the sum of the areas of the square and the four triangles.
Ukraine Correspondence MO - geometry, 2015.11
Let $ABC$ be an non- isosceles triangle, $H_a$, $H_b$, and $H_c$ be the feet of the altitudes drawn from the vertices $A, B$, and $C$, respectively, and $M_a$, $M_b$, and $M_c$ be the midpoints of the sides $BC$, $CA$, and $AB$, respectively. The circumscribed circles of triangles $AH_bH_c$ and $AM_bM_c$ intersect for second time at point $A'$. The circumscribed circles of triangles $BH_cH_a$ and $BM_cM_a$ intersect for second time at point $B'$. The circumscribed circles of triangles $CH_aH_b$ and $CM_aM_b$ intersect for second time at point $C'$. Prove that points $A', B'$ and $C'$ lie on the same line.
2017 Romania National Olympiad, 3
In the square $ABCD$ denote by $M$ the midpoint of the side $[AB]$, with $P$ the projection of point $B$ on the line $CM$ and with $N$ the midpoint of the segment $[CP]$, Bisector of the angle $DAN$ intersects the line $DP$ at point $Q$. Show that the quadrilateral $BMQN$ is a parallelogram.
2023 Middle European Mathematical Olympiad, 2
If $a, b, c, d>0$ and $abcd=1$, show that $$\frac{ab+1}{a+1}+\frac{bc+1}{b+1}+\frac{cd+1}{c+1}+\frac{da+1}{d+1} \geq 4. $$ When does equality hold?
2018 Germany Team Selection Test, 3
In triangle $ABC$, let $\omega$ be the excircle opposite to $A$. Let $D, E$ and $F$ be the points where $\omega$ is tangent to $BC, CA$, and $AB$, respectively. The circle $AEF$ intersects line $BC$ at $P$ and $Q$. Let $M$ be the midpoint of $AD$. Prove that the circle $MPQ$ is tangent to $\omega$.
2023 Malaysia IMONST 2, 2
Ivan bought $50$ cats consisting of five different breeds. He records the number of cats of each breed and after multiplying these five numbers he obtains the number $100000$. How many cats of each breed does he have?
1987 AMC 12/AHSME, 15
If $(x, y)$ is a solution to the system
\[ xy=6 \qquad \text{and} \qquad x^2y+xy^2+x+y=63, \]
find $x^2+y^2.$
$ \textbf{(A)}\ 13 \qquad\textbf{(B)}\ \frac{1173}{32} \qquad\textbf{(C)}\ 55 \qquad\textbf{(D)}\ 69 \qquad\textbf{(E)}\ 81 $
2017 ASDAN Math Tournament, 10
Alice lives on a continent with $6$ countries labeled $1$ through $6$. Each country randomly chooses one other country to allow entry from. Alice can travel to any country that allows entry from the country she is currently in, and can travel along a path through multiple countries in this manner. If Alice starts in county $1$, what is the expected number of countries that she can reach (including country $1$)?
2019 International Zhautykov OIympiad, 2
Find the biggest real number $C$, such that for every different positive real numbers $a_1,a_2...a_{2019}$ that satisfy inequality :
$\frac{a_1}{|a_2-a_3|} + \frac{a_2}{|a_3-a_4|} + ... + \frac{a_{2019}}{|a_1-a_2|} > C$
2019 Taiwan APMO Preliminary Test, P6
Let $\mathbb{N}$ denote the set of all positive integers.Function $f:\mathbb{N}\cup{0}\rightarrow\mathbb{N}\cup{0}$ satisfies :for any two distinct positive integer $a,b$, we have $$f(a)+f(b)-f(a+b)=2019$$
(1)Find $f(0)$
(2)Let $a_1,a_2,...,a_{100}$ be 100 positive integers (they are pairwise distinct), find $f(a_1)+f(a_2)+...+f(a_{100})-f(a_1+a_2+...+a_{100})$