Found problems: 85335
1986 IMO Longlists, 47
Let $A,B$ be adjacent vertices of a regular $n$-gon ($n\ge5$) with center $O$. A triangle $XYZ$, which is congruent to and initially coincides with $OAB$, moves in the plane in such a way that $Y$ and $Z$ each trace out the whole boundary of the polygon, with $X$ remaining inside the polygon. Find the locus of $X$.
2009 Thailand Mathematical Olympiad, 10
Let $p > 5$ be a prime. Suppose that $$\frac{1}{2^2} + \frac{1}{4^2}+ \frac{1}{6^2}+ ...+ \frac{1}{(p -1)^2} =\frac{a}{b}$$ where $a/b$ is a fraction in lowest terms. Show that $p | a$.
2016 Spain Mathematical Olympiad, 3
In the circumscircle of a triangle $ABC$, let $A_1$ be the point diametrically opposed to the vertex $A$. Let $A'$ the intersection point of $AA'$ and $BC$. The perpendicular to the line $AA'$ from $A'$ meets the sides $AB$ and $AC$ at $M$ and $N$, respectively. Prove that the points $A,M,A_1$ and $N$ lie on a circle which has the center on the height from $A$ of the triangle $ABC$.
2000 District Olympiad (Hunedoara), 4
Consider the pyramid $ VABCD, $ where $ V $ is the top and $ ABCD $ is a rectangular base. If $ \angle BVD = \angle AVC, $ then prove that the triangles $ VAC $ and $ VBD $ share the same perimeter and area.
2014 Chile National Olympiad, 6
Prove that for every set of $2n$ lines in the plane, such that there are no two parallel lines, there are two lines that divide the plane into four quadrants such that in each quadrant the number of unbounded regions is equal to $n$.
[asy]
unitsize(1cm);
pair[] A, B;
pair P, Q, R, S;
A[1] = (0,5.2);
B[1] = (6.1,0);
A[2] = (1.5,5.5);
B[2] = (3.5,0);
A[3] = (6.8,5.5);
B[3] = (1,0);
A[4] = (7,4.5);
B[4] = (0,4);
P = extension(A[2],B[2],A[4],B[4]);
Q = extension(A[3],B[3],A[4],B[4]);
R = extension(A[1],B[1],A[2],B[2]);
S = extension(A[1],B[1],A[3],B[3]);
fill(P--Q--S--R--cycle, palered);
fill(A[4]--(7,0)--B[1]--S--Q--cycle, paleblue);
draw(A[1]--B[1]);
draw(A[2]--B[2]);
draw(A[3]--B[3]);
draw(A[4]--B[4]);
label("Bounded region", (3.5,3.7), fontsize(8));
label("Unbounded region", (5.4,2.5), fontsize(8));
[/asy]
1987 China Team Selection Test, 3
Let $r_1=2$ and $r_n = \prod^{n-1}_{k=1} r_i + 1$, $n \geq 2.$ Prove that among all sets of positive integers such that $\sum^{n}_{k=1} \frac{1}{a_i} < 1,$ the partial sequences $r_1,r_2, ... , r_n$ are the one that gets nearer to 1.
2009 Postal Coaching, 5
Find all real polynomials $P(x)$ such that for every four distinct natural numbers $a, b, c, d$ such that $a^2 + b^2 + c^2 = 2d^2$ with $gcd(a, b, c, d) = 1$ the following equality holds:
$$2(P(d))^2 + 2P(ab + bc + ca) = (P(a + b + c))^2$$
.
1999 Vietnam Team Selection Test, 1
Let an odd prime $p$ be a given number satisfying $2^h \neq 1 \pmod{p}$ for all $h < p-1, h \in \mathbb{N}^{*},$ and an even integer $a \in \left(\frac{p}{2},p \right).$ Let us consider the sequence $\{a_n\}^{\infty}_{n=0}$ defined by $a_0 = a$ and $a_{n+1} = p - b_n$ for $n = 0, 1, 2, \ldots$, where $b_n$ is the greatest odd divisor of $a_n.$ Show that $\{a_n\}$ is periodical and find its least positive period.
2012 Cono Sur Olympiad, 4
4. Find the biggest positive integer $n$, lesser thar $2012$, that has the following property:
If $p$ is a prime divisor of $n$, then $p^2 - 1$ is a divisor of $n$.
1997 AIME Problems, 3
Sarah intended to multiply a two-digit number and a three-digit number, but she left out the multiplication sign and simply placed the two-digit number to the left of the three-digit number, thereby forming a five-digit number. This number is exactly nine times the product Sarah should have obtained. What is the sum of the two-digit number and the three-digit number?