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

Home > Just Math
Squares and Triangles (Posted on 2005-01-18) Difficulty: 2 of 5
The following sequence gives a series of square numbers,

10% of 10=1,
20% 0f 20=4,
30% of 30=9,
40% of 40=16,........
90% 0f 90=81,
100% 0f 100=100,.....

Is it possible to create a similar series that gives us triangular numbers as the result?

No Solution Yet Submitted by Juggler    
Rating: 3.0000 (5 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Proof | Comment 4 of 8 |
Triangular numbers are defined recursively:
T(n) = T(n-1) + n

So we want to prove that (.1*n)*(5n+5) = T(n)
(ie, that 10% of 10, 20% of 15, 30% of 20, 40% of 25, etc are all consecutive triangular numbers)

This is easily done inductively. The base case is obvious: T(1) = .1*(5+5) = 1.

By definition, T(n+1) = T(n) + n + 1.
And if we assume that T(n) = (.1n)(5n+5) = .5n^2 + .5n, then T(n+1) = .5n^2 + 1.5n + 1.

And using the formula we're trying to prove:
T(n+1) = (.1(n+1))(5(n+1)+5) = (.1n + .1)(5n + 10) = .5n^2 + 1.5n + 1

So since the base case works and the nth case implies the (n+1)th case, the formula T(n) = .1n(5n+5) is a true formula for any triangular number.

  Posted by athar on 2005-02-08 03:25:06
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 (14)
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