Is the positive integer 'n' an odd integer
1. n + 4 is a prime number
2. n + 3 is not a prime number
It feels like this might be an easy problem and I get
(1) as:
We are given n + 4 is a prime number. We know that all prime numbers greater starting with 5 (as n is a positive integer, it has to start with 1) are odd, and an odd number - 4 is odd, hence sufficient
(2) I tested this statement with 2 values, 3 & 6, where both n + 3 are not prime numbers, hence insufficient
Is there a better way to test (2) ?