Find the set of four positive consecutive integers such that the sum of the cubes of the first three is equal to the cube of the fourth.
Suppose are the integers obtained respectively, then what is
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 require (for x ∈ N ):
x 3 + ( x + 1 ) 3 + ( x + 2 ) 3 = ( x + 3 ) 3 ⇒ x 3 − 6 x − 9 = 0 ⇒ ( x − 3 ) ( x 2 + 3 x + 3 ) = 0
which yields x = 3 , 2 − 3 ± 3 i for the roots. Hence, the required consecutive positive integers are 3 , 4 , 5 , 6 which sum to 1 8 .