This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND:
OR:
NO:

Found problems: 310

2011 Tournament of Towns, 6

Prove that the integer $1^1 + 3^3 + 5^5 + .. + (2^n - 1)^{2^n-1}$ is a multiple of $2^n$ but not a multiple of $2^{n+1}$.

2016 AMC 12/AHSME, 18

For some positive integer $n$, the number $110n^3$ has $110$ positive integer divisors, including $1$ and the number $110n^3$. How many positive integer divisors does the number $81n^4$ have? $\textbf{(A) }110 \qquad \textbf{(B) } 191 \qquad \textbf{(C) } 261 \qquad \textbf{(D) } 325 \qquad \textbf{(E) } 425$

2016 Balkan MO Shortlist, N2

Find all odd natural numbers $n$ such that $d(n)$ is the largest divisor of the number $n$ different from $n$. ($d(n)$ is the number of divisors of the number n including $1$ and $n$ ).

1985 Poland - Second Round, 2

Prove that for a natural number $ n > 2 $ the number $ n! $ is the sum of its $ n $ various divisors.

2000 IMO Shortlist, 2

For a positive integer $n$, let $d(n)$ be the number of all positive divisors of $n$. Find all positive integers $n$ such that $d(n)^3=4n$.

2016 All-Russian Olympiad, 3

Alexander has chosen a natural number $N>1$ and has written down in a line,and in increasing order,all his positive divisors $d_1<d_2<\ldots <d_s$ (where $d_1=1$ and $d_s=N$).For each pair of neighbouring numbers,he has found their greater common divisor.The sum of all these $s-1$ numbers (the greatest common divisors) is equal to $N-2$.Find all possible values of $N$.

2016 Greece JBMO TST, 3

Positive integer $n$ is such that number $n^2-9$ has exactly $6$ positive divisors. Prove that GCD $(n-3, n+3)=1$

2006 MOP Homework, 3

For positive integer $k$, let $p(k)$ denote the greatest odd divisor of $k$. Prove that for every positive integer $n$, $$\frac{2n}{3} < \frac{p(1)}{1}+ \frac{p(2)}{2}+... +\frac{ p(n)}{n}<\frac{2(n + 1)}{3}$$

1990 Swedish Mathematical Competition, 1

Let $d_1, d_2, ... , d_k$ be the positive divisors of $n = 1990!$. Show that $\sum \frac{d_i}{\sqrt{n}} = \sum \frac{\sqrt{n}}{d_i}$.

2021 Dutch IMO TST, 4

Let $p > 10$ be prime. Prove that there are positive integers $m$ and $n$ with $m + n < p$ exist for which $p$ is a divisor of $5^m7^n-1$.

1999 All-Russian Olympiad Regional Round, 9.7

Prove that every natural number is the difference of two natural numbers that have the same number of prime factors. (Each prime divisor is counted once, for example, the number $12$ has two prime factors: $2$ and $3$.)

2009 Germany Team Selection Test, 2

For every $ n\in\mathbb{N}$ let $ d(n)$ denote the number of (positive) divisors of $ n$. Find all functions $ f: \mathbb{N}\to\mathbb{N}$ with the following properties: [list][*] $ d\left(f(x)\right) \equal{} x$ for all $ x\in\mathbb{N}$. [*] $ f(xy)$ divides $ (x \minus{} 1)y^{xy \minus{} 1}f(x)$ for all $ x$, $ y\in\mathbb{N}$.[/list] [i]Proposed by Bruno Le Floch, France[/i]

1984 IMO Shortlist, 3

Find all positive integers $n$ such that \[n=d_6^2+d_7^2-1,\] where $1 = d_1 < d_2 < \cdots < d_k = n$ are all positive divisors of the number $n.$

2022 European Mathematical Cup, 1

Determine all positive integers $n$ for which there exist positive divisors $a$, $b$, $c$ of $n$ such that $a>b>c$ and $a^2 - b^2$, $b^2 - c^2$, $a^2 - c^2$ are also divisors of $n$.

2016 AMC 10, 22

For some positive integer $n$, the number $110n^3$ has $110$ positive integer divisors, including $1$ and the number $110n^3$. How many positive integer divisors does the number $81n^4$ have? $\textbf{(A) }110 \qquad \textbf{(B) } 191 \qquad \textbf{(C) } 261 \qquad \textbf{(D) } 325 \qquad \textbf{(E) } 425$

2016 Saint Petersburg Mathematical Olympiad, 1

Sasha multiplied all the divisors of the natural number $n$. Fedya increased each divider by $1$, and then multiplied the results. If the product found Fedya is divided by the product found by Sasha , what can $n$ be equal to ?

2022 China Team Selection Test, 5

Given a positive integer $n$, let $D$ is the set of positive divisors of $n$, and let $f: D \to \mathbb{Z}$ be a function. Prove that the following are equivalent: (a) For any positive divisor $m$ of $n$, \[ n ~\Big|~ \sum_{d|m} f(d) \binom{n/d}{m/d}. \] (b) For any positive divisor $k$ of $n$, \[ k ~\Big|~ \sum_{d|k} f(d). \]

1988 Mexico National Olympiad, 2

If $a$ and $b$ are positive integers, prove that $11a+2b$ is a multiple of $19$ if and only if so is $18a+5b$ .

2021 Romanian Master of Mathematics Shortlist, N1

Given a positive integer $N$, determine all positive integers $n$, satisfying the following condition: for any list $d_1,d_2,\ldots,d_k$ of (not necessarily distinct) divisors of $n$ such that $\frac{1}{d_1} + \frac{1}{d_2} + \ldots + \frac{1}{d_k} > N$, some of the fractions $\frac{1}{d_1}, \frac{1}{d_2}, \ldots, \frac{1}{d_k}$ add up to exactly $N$.

2019 Belarus Team Selection Test, 3.1

Determine all pairs $(n, k)$ of distinct positive integers such that there exists a positive integer $s$ for which the number of divisors of $sn$ and of $sk$ are equal.

2019 AMC 10, 19

Tags: divisor
Let $S$ be the set of all positive integer divisors of $100,000.$ How many numbers are the product of two distinct elements of $S?$ $\textbf{(A) }98\qquad\textbf{(B) }100\qquad\textbf{(C) }117\qquad\textbf{(D) }119\qquad\textbf{(E) }121$

2017 South East Mathematical Olympiad, 4

For any positive integer $n$, let $D_n$ denote the set of all positive divisors of $n$, and let $f_i(n)$ denote the size of the set $$F_i(n) = \{a \in D_n | a \equiv i \pmod{4} \}$$where $i = 0, 1, 2, 3$. Determine the smallest positive integer $m$ such that $f_0(m) + f_1(m) - f_2(m) - f_3(m) = 2017$.

1983 Poland - Second Round, 4

Let $ a(k) $ be the largest odd number by which $ k $ is divisible. Prove that $$ \sum_{k=1}^{2^n} a(k) = \frac{1}{3}(4^n+2).$$

2017 QEDMO 15th, 10

Let $p> 3$ be a prime number and let $q = \frac{4^p-1}{3}$. Show that $q$ is a composite integer as well is a divisor of $2^{q-1}- 1$.

1995 Grosman Memorial Mathematical Olympiad, 1

Positive integers $d_1,d_2,...,d_n$ are divisors of $1995$. Prove that there exist $d_i$ and $d_j$ among them, such the denominator of the reduced fraction $d_i/d_j$ is at least $n$