Let ๐1 and ๐2 denote two arbitrary prime numbers. Which one of the followingโฆ
2025
Let ๐1 and ๐2 denote two arbitrary prime numbers. Which one of the following statements is correct for all values of ๐1 and ๐2?
- A.
๐1 + ๐2 is not a prime number.
- B.
๐1๐2 is not a prime number.
- C.
๐1 + ๐2 + 1 is a prime number.
- D.
๐1๐2 + 1 is a prime number.
Attempted by 306 students.
Show answer & explanation
Correct answer: B
Answer: The product of the two primes is not a prime number.
Reason: If p1 and p2 are prime numbers (both at least 2), then p1ยทp2 has divisors p1 and p2 and is greater than 1, so p1ยทp2 is composite and therefore not prime.
Counterexamples showing the other statements fail in general:
The claim that the sum of the primes is not prime is false: for example 2 + 3 = 5, which is prime.
The claim that the sum of the primes plus one is always prime is false: for example 2 + 3 + 1 = 6, which is not prime.
The claim that the product of the primes plus one is always prime is false: for example 3ยท5 + 1 = 16, which is not prime (though sometimes p1ยทp2 + 1 can be prime, e.g. 2ยท3 + 1 = 7).
A video solution is available for this question โ log in and enroll to watch it.