Found problems: 15460
PEN E Problems, 35
There exists a block of $1000$ consecutive positive integers containing no prime numbers, namely, $1001!+2$, $1001!+3$, $\cdots$, $1001!+1001$. Does there exist a block of $1000$ consecutive positive integers containing exactly five prime numbers?
2010 ELMO Shortlist, 5
Find the set $S$ of primes such that $p \in S$ if and only if there exists an integer $x$ such that $x^{2010} + x^{2009} + \cdots + 1 \equiv p^{2010} \pmod{p^{2011}}$.
[i]Brian Hamrick.[/i]
2014 Online Math Open Problems, 20
Let $n = 2188 = 3^7+1$ and let $A_0^{(0)}, A_1^{(0)}, ..., A_{n-1}^{(0)}$ be the vertices of a regular $n$-gon (in that order) with center $O$ . For $i = 1, 2, \dots, 7$ and $j=0,1,\dots,n-1$, let $A_j^{(i)}$ denote the centroid of the triangle \[ \triangle A_j^{(i-1)} A_{j+3^{7-i}}^{(i-1)} A_{j+2 \cdot 3^{7-i}}^{(i-1)}. \] Here the subscripts are taken modulo $n$. If \[ \frac{|OA_{2014}^{(7)}|}{|OA_{2014}^{(0)}|} = \frac{p}{q} \] for relatively prime positive integers $p$ and $q$, find $p+q$.
[i]Proposed by Yang Liu[/i]
2007 Alexandru Myller, 2
Let be a natural number $ a\ge 2. $ Prove that for any choice of primes which has the property that none of them divides any of the numbers $ N_n=1+a+a^2+a^3+\cdots +a^{2n} , $ with natural $ n, $ there is another prime not among this choice which doesn't divide any of the numbers $ N_n. $
1941 Moscow Mathematical Olympiad, 085
Prove that the remainder after division of the square of any prime $p > 3$ by $12$ is equal to $1$.
2016 Cono Sur Olympiad, 1
Let $\overline{abcd}$ be one of the 9999 numbers $0001, 0002, 0003, \ldots, 9998, 9999$. Let $\overline{abcd}$ be an [i]special[/i] number if $ab-cd$ and $ab+cd$ are perfect squares, $ab-cd$ divides $ab+cd$ and also $ab+cd$ divides $abcd$. For example 2016 is special. Find all the $\overline{abcd}$ special numbers.
[b]Note:[/b] If $\overline{abcd}=0206$, then $ab=02$ and $cd=06$.
2022 Regional Olympiad of Mexico West, 1
Find a subset of $\{1,2, ...,2022\}$ with maximum number of elements such that it does not have two elements $a$ and $b$ such that $a = b + d$ for some divisor $d$ of $b$.
2024 Turkey MO (2nd Round), 3
For all $n\ge2$ positive integer, let $f(n)$ denote the product of all distinct prime divisors of $n$. For example, $f(5)=5$, $f(8)=2$, and $f(12)=6$. Given a sequence ${a_n}$, where $a_1\ge2$, defined as follows:
$$a_{n+1}=a_n+f(a_n)$$
Show that for any prime $p$, there exists a term $a_k$ in the sequence such that $p|a_k$.
2012 NIMO Problems, 5
A number is called [i]purple[/i] if it can be expressed in the form $\frac{1}{2^a 5^b}$ for positive integers $a > b$. The sum of all purple numbers can be expressed as $\frac{a}{b}$ for relatively prime positive integers $a, b$. Compute $100a + b$.
[i]Proposed by Eugene Chen[/i]
2017 Thailand TSTST, 1
1.1 Let $f(A)$ denote the difference between the maximum value and the minimum value of a set $A$. Find the sum of $f(A)$ as $A$ ranges over the subsets of $\{1, 2, \dots, n\}$.
1.2 All cells of an $8 × 8$ board are initially white. A move consists of flipping the color (white to black or vice versa) of cells in a $1\times 3$ or $3\times 1$ rectangle. Determine whether there is a finite sequence of moves resulting in the state where all $64$ cells are black.
1.3 Prove that for all positive integers $m$, there exists a positive integer $n$ such that the set $\{n, n + 1, n + 2, \dots , 3n\}$ contains exactly $m$ perfect squares.
2025 AIME, 6
Circle $\omega_1$ with radius $6$ centered at point $A$ is internally tangent at point $B$ to circle $\omega_2$ with radius $15$. Points $C$ and $D$ lie on $\omega_2$ such that $\overline{BC}$ is a diameter of $\omega_2$ and $\overline{BC} \perp \overline{AD}$. The rectangle $EFGH$ is inscribed in $\omega_1$ such that $\overline{EF} \perp \overline{BC}$, $C$ is closer to $\overline{GH}$ than to $\overline{EF}$, and $D$ is closer to $\overline{FG}$ than to $\overline{EH}$, as shown. Triangles $\triangle DGF$ and $\triangle CHG$ have equal areas. The area of rectangle $EFGH$ is $\frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.
[asy]
size(5cm);
defaultpen(fontsize(10pt));
pair A = (9, 0), B = (15, 0), C = (-15, 0), D = (9, 12), E = (9+12/sqrt(5), -6/sqrt(5)), F = (9+12/sqrt(5), 6/sqrt(5)), G = (9-12/sqrt(5), 6/sqrt(5)), H = (9-12/sqrt(5), -6/sqrt(5));
filldraw(G--H--C--cycle, lightgray);
filldraw(D--G--F--cycle, lightgray);
draw(B--C);
draw(A--D);
draw(E--F--G--H--cycle);
draw(circle(origin, 15));
draw(circle(A, 6));
dot(A);
dot(B);
dot(C);
dot(D);
dot(E);
dot(F);
dot(G);
dot(H);
label("$A$", A, (.8, -.8));
label("$B$", B, (.8, 0));
label("$C$", C, (-.8, 0));
label("$D$", D, (.4, .8));
label("$E$", E, (.8, -.8));
label("$F$", F, (.8, .8));
label("$G$", G, (-.8, .8));
label("$H$", H, (-.8, -.8));
label("$\omega_1$", (9, -5));
label("$\omega_2$", (-1, -13.5));
[/asy]
1998 Hungary-Israel Binational, 3
Let $ a, b, c, m, n$ be positive integers. Consider the trinomial $ f (x) = ax^{2}+bx+c$. Show that there exist $ n$ consecutive natural numbers $ a_{1}, a_{2}, . . . , a_{n}$ such that each of the numbers $ f (a_{1}), f (a_{2}), . . . , f (a_{n})$ has at least $ m$ different prime factors.
2022 Cono Sur, 3
Prove that for every positive integer $n$ there exists a positive integer $k$, such that each of the numbers $k, k^2, \dots, k^n$ have at least one block of $2022$ in their decimal representation.
For example, the numbers 4[b]2022[/b]13 and 544[b]2022[/b]1[b]2022[/b] have at least one block of $2022$ in their decimal representation.
2018 Purple Comet Problems, 8
Let $a$ and $b$ be positive integers such that $2a - 9b + 18ab = 2018$. Find $b - a$.
2007 Baltic Way, 19
Let $r$ and $k$ be positive integers such that all prime divisors of $r$ are greater than $50$.
A positive integer, whose decimal representation (without leading zeroes) has at least $k$ digits, will be called [i]nice[/i] if every sequence of $k$ consecutive digits of this decimal representation forms a number (possibly with leading zeroes) which is a multiple of $r$.
Prove that if there exist infinitely many nice numbers, then the number $10^k-1$ is nice as well.
2020 Mexico National Olympiad, 1
A set of five different positive integers is called [i]virtual[/i] if the greatest common divisor of any three of its elements is greater than $1$, but the greatest common divisor of any four of its elements is equal to $1$. Prove that, in any virtual set, the product of its elements has at least $2020$ distinct positive divisors.
[i]Proposed by Víctor Almendra[/i]
1993 IberoAmerican, 3
Two nonnegative integers $a$ and $b$ are [i]tuanis[/i] if the decimal expression of $a+b$ contains only $0$ and $1$ as digits. Let $A$ and $B$ be two infinite sets of non negative integers such that $B$ is the set of all the [i]tuanis[/i] numbers to elements of the set $A$ and $A$ the set of all the [i]tuanis[/i] numbers to elements of the set $B$. Show that in at least one of the sets $A$ and $B$ there is an infinite number of pairs $(x,y)$ such that $x-y=1$.
2011 Dutch IMO TST, 1
Find all pairs $(x, y)$ of integers that satisfy $x^2 + y^2 + 3^3 = 456\sqrt{x - y}$.
2004 Switzerland Team Selection Test, 2
Find the largest natural number $n$ for which $4^{995} +4^{1500} +4^n$ is a square.
2024 Korea Junior Math Olympiad, 1
Find the number of distinct positive integer pairs $(x, y, z)$ that
$$\frac{1}{x+1}+\frac{1}{y+2}+\frac{1}{z+3}=\frac{11}{12}$$
2011 ELMO Shortlist, 3
Let $n>1$ be a fixed positive integer, and call an $n$-tuple $(a_1,a_2,\ldots,a_n)$ of integers greater than $1$ [i]good[/i] if and only if $a_i\Big|\left(\frac{a_1a_2\cdots a_n}{a_i}-1\right)$ for $i=1,2,\ldots,n$. Prove that there are finitely many good $n$-tuples.
[i]Mitchell Lee.[/i]
2003 Hong kong National Olympiad, 4
Find all integer numbers $a,b,c$ such that $\frac{(a+b)(b+c)(c+a)}{2}+(a+b+c)^{3}=1-abc$.
2021 Princeton University Math Competition, 10
Determine the number of pairs $(a, b)$, where $1 \le a \le b \le 100$ are positive integers, so that $\frac{a^3+b^3}{a^2+b^2}$ is an integer.
2017-IMOC, N2
On the blackboard, there are $K$ blanks. Alice decides $N$ values of blanks $(0-9)$ and then Bob determines the remaining digits. Find the largest possible integer $N$ such that Bob can guarantee to make the final number isn't a power of an integer.
Maryland University HSMC part II, 1999
[b]p1.[/b] Twelve tables are set up in a row for a Millenium party. You want to put $2000$ cupcakes on the tables so that the numbers of cupcakes on adjacent tables always differ by one (for example, if the $5$th table has $20$ cupcakes, then the $4$th table has either $19$ or $21$ cupcakes, and the $6$th table has either $19$ or $21$ cupcakes).
a) Find a way to do this.
b) Suppose a Y2K bug eats one of the cupcakes, so you have only $1999$ cupcakes. Show that it is impossible to arrange the cupcakes on the tables according to the above conditions.
[b]p2.[/b] Let $P$ and $Q$ lie on the hypotenuse $AB$ of the right triangle $CAB$ so that $|AP|=|PQ|=|QB|=|AB|/3$. Suppose that $|CP|^2+|CQ|^2=5$. Prove that $|AB|$ has the same value for all such triangles, and find that value. Note: $|XY|$ denotes the length of the segment $XY$.
[b]p3.[/b] Let $P$ be a polynomial with integer coefficients and let $a, b, c$ be integers. Suppose $P(a)=b$, $P(b)=c$, and $P(c)=a$. Prove that $a=b=c$.
[b]p4.[/b] A lattice point is a point $(x,y)$ in the plane for which both $x$ and $y$ are integers. Each lattice point is painted with one of $1999$ available colors. Prove that there is a rectangle (of nonzero height and width) whose corners are lattice points of the same color.
[b]p5.[/b] A $1999$-by-$1999$ chocolate bar has vertical and horizontal grooves which divide it into $1999^2$ one-by-one squares. Caesar and Brutus are playing the following game with the chocolate bar: A move consists of a player picking up one chocolate rectangle; breaking it along a groove into two smaller rectangles; and then either putting both rectangles down or eating one piece and putting the other piece down. The players move alternately. The one who cannot make a move at his turn (because there are only one-by-one squares left) loses. Caesar starts. Which player has a winning strategy? Describe a winning strategy for that player.
PS. You should use hide for answers. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].