; ; are three distinct positive integers that sastify: Calculate the value of .
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.
It is known that the sum of the cubes of the integers from 1 to n is equal to the sum of the integers up to n , but this sum squared.
In other words,
i = 1 ∑ n i 3 = ( i = 1 ∑ n i ) 2
With this known, the solution ( x , y , z ) = ( 1 , 2 , 3 ) is obvious and the product x y z = 6 .
I don't know if there are other solutions though.