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: 573

1964 German National Olympiad, 4

Denote by $a_n$ the last digit of the number $n^{(n^n)}$ (let $n\ne 0$ be a natural number ). Prove that the numbers $a_n$ form a periodic sequence and state this period!

2020 MMATHS, I1

Tags: number , digit
A nine-digit number has the form $\overline{6ABCDEFG3}$, where every three consecutive digits sum to $13$. Find $D$. [i]Proposed by Levi Iszler[/i]

2018 Estonia Team Selection Test, 6

We call a positive integer $n$ whose all digits are distinct [i]bright[/i], if either $n$ is a one-digit number or there exists a divisor of $n$ which can be obtained by omitting one digit of $n$ and which is bright itself. Find the largest bright positive integer. (We assume that numbers do not start with zero.)

1968 IMO Shortlist, 22

Find all natural numbers $n$ the product of whose decimal digits is $n^2-10n-22$.

2009 May Olympiad, 1

Each two-digit natural number is [i]assigned [/i] a digit as follows: Its digits are multiplied. If the result is a digit, this is the assigned digit. If the result is a two-digit number, these two figures are multiplied, and if the result is a digit, this is the assigned digit. Otherwise, the operation is repeated. For example, the digit assigned to $32$ is $6$ since $3 \times = 6$; the digit assigned to $93$ is $4$ since $9 \times 3 = 27$, $2 \times 7 = 14$, $1 \times 4 = 4$. Find all the two-digit numbers that are assigned $8$.

2006 Hanoi Open Mathematics Competitions, 1

What is the last two digits of the number $(11 + 12 + 13 + ... + 2006)^2$?

2023 India Regional Mathematical Olympiad, 4

The set $X$ of $N$ four-digit numbers formed from the digits $1,2,3,4,5,6,7,8$ satisfies the following condition: [i]for any two different digits from $1,2,3,4,,6,7,8$ there exists a number in $X$ which contains both of them. [/i]\\ Determine the smallest possible value of $N$.

2016 India PRMO, 3

Suppose $N$ is any positive integer. Add the digits of $N$ to obtain a smaller integer. Repeat this process of digit-addition till you get a single digit numbem. Find the number of positive integers $N \le 1000$, such that the final single-digit number $n$ is equal to $5$. Example: $N = 563\to (5 + 6 + 3) = 14 \to(1 + 4) = 5$ will be counted as one such integer.

2002 Belarusian National Olympiad, 8

The set of three-digit natural numbers formed from digits $1,2, 3, 4, 5, 6$ is called [i]nice [/i] if it satisfies the following condition: for any two different digits from $1, 2, 3, 4, 5, 6$ there exists a number from the set which contains both of them. For any nice set we calculate the sum of all its elements. Determine the smallest possible value of these sums. (E. Barabanov)

2014 Czech-Polish-Slovak Junior Match, 4

The number $a_n$ is formed by writing in succession, without spaces, the numbers $1, 2, ..., n$ (for example, $a_{11} = 1234567891011$). Find the smallest number t such that $11 | a_t$.

2015 Cuba MO, 4

Let $A = \overline{abcd}$ be a $4$-digit positive integer, such that $a\ge 7$ and $a > b >c > d > 0$. Let us consider a positive integer $B = \overline{dcba}$. If all digits of $A+B$ are odd, determine all possible values of $A$.

1986 Tournament Of Towns, (119) 1

We are given two two-digit numbers , $x$ and $y$. It is known that $x$ is twice as big as $y$. One of the digits of $y$ is the sum, while the other digit of $y$ is the difference, of the digits of $x$ . Find the values of $x$ and $y$, proving that there are no others.

2002 Portugal MO, 4

The Blablabla set contains all the different seven-digit numbers that can be formed with the digits $2, 3, 4, 5, 6, 7$ and $8$. Prove that there are not two Blablabla numbers such that one of them is divisible by the other.

2019 Portugal MO, 2

