Found problems: 15460
2021 Iran Team Selection Test, 4
Assume $\Omega(n),\omega(n)$ be the biggest and smallest prime factors of $n$ respectively . Alireza and Amin decided to play a game. First Alireza chooses $1400$ polynomials with integer coefficients. Now Amin chooses $700$ of them, the set of polynomials of Alireza and Amin are $B,A$ respectively . Amin wins if for all $n$ we have :
$$\max_{P \in A}(\Omega(P(n))) \ge \min_{P \in B}(\omega(P(n)))$$
Who has the winning strategy.
Proposed by [i]Alireza Haghi[/i]
2014 Middle European Mathematical Olympiad, 4
For integers $n \ge k \ge 0$ we define the [i]bibinomial coefficient[/i] $\left( \binom{n}{k} \right)$ by
\[ \left( \binom{n}{k} \right) = \frac{n!!}{k!!(n-k)!!} .\]
Determine all pairs $(n,k)$ of integers with $n \ge k \ge 0$ such that the corresponding bibinomial coefficient is an integer.
[i]Remark: The double factorial $n!!$ is defined to be the product of all even positive integers up to $n$ if $n$ is even and the product of all odd positive integers up to $n$ if $n$ is odd. So e.g. $0!! = 1$, $4!! = 2 \cdot 4 = 8$, and $7!! = 1 \cdot 3 \cdot 5 \cdot 7 = 105$.[/i]
2000 Mexico National Olympiad, 2
A triangle of numbers is constructed as follows. The first row consists of the numbers from $1$ to $2000$ in increasing order, and under any two consecutive numbers their sum is written. (See the example corresponding to $5$ instead of $2000$ below.) What is the number in the lowermost row?
1 2 3 4 5
3 5 7 9
8 12 16
20 28
4
2023 USAMTS Problems, 1
In the diagram below, fill the $12$ circles with numbers from the following bank so that each number is used once. Two circles connected by a single line must contain relatively prime numbers. Two circles connected by a double line must contain numbers that are not relatively prime.
$$\text{Bank: } 20, 21, 22, 23, 24, 25, 27, 28, 30 ,32, 33 ,35$$
[asy]
real HRT3 = sqrt(3) / 2;
void drawCircle(real x, real y, real r) {
path p = circle((x,y), r);
draw(p);
fill(p, white);
}
void drawCell(int gx, int gy) {
real x = 0.5 * gx;
real y = HRT3 * gy;
drawCircle(x, y, 0.35);
}
void drawEdge(int gx1, int gy1, int gx2, int gy2, bool doubled) {
real x1 = 0.5 * gx1;
real y1 = HRT3 * gy1;
real x2 = 0.5 * gx2;
real y2 = HRT3 * gy2;
if (doubled) {
real dx = x2 - x1;
real dy = y2 - y1;
real ox = -0.035 * dy / sqrt(dx * dx + dy * dy);
real oy = 0.035 * dx / sqrt(dx * dx + dy * dy);
draw((x1+ox,y1+oy)--(x2+ox,y2+oy));
draw((x1-ox,y1-oy)--(x2-ox,y2-oy));
} else {
draw((x1,y1)--(x2,y2));
}
}
drawEdge(2, 0, 4, 0, true);
drawEdge(2, 0, 1, 1, true);
drawEdge(2, 0, 3, 1, true);
drawEdge(4, 0, 3, 1, false);
drawEdge(4, 0, 5, 1, false);
drawEdge(1, 1, 0, 2, false);
drawEdge(1, 1, 2, 2, false);
drawEdge(1, 1, 3, 1, false);
drawEdge(3, 1, 2, 2, true);
drawEdge(3, 1, 4, 2, true);
drawEdge(3, 1, 5, 1, false);
drawEdge(5, 1, 4, 2, true);
drawEdge(5, 1, 6, 2, false);
drawEdge(0, 2, 1, 3, false);
drawEdge(0, 2, 2, 2, false);
drawEdge(2, 2, 1, 3, false);
drawEdge(2, 2, 3, 3, true);
drawEdge(2, 2, 4, 2, false);
drawEdge(4, 2, 3, 3, false);
drawEdge(4, 2, 5, 3, false);
drawEdge(4, 2, 6, 2, false);
drawEdge(6, 2, 5, 3, true);
drawEdge(1, 3, 3, 3, true);
drawEdge(3, 3, 5, 3, false);
drawCell(2, 0);
drawCell(4, 0);
drawCell(1, 1);
drawCell(3, 1);
drawCell(5, 1);
drawCell(0, 2);
drawCell(2, 2);
drawCell(4, 2);
drawCell(6, 2);
drawCell(1, 3);
drawCell(3, 3);
drawCell(5, 3);
[/asy]
2008 Bulgaria National Olympiad, 1
Find the smallest natural number $ k$ for which there exists natural numbers $ m$ and $ n$ such that $ 1324 \plus{} 279m \plus{} 5^n$ is $ k$-th power of some natural number.
2013 Harvard-MIT Mathematics Tournament, 30
How many positive integers $k$ are there such that \[\dfrac k{2013}(a+b)=lcm(a,b)\] has a solution in positive integers $(a,b)$?
2004 Thailand Mathematical Olympiad, 10
Find the number of ways to select three distinct numbers from ${1, 2, . . . , 3n}$ with a sum divisible by $3$.
2002 Estonia National Olympiad, 1
The greatest common divisor $d$ and the least common multiple $u$ of positive integers $m$ and $n$ satisfy the equality $3m + n = 3u + d$. Prove that $m$ is divisible by $n$.
2025 Bulgarian Spring Mathematical Competition, 9.4
Determine all functions $f: \mathbb{Z}_{>0} \to \mathbb{Z}_{>0}$ such that $f(a) + 2ab + 2f(b)$ divides $f(a)^2 + 4f(b)^2$ for any positive integers $a$ and $b$.
2017 Saudi Arabia IMO TST, 1
For any positive integer $k$, denote the sum of digits of $k$ in its decimal representation by $S(k)$. Find all polynomials $P(x)$ with integer coefficients such that for any positive integer $n \ge 2017$, the integer $P(n)$ is positive and $S(P(n)) = P(S(n))$.
2022 Auckland Mathematical Olympiad, 2
The number $12$ is written on the whiteboard. Each minute, the number on the board is either multiplied or divided by one of the numbers $2$ or $3$ (a division is possible only if the result is an integer) . Prove that the number that will be written on the board in exactly one hour will not be equal to $54$.
1991 AMC 8, 13
How many zeros are at the end of the product
\[25\times 25\times 25\times 25\times 25\times 25\times 25\times 8\times 8\times 8?\]
$\text{(A)}\ 3 \qquad \text{(B)}\ 6 \qquad \text{(C)}\ 9 \qquad \text{(D)}\ 10 \qquad \text{(E)}\ 12$
PEN P Problems, 25
Let $a$ and $b$ be positive integers with $\gcd(a, b)=1$. Show that every integer greater than $ab-a-b$ can be expressed in the form $ax+by$, where $x, y \in \mathbb{N}_{0}$.
2013 Grand Duchy of Lithuania, 3
The number $1234567890$ is written on the blackboard. Two players $A$ and $B$ play the following game taking alternate moves. In one move, a player erases the number which is written on the blackboard, say, $m$, subtracts from $m$ any positive integer not exceeding the sum of the digits of $m$ and writes the obtained result instead of $m$. The first player who reduces the number written on the blackboard to $0$ wins. Determine which of the players has the winning strategy if the player $A$ makes the first move.
2011 Argentina National Olympiad Level 2, 5
Let $a$ and $b$ be integers such that the remainder of dividing $a$ by $17$ is equal to the remainder of dividing $b$ by $19$, and the remainder of dividing $a$ by $19$ is equal to the remainder of dividing $b$ by $17$. Determine the possible values of the remainder of $a + b$ when divided by $323$.
2008 Switzerland - Final Round, 3
Show that each number is of the form $$2^{5^{2^{5^{...}}}}+ 4^{5^{4^{5^{...}}}}$$
is divisible by $2008$, where the exponential towers can be any independent ones have height $\ge 3$.
2011 India IMO Training Camp, 2
Find all pairs $(m,n)$ of nonnegative integers for which \[m^2 + 2 \cdot 3^n = m\left(2^{n+1} - 1\right).\]
[i]Proposed by Angelo Di Pasquale, Australia[/i]
2016 Fall CHMMC, 10
For a positive integer $n$, let $p(n)$ denote the number of prime divisors of $n$, counting multiplicity (i.e. $p(12)=3$). A sequence $a_n$ is defined such that $a_0 = 2$ and for $n > 0$, $a_n = 8^{p(a_{n-1})} + 2$. Compute $$\sum_{n=0}^{\infty} \frac{a_n}{2^n}$$
2019 Dürer Math Competition (First Round), P1
Non-negative integers $a, b, c, d$ satisfy the equation $a + b + c + d = 100$ and there
exists a non-negative integer n such that
$$a+ n =b- n= c \times n = \frac{d}{n} $$
Find all 5-tuples $(a, b, c, d, n)$ satisfying all the conditions above.
1995 Tournament Of Towns, (478) 2
Let $p$ be the product of $n$ real numbers $x_1$, $x_2$,$...$, $x_n$. Prove that if $p - x_k$ is an odd integer for $k = 1, 2,..., n$, then each of the numbers $x_1$, $x_2$,$...$, $x_n$is irrational.
(G Galperin)
2002 Chile National Olympiad, 1
A Metro ticket, which has six digits, is considered a "lucky number" if its six digits are different and their first three digits add up to the same as the last three (A number such as $026134$ is "lucky number"). Show that the sum of all the "lucky numbers" is divisible by $2002$.
2001 Denmark MO - Mohr Contest, 2
If there is a natural number $n$ such that the number $n!$ has exactly $11$ zeros at the end?
(With $n!$ is denoted the number $1\cdot 2\cdot 3 \cdot ... (n - )1 \cdot n$).
VMEO IV 2015, 10.3
Find all triples of integers $(a, b, c)$ satisfying $a^2 + b^2 + c^2 =3(ab + bc + ca).$
2020 Switzerland - Final Round, 5
Find all the positive integers $a, b, c$ such that $$a! \cdot b! = a! + b! + c!$$
2017 CCA Math Bonanza, L2.4
Define $f\left(n\right)=\textrm{LCM}\left(1,2,\ldots,n\right)$. Determine the smallest positive integer $a$ such that $f\left(a\right)=f\left(a+2\right)$.
[i]2017 CCA Math Bonanza Lightning Round #2.4[/i]