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.












