Consider the following statement about the positive integer n:
if n is prime, then n2 + 2 is not prime
Which of the following is a counterexample to this statement?
I n = 2
II n = 3
III n = 4
- Anone of them
- BI only
- CII only
- DIII only
- EI and II only
- FI and III only
- GII and III only
- HI, II and III
Show the answer and worked solution
answer · C
- Anone of them
- BI only
- CII only
- DIII only
- EI and II only
- FI and III only
- GII and III only
- HI, II and III
A counterexample needs the hypothesis to hold and the conclusion to fail. For n = 2, which is prime, n2 + 2 = 6 is not prime, so the statement holds. For n = 4 the hypothesis fails, since 4 is not prime. But n = 3 is prime and 32 + 2 = 11 is also prime, so the conclusion fails — only II.