Consider the statement, "If is not prime, then is prime." Which of the following values of is a counterexample to this statement?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
A counterexample must make the hypothesis true and the conclusion false: n composite and n-2 composite, which only 27 (with 25) does.
Solution
A counterexample to "if then " is a case where holds but fails. Here we need to be not prime while is also not prime.
Check the choices:
- and are prime, so the hypothesis is false and they cannot be counterexamples.
- is composite, but is prime: the statement holds.
- is composite, but is prime: the statement holds.
- is composite, and is composite: the statement fails.
The answer is .
Why this works
An implication is only broken when its "if" part is satisfied and its "then" part is not. Testing each choice against both conditions is quick, and the prime choices can be discarded immediately because they never trigger the hypothesis. The same two-part check applies to every "which is a counterexample" question.
The trap
Choosing a prime n such as 11 or 19; when n is prime the hypothesis is false, so the statement is not violated.
Common mistakes
- Choosing a prime n such as 11 or 19; when n is prime the hypothesis is false, so the statement is not violated.
- Checking only whether is prime and forgetting to require that itself be composite.
Techniques
Use the answer choices (mod checks, size, form) to eliminate or select · Test small/specific values or special cases to find or verify the answer