Problems

Age
Difficulty
Found: 32

List the first 10 prime numbers and write the prime decomposition of 2910.

Find three different natural numbers, larger than 100 such that each of them is divisible by the difference of the other two numbers? The values of differences also have to be different from each other.

There are four numbers written in a row. The first number is 100. It is known that if we divide the first number by the second number we will get a prime number as a result, if we the second number by the third number we will get a prime number, and if we divide the third number by the fourth number we will also get a prime number. Can all the resulting prime numbers be distinct?

We know that the product c×d is divisible by a prime p. Show that either c or d must be divisible by p.

The number a has a prime factorization 23×32×72×11. Is it divisible by 54? Is it divisible by 154?

Two numbers are given in terms of their prime factorizations: a=23×32×5 and b=2×52×72.

a) What is the greatest common divisor gcd(a,b) of these numbers?

b) What is their least common multiple lcm(a,b)?

c) Write down the prime factorization of gcd(a,b)×lcm(a,b). Then write the prime factorization of a×b. What do you notice?

A five-digit number is called indecomposable if it is not decomposed into the product of two three-digit numbers. What is the largest number of indecomposable five-digit numbers that can come in a row?

Let’s "prove" that the number 1 is a multiple of 3. We will use the symbol to denote "congruent modulo 3". Thus, what we need to prove is that 10 modulo 3. Let’s see: 14 modulo 3 means that 2124 modulo 3, thus 216 modulo 3, however 16 gives the remainder 1 after division by 3, thus we get 21 modulo 3, next 2111 modulo 3, and thus 10 modulo 3. Which means that 1 is divisible by 3.

The numbers a and b are integers and the number p3 is prime. Suppose that a+b and a2+b2 are divisible by p. Show that a2+b2 is divisible by p2.

Find all possible non-zero digits A for which the following holds (AA+AA+1)×A=AAA. (Recall AA means the two-digit number whose first and second digits are A)