Given that 1 + 2 + 3 + ⋯ + n = 6 6 6 , what is the value of 1 3 + 2 3 + 3 3 + ⋯ + n 3 ?
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.
Obligatory Python answer:
1 2 3 4 5 6 7 8 9 10 11 12 |
|
The perfect answer.
It doesn't prove why 666^2 is the answer; but if you cube both sides of the original equation, it is easy to see that the cube of the RHS is greater than 1^3 + 2^3.... n^3. Therefore the answer has to be smaller than 666^3 (the cube of the LHS). Only one option is smaller.
Sum of 1+2+3+... = n(n+1)/2 And the sum of 1^3 + 2^3+3^3+... = (n(n+1)/2)^2. So 666^2 is the anwer
But are you sure that there exists a positive integer n satisfying the given equation?
Log in to reply
Jup n=36. Didn't think it was worth telling ;)
Log in to reply
well, if I were to replace all the 666's with 111, then one could easily guess that the answer is 111^2 =D
Log in to reply
@Pi Han Goh – True true... but since it all worked for this quest ion I have chosen to leave it out of my solution. But you are right that it has to be checked to see if it holds
Problem Loading...
Note Loading...
Set Loading...
Well the sum of the first n numbers is 2 n ( n + 1 ) and the sum of the first n cubes is 4 n 2 ( n + 1 ) 2 which can be found here . So obviously squaring the first results in the second.