-
clawhammer
- Master | Next Rank: 500 Posts
- Posts: 132
- Joined: Sun Aug 15, 2010 10:08 am
- Thanked: 3 times
- Followed by:1 members
Can anyone tell me how to calculate the SUM of numbers in a sequence,
if I know: Initial Number, Last Number, The Difference between them, and length of the sequence
For example, i want to calculate the sum of the following:
5+10+15+....+50 = ?
Here, Length = 10, Difference between 2 consecutive term = 5, starting = 5, ending =50
Then sum = ?
Can't recall this formula, need it bad.
if I know: Initial Number, Last Number, The Difference between them, and length of the sequence
For example, i want to calculate the sum of the following:
5+10+15+....+50 = ?
Here, Length = 10, Difference between 2 consecutive term = 5, starting = 5, ending =50
Then sum = ?
Can't recall this formula, need it bad.












