Consider the following conjecture:
If N is a positive integer that consists of the digit 1 followed by an odd number of 0 digits and then a final digit 1, then N is a prime number.
Here are three numbers:
I N = 101 (which is a prime number)
II N = 1001 (which equals 7 × 11 × 13)
III N = 10001 (which equals 73 × 137)
Which of these provide(s) a counterexample to the conjecture?
- 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 · D
- 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 has to satisfy the hypothesis and fail the conclusion, so check the number of zeros first. 101 has one zero (odd) but is prime, so the conclusion holds and it is not a counterexample. 1001 is composite, but it has two zeros — an even number — so it never satisfied the hypothesis and cannot be a counterexample. 10001 has three zeros (odd) and equals 73 × 137, so it meets the hypothesis and breaks the conclusion. Only III.