Problems

Age
Difficulty
Found: 398

Let \(a\) and \(b\) be two different \(9\)-digit numbers. It is known that each one of them contains all of the digits \(1,2,...9\). Find the maximal value of \(\gcd(a,b)\).

For an odd number \(N\) denote by \(A\) the minimal positive difference between prime divisors of \(N\), denote by \(B\) the minimal positive difference between composite divisors of \(N\). Usually we have \(A<B\), but can we have \(A>B\)? (Disregard numbers such as \(15\) where one of \(A\) or \(B\) is not defined)

Let \(n\) be an integer bigger than \(1\), and \(p\) a prime number. Suppose that \(n\) divides \(p-1\) and \(p\) divides \(n^3-1\). Prove that \(4p-3\) is a square number.

Let \(n\) be a composite number. Arrange the factors of \(n\) greater than \(1\) in a circle. When can this be done such that neighbours in the circle are never coprime?

Let \(x\), \(y\), \(z\) and \(w\) be non-negative integers. Find all solutions to \(2^x3^y-5^z7^w=1\).

A natural number \(N\) is called perfect if it equals the sum of its divisors, except for \(N\) itself. Prove that if \(2^r-1\) is prime, then \((2^r-1)2^{r-1}\) is a perfect number. Are there any odd perfect numbers?

A robot is programmed to move along the number line starting at \(2\). At each second, the number by which it moves up by must be a factor of the number it’s currently on, but not \(1\). For example, if the robot gets to \(10\), then it can move forward by \(2\), \(5\) or \(10\) steps, going to \(12\), \(15\), or \(20\). What numbers can it land on, and what numbers can’t it land on?

A gang of three jewel thieves has stolen some gold coins and wants to divide them fairly. However, they each have one unusual rule: (i) The first thief wants the number of coins to be divisible by \(3\) so they can split it evenly. (ii) The second thief wants the number of coins to be divisible by \(5\) because she wants to split her share with her four siblings. (iii) The third thief wants the number of coins to be divisible by \(7\) since he wants to split his share amongst seven company stocks.

However, they’re stuck as the number of coins isn’t divisible by any of these numbers. In fact, the number of coins is \(1\) more than a multiple of \(3\), \(3\) more than a multiple of \(5\) and \(5\) more than a multiple of \(7\).
What’s the smallest number of coins they could have? (And if you’re feeling generous, how would you help them out?)