A five-digit integer is said to be [i]balanced [/i]i f the sum of any three of its digits is divisible by any of the other two. How many [i]balanced [/i] numbers are there?

2020 Colombia National Olympiad, 1

A positive integer is called [i]sabroso [/i]if when it is added to the number obtained when its digits are interchanged from one side of its written form to the other, the result is a perfect square. For example, $143$ is sabroso, since $143 + 341 =484 = 22^2$. Find all two-digit sabroso numbers.

2009 Junior Balkan Team Selection Tests - Romania, 1

For all positive integers $n$ define $a_n=2 \underbrace{33...3}_{n \, times}$, where digit $3$ occurs $n$ times. Show that the number $a_{2009}$ has infinitely many multiples in the set $\{a_n | n \in N*\}$.

1991 Tournament Of Towns, (284) 4

The number $123$ is shown on the screen of a computer. Each minute the computer adds $102$ to the number on the screen. The computer expert Misha may change the order of digits in the number on the screen whenever he wishes. Can he ensure that no four-digit number ever appears on the screen? (F.L. Nazarov, Leningrad)

1991 Greece National Olympiad, 3

Find all 2-digit numbers$ n$ having the property: 'Number $n^2$ is 4-digit number of form $\overline{xxyy}$.

2004 Peru MO (ONEM), 1

Let $a$ be number of $n$ digits ($ n > 1$). A number $b$ of $2n$ digits is obtained by writing two copies of $a$ one after the other. If $\frac{b}{a^2}$ is an integer $k$, find the possible values values of $k$.

2017 Macedonia JBMO TST, 5

Find all the positive integers $n$ so that $n$ has the same number of digits as its number of different prime factors and the sum of these different prime factors is equal to the sum of exponents of all these primes in factorization of $n$.

2024 Dutch IMO TST, 4

Initially, a positive integer $N$ is written on a blackboard. We repeatedly replace the number according to the following rules: 1) replace the number by a positive multiple of itself 2) replace the number by a number with the same digits in a different order. (The new number is allowed to have leading digits, which are then deleted.) [i]A possible sequence of moves is given by $5 \to 20 \to 140 \to 041=41$.[/i] Determine for which values of $N$ it is possible to obtain $1$ after a finite number of such moves.

2001 German National Olympiad, 5

The Fibonacci sequence is given by $x_1 = x_2 = 1$ and $x_{k+2} = x_{k+1} + x_k$ for each $k \in N$. (a) Prove that there are Fibonacci numbes that end in a $9$ in the decimal system. (b) Determine for which $n$ can a Fibonacci number end in $n$ $9$-s in the decimal system.

1994 Bundeswettbewerb Mathematik, 1

Given eleven real numbers, prove that there exist two of them such that their decimal representations agree infinitely often.

2001 Estonia Team Selection Test, 5

Find the exponent of $37$ in the representation of the number $111...... 11$ with $3\cdot 37^{2000}$ digits equals to $1$, as product of prime powers

1992 IMO Longlists, 69

Let $ \alpha(n)$ be the number of digits equal to one in the binary representation of a positive integer $ n.$ Prove that: (a) the inequality $ \alpha(n) (n^2 ) \leq \frac{1}{2} \alpha(n)(\alpha(n) + 1)$ holds; (b) the above inequality is an equality for infinitely many positive integers, and (c) there exists a sequence $ (n_i )^{\infty}_1$ such that $ \frac{\alpha ( n^2_i )}{\alpha (n_i }$ goes to zero as $ i$ goes to $ \infty.$ [i]Alternative problem:[/i] Prove that there exists a sequence a sequence $ (n_i )^{\infty}_1$ such that $ \frac{\alpha ( n^2_i )}{\alpha (n_i )}$ (d) $ \infty;$ (e) an arbitrary real number $ \gamma \in (0,1)$; (f) an arbitrary real number $ \gamma \geq 0$; as $ i$ goes to $ \infty.$