
David W. answered 08/05/19
Experienced Prof
A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number. For example, 5 is prime because the only ways of writing it as a product, 1 × 5 or 5 × 1, involve 5 itself. However, 6 is composite because it is the product of two numbers that are both smaller than 6.
The first few prime numbers are: 2, 3, 5, 7, 11, 13, ...
The statement is: "If n is not prime, then n-2 is prime."
NOW, CONSIDER THE STATEMENT CAREFULLY !!
For these values of n, THIS STATEMENT IS TRUE !!
n = 4, 9, 15, 21, 25, 33, 38, 45, ...
Now, for what values is this statement FALSE [these are some counterexamples}:
n = 6, 8, 10, 12, 14, ... [note: ALL the even numbers]
Also, n= 27, 35, 51, 57, 65, ...
[note: these are composite numbers that are products of smaller prime numbers]
The statement, "If n is not prime, then n-2 is prime." is sometimes false and sometimes true.