Re: What is the sum of odd integers from 35 to 85, inclusive? A
[#permalink]
30 Jun 2020, 19:42
In this problem, we can identify that this odd integers can be included as part of an arithmetic sequence whose first term is 35, its last term 85 and the constant difference is 2. When it mentions the word inclusive, it means that the endpoints must be included in the sum.
To solve this problem, we can apply the formula of sum of "n" terms in an arithmetic progression:
(n*(Tn+t1))/2........................................................(1)
Where
t1=First term
Tn=Term "n"
n =Number of terms
But, to apply this formula, we need the number of terms "n".
To get this value, we modify the formula of arithmetic progression: tn=t1+r(n-1).
Changing it to to:
n=1+(tn-t1)/(r)................................................................(2)
Replacing values:
n=1+(85-35)/2
n=26
Using this value of n in equation (1)
Sum=(26*(85+35))/2
Result:
Sum=1560