What is the only positive prime that can be expressed as the difference of the squares of two primes?
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.
The difference of any two squares can be factored into ( a − b ) ( a + b ) . If you want a prime to be the difference, then a − b = 1 . And if a and b are both primes, the only solution would be ( a , b ) = ( 3 , 2 ) , as 2 is the only even prime number.
prime difference
= 3 2 − 2 2
= 5