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

Home > Just Math
Odd Sum (Posted on 2002-08-08) Difficulty: 2 of 5
Prove that the sum of consecutive odd numbers beginning at 1 (eg 1, 3, 5, ..) always adds up to a perfect square

See The Solution Submitted by Cheradenine    
Rating: 3.9000 (10 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
re: (Happy's post) | Comment 4 of 19 |
(In reply to by Happy)

You are on the right track. Prove it inductively (recursively), but do it with equations:

First define O(n) as the sum of the first n odd numbers
            n
O(n) = ∑(2i - 1)
         i=1

Then show that
O(1) = 1 = 1²
O(2) = 1 + 3 = 4 = 2²

Now, assuming O(n) = n², show that O(n + 1) = (n + 1)²:

O(n + 1) = O(n) + [2(n + 1) - 1] = n² + 2n + 2 -1 = n² + 2n + 1 = (n + 1)²
  Posted by TomM on 2002-08-08 21:21:28

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 (5)
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