Question
Question: How do you add all the odd numbers between \(1\) and \(99\) inclusive ?...
How do you add all the odd numbers between 1 and 99 inclusive ?
Solution
In the given question, we are required to find the sum of all the odd numbers between 1 and 99 including both 1 and 99. The question can be solved using the concepts of arithmetic progression. The problem requires us to have knowledge about finding the sum of n terms of an arithmetic series.
Complete step by step answer:
So, we have to find the sum 1+3+5+7+......+97+99.
We can see that the given numbers are in arithmetic progression.
Now, we have to find the common difference of the arithmetic progression.
Let the common difference be d.
Then, d=(3−2)=(5−3)=(99−97)=2
Now, we know that the nth term of the series can be found using the formula an=a+(n−1)d.
So, 99=1+(n−1)(2)
Subtracting 1 from both sides of the equation, we get,
⇒2(n−1)=99−1
Simplifying the calculation further, we get,
⇒2(n−1)=98
⇒(n−1)=49
Simplifying further, we get,
⇒n=50
So, 99 is the 50th term in the arithmetic progression.
Now, we know the number of terms in the series as well that is required to find the sum of the progression.
The sum of n terms of an arithmetic progression is 2n(2(a)+(n−1)(d)).
Therefore, 1+3+5+7+......+97+99=250(2(1)+(50−1)(2))
⇒1+3+5+7+......+97+99=25(2+98)
Simplifying further, we get,
⇒1+3+5+7+......+97+99=25(100)
⇒1+3+5+7+......+97+99=2500
So, the sum of all the odd numbers between 1 and 99 including both 1 and 99 is 2500.
Note: There are various methods to find the summation required in the given problem. The method discussed in the solution is the standard method to solve such questions and should be kept in mind as it can be used to solve other questions of the same type.