Consider the following sequence of all positive odd numbers: 1 , 3 , 5 , 7 , 9 , 1 1 , 1 3 , … .
The sum of the first 3 terms is equal to 9:
1
+
3
+
5
=
9
.
The sum of the first 5 terms is equal to 25:
1
+
3
+
5
+
7
+
9
=
2
5
.
What is the sum of the first 99 terms of the sequence?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Can you solve this question? 1+3+5+7+9+11+13=
Let's say the sum is 9 9 no. of terms 1 + 3 + 5 + ⋯ ⋯ + n where n is ODD
It can be seen that the sum is in Arithmetic Progression (A.P) where each terms increments by 2
Hence, we use the formula S n = 2 n [ 2 a + ( n − 1 ) d ] where n = number of terms , a = first term , d = common difference
Derivation:
S n = n no. of terms [ a ] + [ a + d ] + [ a + 2 d ] + ⋯ ⋯ + [ a + ( n − 1 ) d ] − (I)
Now we are going to write the sum in reverse order which gives us S n = n no. of terms [ a + ( n − 1 ) d ] + [ a + ( n − 2 ) d ] + ⋯ ⋯ + [ a + d ] + [ a ] − (II)
By (I) + (II) we get:
2 S n = n no. of terms [ 2 a + ( n − 1 ) d ] + [ 2 a + ( n − 1 ) d ] + ⋯ ⋯ + [ 2 a + ( n − 1 ) d ]
Hence, 2 S n = n [ 2 a + ( n − 1 ) d ] ⟹ S n = 2 n [ 2 a + ( n − 1 ) d ] = 2 n [ 2 a + ( n − 1 ) d ]
Now back to the problem:
We saw that the sum is in A.P where each terms increments by 2
Here n = number of terms = 9 9 , a = first term = 1 , d = common difference = 2
Therefore, by putting the formua we get:
S n = 2 9 9 [ ( 2 × 1 ) + ( 9 9 − 1 ) 2 ] = 2 9 9 [ 2 + ( 9 8 ) 2 ] = 2 9 9 [ 2 + 1 9 6 ] = 2 9 9 [ 1 9 8 ] = 2 9 9 × 1 9 8 = 9 8 0 1
Let, S=1+3+5+......(2n-5)+(2n-3)+(2n-1) S=(2n-1)+(2n-3)+(2n-5)......+5+3+1 S+S={(2n-1)+1}+{(2n-3)+3}+{(2n-5)+5}..... 2S=n(2n) S=n^2 Sum For first 99th odd numbers =99^2=99(100-1)=9900-99=9801 (Ans)
The sum of the first odd number is n², so it should be 99² = (90 + 9)² = 8100 + 1620 + 81 = 9801
Problem Loading...
Note Loading...
Set Loading...
The sum first n odd numbers is given by n 2 which in our case is 9 9 2 = 9 8 0 1