All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Sum of Cubes (Posted on 2004-05-25) Difficulty: 3 of 5
Prove that the sum of consecutive perfect cubes (starting with 1) is always a perfect square.

For example:
1=1
1+8=9
1+8+27=36

See The Solution Submitted by Gamer    
Rating: 3.4000 (5 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Puzzle Solution | Comment 10 of 12 |

Let F(n) = 1^3 + 2^3 + ....+ n^3, say.

Then, from the given example:
F(1) = 1 = (1*2/2)^2
F(2) = 9 = (2*3/2)^2
 F(3) = 36 = (3*4/2)^2  

This leads us to conjecture that:

F(n) = (n(n+1)/2)^2 ....(#)

Now, for n=t, we have:

F(t) = (t(t+1)/2)^2

-> F(t+1) = (t+1)^3 + F(t)
= (t+1)^3 + (t(t+1)/2)^2
= (1/4)*(t+1)^2*(4t+4+ t^2)
= (1/4)*(t+1)^2*(t+2)^2
= ((t+1)(t+2)/2)^2

Thus, the result holds for n=t+1 iff it holds for n=t.

It has already been shown that the result holds for n=1,2,3.

Therefore, the result (#) holds for any positive integer value of n.

Consequently, the sum of consecutive perfect cubes (starting with 1) is always a perfect square.


  Posted by K Sengupta on 2008-11-27 13:24:04
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (15)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information