Found problems: 2008
PEN A Problems, 7
Let $n$ be a positive integer such that $2+2\sqrt{28n^2 +1}$ is an integer. Show that $2+2\sqrt{28n^2 +1}$ is the square of an integer.
1979 AMC 12/AHSME, 22
Find the number of pairs $(m, n)$ of integers which satisfy the equation $m^3 + 6m^2 + 5m = 27n^3 + 9n^2 + 9n + 1$.
$\textbf{(A) }0\qquad\textbf{(B) }1\qquad\textbf{(C) }3\qquad\textbf{(D) }9\qquad\textbf{(E) }\text{infinitely many}$
2011 ELMO Problems, 5
Let $p>13$ be a prime of the form $2q+1$, where $q$ is prime. Find the number of ordered pairs of integers $(m,n)$ such that $0\le m<n<p-1$ and
\[3^m+(-12)^m\equiv 3^n+(-12)^n\pmod{p}.\]
[i]Alex Zhu.[/i]
[hide="Note"]The original version asked for the number of solutions to $2^m+3^m\equiv 2^n+3^n\pmod{p}$ (still $0\le m<n<p-1$), where $p$ is a Fermat prime.[/hide]
1995 AIME Problems, 2
Find the last three digits of the product of the positive roots of \[ \sqrt{1995}x^{\log_{1995}x}=x^2. \]
2015 USA Team Selection Test, 2
Prove that for every $n\in \mathbb N$, there exists a set $S$ of $n$ positive integers such that for any two distinct $a,b\in S$, $a-b$ divides $a$ and $b$ but none of the other elements of $S$.
[i]Proposed by Iurie Boreico[/i]
2005 National Olympiad First Round, 2
Let $a_1, a_2, \dots, a_n$ be positive integers such that none of them is a multiple of $5$. What is the largest integer $n<2005$, such that $a_1^4 + a_2^4 + \cdots + a_n^4$ is divisible by $5$?
$
\textbf{(A)}\ 2000
\qquad\textbf{(B)}\ 2001
\qquad\textbf{(C)}\ 2002
\qquad\textbf{(D)}\ 2003
\qquad\textbf{(E)}\ 2004
$
1989 IMO Shortlist, 11
Define sequence $ (a_n)$ by $ \sum_{d|n} a_d \equal{} 2^n.$ Show that $ n|a_n.$
1985 IMO Longlists, 10
Let $m$ boxes be given, with some balls in each box. Let $n < m$ be a given integer. The following operation is performed: choose $n$ of the boxes and put $1$ ball in each of them. Prove:
[i](a) [/i]If $m$ and $n$ are relatively prime, then it is possible, by performing the operation a finite number of times, to arrive at the situation that all the boxes contain an equal number of balls.
[i](b)[/i] If $m$ and $n$ are not relatively prime, there exist initial distributions of balls in the boxes such that an equal distribution is not possible to achieve.
2007 IMO Shortlist, 2
Let $b,n > 1$ be integers. Suppose that for each $k > 1$ there exists an integer $a_k$ such that $b - a^n_k$ is divisible by $k$. Prove that $b = A^n$ for some integer $A$.
[i]Author: Dan Brown, Canada[/i]
2004 China National Olympiad, 2
Let $c$ be a positive integer. Consider the sequence $x_1,x_2,\ldots$ which satisfies $x_1=c$ and, for $n\ge 2$,
\[x_n=x_{n-1}+\left\lfloor\frac{2x_{n-1}-(n+2)}{n}\right\rfloor+1\]
where $\lfloor x\rfloor$ denotes the largest integer not greater than $x$. Determine an expression for $x_n$ in terms of $n$ and $c$.
[i]Huang Yumin[/i]
2001 Greece National Olympiad, 2
Prove that there are no positive integers $a,b$ such that $(15a +b)(a +15b)$ is a power of $3.$
2007 IMO Shortlist, 5
Find all surjective functions $ f: \mathbb{N} \to \mathbb{N}$ such that for every $ m,n \in \mathbb{N}$ and every prime $ p,$ the number $ f(m + n)$ is divisible by $ p$ if and only if $ f(m) + f(n)$ is divisible by $ p$.
[i]Author: Mohsen Jamaali and Nima Ahmadi Pour Anari, Iran[/i]
2006 All-Russian Olympiad, 2
If an integer $a > 1$ is given such that $\left(a-1\right)^3+a^3+\left(a+1\right)^3$ is the cube of an integer, then show that $4\mid a$.
2000 Spain Mathematical Olympiad, 1
Find the largest integer $N$ satisfying the following two conditions:
[b](i)[/b] $\left[ \frac N3 \right]$ consists of three equal digits;
[b](ii)[/b] $\left[ \frac N3 \right] = 1 + 2 + 3 +\cdots + n$ for some positive integer $n.$
PEN H Problems, 33
Does there exist an integer such that its cube is equal to $3n^2 +3n+7$, where $n$ is integer?
2009 AMC 10, 13
As shown below, convex pentagon $ ABCDE$ has sides $ AB \equal{} 3$, $ BC \equal{} 4$, $ CD \equal{} 6$, $ DE \equal{} 3$, and $ EA \equal{} 7$. The pentagon is originally positioned in the plane with vertex $ A$ at the origin and vertex $ B$ on the positive $ x$-axis. The pentagon is then rolled clockwise to the right along the $ x$-axis. Which side will touch the point $ x \equal{} 2009$ on the $ x$-axis?
[asy]size(250);
defaultpen(linewidth(.8pt)+fontsize(8pt));
dotfactor=4;
pair A=(0,0), Ep=7*dir(105), B=3*dir(0);
pair D=Ep+B;
pair C=intersectionpoints(Circle(D,6),Circle(B,4))[1];
pair[] ds={A,B,C,D,Ep};
dot(ds);
draw(B--C--D--Ep--A);
draw((6,6)..(8,4)..(8,3),EndArrow(3));
xaxis("$x$",-8,14,EndArrow(3));
label("$E$",Ep,NW);
label("$D$",D,NE);
label("$C$",C,E);
label("$B$",B+(.2,.1),ENE);
label("$A$",A+(-.1,.1),WNW);
label("$(0,0)$",A,S);
label("$3$",midpoint(A--B),N);
label("$4$",midpoint(B--C),NW);
label("$6$",midpoint(C--D),NE);
label("$3$",midpoint(D--Ep),S);
label("$7$",midpoint(Ep--A),W);[/asy]$ \textbf{(A)}\ \overline{AB} \qquad \textbf{(B)}\ \overline{BC} \qquad \textbf{(C)}\ \overline{CD} \qquad \textbf{(D)}\ \overline{DE} \qquad \textbf{(E)}\ \overline{EA}$
1987 IMO Longlists, 44
Let $\theta_1,\theta_2,\cdots,\theta_n$ be $n$ real numbers such that $\sin \theta_1+\sin \theta_2+\cdots+\sin \theta_n=0$. Prove that
\[|\sin \theta_1+2 \sin \theta_2+\cdots +n \sin \theta_n| \leq \left[ \frac{n^2}{4} \right]\]
1989 IberoAmerican, 3
Show that the equation $2x^2-3x=3y^2$ has infinitely many solutions in positive integers.
2010 All-Russian Olympiad, 4
Given is a natural number $n \geq 3$. What is the smallest possible value of $k$ if the following statements are true?
For every $n$ points $ A_i = (x_i, y_i) $ on a plane, where no three points are collinear, and for any real numbers $ c_i$ ($1 \le i \le n$) there exists such polynomial $P(x, y)$, the degree of which is no more than $k$, where $ P(x_i, y_i) = c_i $ for every $i = 1, \dots, n$.
(The degree of a nonzero monomial $ a_{i,j} x^{i}y^{j} $ is $i+j$, while the degree of polynomial $P(x, y)$ is the greatest degree of the degrees of its monomials.)
2018 PUMaC Number Theory A, 8
Let $p$ be a prime. Let $f(x)$ be the number of ordered pairs $(a, b)$ of positive integers less than $p$, such that $a^b \equiv x \pmod p$. Suppose that there do not exist positive integers $x$ and $y$, both less than $p$, such that $f(x) = 2f(y)$, and that the maximum value of $f$ is greater than $2018$. Find the smallest possible value of $p$.
2009 Baltic Way, 7
Suppose that for a prime number $p$ and integers $a,b,c$ the following holds:
\[6\mid p+1,\quad p\mid a+b+c,\quad p\mid a^4+b^4+c^4.\]
Prove that $p\mid a,b,c$.
2004 Romania Team Selection Test, 5
A circular disk is partitioned into $ 2n$ equal sectors by $ n$ straight lines through its center. Then, these $ 2n$ sectors are colored in such a way that exactly $ n$ of the sectors are colored in blue, and the other $ n$ sectors are colored in red. We number the red sectors with numbers from $ 1$ to $ n$ in counter-clockwise direction (starting at some of these red sectors), and then we number the blue sectors with numbers from $ 1$ to $ n$ in clockwise direction (starting at some of these blue sectors).
Prove that one can find a half-disk which contains sectors numbered with all the numbers from $ 1$ to $ n$ (in some order). (In other words, prove that one can find $ n$ consecutive sectors which are numbered by all numbers $ 1$, $ 2$, ..., $ n$ in some order.)
[hide="Problem 8 from CWMO 2007"]$ n$ white and $ n$ black balls are placed at random on the circumference of a circle.Starting from a certain white ball,number all white balls in a clockwise direction by $ 1,2,\dots,n$. Likewise number all black balls by $ 1,2,\dots,n$ in anti-clockwise direction starting from a certain black ball.Prove that there exists a chain of $ n$ balls whose collection of numbering forms the set $ \{1,2,3\dots,n\}$.[/hide]
2005 QEDMO 1st, 11 (Z3)
Let $a,b,c$ be positive integers such that $a^2+b^2+c^2$ is divisble by $a+b+c$.
Prove that at least two of the numbers $a^3,b^3,c^3$ leave the same remainder by division through $a+b+c$.
1993 Irish Math Olympiad, 1
Show that among any five points $ P_1,...,P_5$ with integer coordinates in the plane, there exists at least one pair $ (P_i,P_j)$, with $ i \not\equal{} j$ such that the segment $ P_i P_j$ contains a point $ Q$ with integer coordinates other than $ P_i, P_j$.
2008 Federal Competition For Advanced Students, Part 2, 1
Determine all functions $ f$ mapping the set of positive integers to the set of non-negative integers satisfying the following conditions:
(1) $ f(mn) \equal{} f(m)\plus{}f(n)$,
(2) $ f(2008) \equal{} 0$, and
(3) $ f(n) \equal{} 0$ for all $ n \equiv 39\pmod {2008}$.