If are prime numbers such that their difference and their sum is prime too.
In other words, the four numbers are all prime.
What can I say about the sum of these four numbers?
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.
a − b and a + b are distinct primes, and the difference is 2 b . So they are both odd or even(they can't be even because 2 is the only even prime).
Since a + b is odd, one of a and b must be odd, and the other must be even(must be 2). Since a > b , b must be 2.
a − 2 , a , a + 2 are all primes, but one of them is a multiple of 3, that means one of them( a − 2 ) is 3.
So, a = 5 , b = 2 , the four primes are 2 , 3 , 5 , 7 , sum equals 1 7 which is an odd prime.