M7MBA wrote:How many prime numbers exist between 200 and 220?
(A) None
(B) One
(C) Two
(D) Three
(E) Four
The OA is B.
Experts, what is the best approach that I could use to solve this PS question? May you give me some help?
Hello M7MBA.
I would solve it like this:
We don't have to check the even numbers.
Now, from the odd numbers:
201, 207, 210, 213, 219 are divisible by 3 (because the sum of their digits is divisible by 3).
205, 215 are divisible by 5.
Hence, we have to check just the following numbers: 203, 209, 211 and 217. Now,
203 = 7*29 (NOT PRIME).
209 = 11*19 (NOT PRIME).
211 = PRIME.
217 = 7*31 (NOT PRIME).
Hence the correct answer is the option
B.
One rule that can be useful is: if we want to know if x is a prime number, we have to divide it by all the primes between 2 and $$\sqrt{x}.$$ Since $$\sqrt{220}\approx14.8$$ then we have to check only by 2, 3, 5, 7, 11 and 13.