I've calculated the difference between 2 consecutive prime numbers, and it turns out that the result is also a prime number!
What is this resultant prime number?
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.
Oh, how is this wrong? @Pi Han Goh
Log in to reply
Just saw Marta's report! I didn't think of that!
Log in to reply
I've added the word "consecutive." Yayyy!!!
5 − 3 = 2 ..........................[all of them are primes]
You have only demonstrated that 2 can be an answer, but you didn't show that it is a unique answer.
Log in to reply
if the difference between two prime number is 2, then ,all of them are primes.
suppose, 7-5=2......[all of them are primes]
Log in to reply
That makes no sense. You have only demonstrated that 5-3= 2 and 7-5 = 2, but how do you know that there doesn't exists another pair of primes such that their difference is not 2?
Log in to reply
@Pi Han Goh – if the difference is more than 2,then all of the three will not be prime.
because, if you want to get, odd primes, then you have to subtract a even number from an odd number.
How can this be two consecutive means. A number and the next one only
Problem Loading...
Note Loading...
Set Loading...
Note that 2 and 3 are the only consecutive primes, and their difference, 1 is not prime.
Every other prime p > 2 is odd, so the difference between any two consecutive primes is always even:
( 2 m + 1 ) − ( 2 n + 1 ) = 2 ( m − n )
Now, the only even prime is 2 , so 2 is the only possible prime difference between two primes.