Find the largest integer satisfying the following conditions :
can be expressed as the difference of two consecutive cubes.
is a perfect square .
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.
This is only a solution which uses half-solving.
n 2 = ( x + 1 ) 3 − x 3 n 2 = 3 x 2 + 3 x + 1 3 x 2 + 3 x − ( n 2 − 1 ) = 0
Now for n to integer the discriminant if the above quadratic equation should be a perfect square. Now start keeping the values of n to find which makes 1 2 n 2 − 3 an integer.