Arithmetic Progression • Topic 2 of 3

Sum of n Terms

The sum of the first n terms of an AP is S_n = n/2 [2a + (n − 1)d]. The version CAT students reach for far more often is S_n = n/2 (first + last), because in most word problems you already know (or can quickly find) both end terms. Both come from the same insight Gauss famously used: pair the first term with the last, the second with the second-last, and every pair sums to (first + last); there are n/2 such pairs. A third lens is the average: since the terms are evenly spaced, their mean is just (first + last)/2, so S_n = n × average. Keep two standard sums on instant recall: 1 + 2 + … + n = n(n + 1)/2 and the sum of the first n odd numbers = n². These let you evaluate sums of multiples or evenly spaced lists without ever writing the full series.

✅ Solved examples

1. Find the sum of the first 20 terms of the AP 2, 5, 8, 11, …
a = 2, d = 3. S_20 = 20/2 [2×2 + 19×3] = 10[4 + 57] = 10×61 = 610.
2. Find the sum 5 + 10 + 15 + … + 100.
This is 5(1 + 2 + … + 20) = 5 × 20×21/2 = 5 × 210 = 1050. (Or n = 20, S = 20/2 (5 + 100) = 10×105 = 1050.)
3. The sum of the first n terms of an AP is 3n² + 2n. Find its 10th term.
a_n = S_n − S_(n−1) = (3n² + 2n) − [3(n−1)² + 2(n−1)] = 6n − 1. So a_10 = 60 − 1 = 59.
4. How many terms of the AP 9, 17, 25, … add up to 636?
a = 9, d = 8. n/2 [18 + (n − 1)8] = 636 ⇒ n(8n + 10) = 1272 ⇒ 4n² + 5n − 636 = 0 ⇒ n = 12.

✏️ Practice — try these, take hints as needed

1. Find the sum of the first 25 terms of the AP 4, 7, 10, …
a = 4, d = 3.
S_n = n/2 [2a + (n − 1)d].
25/2 [8 + 24×3].
1000
2. Find the sum 3 + 6 + 9 + … + 150.
Common difference 3, last term 150.
n = 50.
S = 50/2 (3 + 150).
3825
3. The sum of the first n terms is 2n² + 3n. Find the 8th term.
a_n = S_n − S_(n−1).
Expand and simplify.
a_n = 4n + 1.
33
4. Find the sum of all even numbers from 2 to 100.
2 + 4 + … + 100 = 2(1 + 2 + … + 50).
Use n(n + 1)/2 for 50.
2 × 1275.
2550
5. How many terms of the AP 5, 9, 13, … sum to 275?
a = 5, d = 4.
n/2 [10 + (n − 1)4] = 275.
2n² + 3n − 275 = 0.
11

📝 Topic test — 8 questions

Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.

Loading questions…