Find a prime number p such that the number (2 ⋅ 3 ⋅ 5 ⋅ 7 ⋅⋅⋅ p) + 1 is not prime.
Let's break this problem down step by step.
Problem restatement:
Find a prime number
is not prime.
This is the product of all primes up to
Step 1: Test Small Values of
Let's compute
-
:
-
:
-
:
-
:
-
:
Test 2311:
- Not divisible by 13 (2311/13 = 177.76)
- Not divisible by 17, 19, ... (test shows 2311 is prime)
-
:
Test 30031: Check divisibility:
- 30031 divided by 59:
Check:
So 30031 is composite.
No comments:
Post a Comment