Let be the set of all positive integers , such that is a prime.
Find the smallest element of .
Also try Incredible prime 2! This question is a part of this set
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.
We all know -
n 2 − 1 = ( n + 1 ) ( n − 1 )
This can be only prime if one of its factors is 1 . So ,
C a s e 1 :
n + 1 = 1 ⇒ n = 0 ⇒ − 1 , i s , p r i m e , which is not possible.
C a s e 2 :
n − 1 = 1 ⇒ n = 2 ⇒ 3 , i s , p r i m e , which is true.
So , n = 2 is the only unique solution.
Also , 3 is the only example of a prime being one less than a perfect square.