Consider the prime numbers such that the sum
is divisible by . Prove that at least of these prime numbers are less than .
Problem 1477
Official solution
To prove that at least 4 of the prime numbers are less than 2021, given that the sum is divisible by 6060, we will consider the prime factorization of 6060 and analyze the sum modulo these prime factors.
1. Prime Factorization of 6060:
We need to ensure that the sum is divisible by each of these prime factors.
2. Modulo 2:
Since must be even, at least one of the primes must be 2. If none of the primes were 2, the sum would be odd, which contradicts the requirement that it is divisible by 2.
3. Modulo 3:
For any integer , or . If none of the primes were 3, each . Thus, the sum would be:
This is a contradiction since the sum must be 0 modulo 3. Therefore, we need at least two primes to be 3 to make the sum 0 modulo 3.
4. Modulo 5:
For any integer , or . If none of the primes were 5, each . Thus, the sum would be:
This is a contradiction since the sum must be 0 modulo 5. Therefore, we need at least one prime to be 5 to make the sum 0 modulo 5.
5. Modulo 101:
For any integer , or . If none of the primes were 101, each . Thus, the sum would be:
This is a contradiction since the sum must be 0 modulo 101. Therefore, we need at least one prime to be 101 to make the sum 0 modulo 101.
From the above analysis, we conclude that we must have the primes among the 2021 primes to satisfy the divisibility conditions. All these primes are less than 2021.