What is/are the prime number/s that is one less than a perfect cube?If it is A,B,C...,find their sum.
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 number asked can be expressed as x 3 − 1 = ( x − 1 ) ( x 2 + x + 1 ) . Given that it is prime, either x − 1 or x 2 − x + 1 must be 1 . Solving for x x − 1 = 1 → x = 2 a n d x 2 + x + 1 = 1 → x = − 1 , 0 By substituting the first value of x results x 3 − 1 = 2 3 − 1 → 7 . Second value and third value, ( − 1 ) 3 − 1 = − 2 and ( 0 ) 3 − 1 = − 1 . Two of this values are not accepted because they are negative. Hence, our answer is 7 .