Find the sum of all possible prime(s) such that and are primes simultaneously.
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.
Note that if p ≡ 1 , 2 ( m o d 3 ) , 8 p 2 + 1 ≡ 0 ( m o d 3 ) . Hence, we must have, p ≡ 0 ( m o d 3 ) . And, since p is also a prime, we are left with only 1 possibility, i.e. p = 3 . Now, we need to check whether this is a solution or not. So, when p = 3 , 8 p 2 + 1 = 7 3 , which is a prime.