An integer is between two primes if both and are prime numbers.
What is the closest integer to 50 that is also between two primes?
Example: The closest number to 100 between two primes is 102.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Breaking each answer choice down:
3 7 < 3 8 < 3 9 ⇒ 3 9 is composite,
4 7 < 4 8 < 4 9 ⇒ 4 9 is composite,
4 1 < 4 2 < 4 3 ⇒ 4 1 , 4 3 are both prime,
3 9 < 4 0 < 4 1 ⇒ 3 9 is composite.
Hence, 4 2 satisfies the above conditions.