This MCQ module is based on: 5.4 Sum of First n Terms of an AP
5.4 Sum of First n Terms of an AP
This mathematics assessment will be based on: 5.4 Sum of First n Terms of an AP
Targeting Class 10 level in Algebra, with Intermediate difficulty.
Upload images, PDFs, or Word documents to include their content in assessment generation.
5.4 Sum of First n Terms of an AP
A famous story tells of a school teacher who, to keep 10-year-old Carl Friedrich Gauss busy, asked the class to add the numbers 1 through 100. Within moments Gauss answered 5050. How? He noticed that pairing the numbers from the ends inward always gave 101:
Derivation of the Sum Formula
Write \(S\) in reverse: \(S = (a+(n-1)d) + (a+(n-2)d) + \cdots + a\).
Add the two row-wise. Each pair sums to \(\,2a + (n-1)d\,\), and there are \(n\) pairs.
Hence \(2S = n\bigl[2a+(n-1)d\bigr]\), giving
\[S_n = \tfrac{n}{2}\bigl[\,2a+(n-1)d\,\bigr].\]
Also, \(a_n = S_n - S_{n-1}\).
Sum of the first \(n\) natural numbers: \(1+2+\cdots+n = \tfrac{n(n+1)}{2}\) (put \(a=1,\ d=1\)).
Example 11 — Sum of 22 terms
Find the sum of the first 22 terms of the AP 8, 3, −2, −7, ...
\(a=8,\ d=-5,\ n=22\). \(S_{22} = \tfrac{22}{2}[2\cdot 8 + 21\cdot(-5)] = 11[16-105] = 11(-89) = -979\).
Example 12 — Finding a specific term sum
If the first term of an AP is 5, the last term is 45, and the sum is 400, find the number of terms.
\(S_n = \tfrac{n}{2}(a+l)\Rightarrow 400 = \tfrac{n}{2}(5+45) = 25n\Rightarrow n = 16\).
Also \(d = \frac{l-a}{n-1} = \frac{40}{15} = \tfrac{8}{3}\).
Example 13 — How many terms for a given sum?
How many terms of the AP 24, 21, 18, ... must be taken to give a sum of 78?
\(a=24,\ d=-3\). \(78 = \tfrac{n}{2}[48 + (n-1)(-3)] = \tfrac{n}{2}(51 - 3n)\).
So \(156 = 51n - 3n^2\Rightarrow 3n^2 - 51n + 156 = 0\Rightarrow n^2 - 17n + 52 = 0\).
\((n-4)(n-13)=0\Rightarrow n = 4\) or \(13\). Both are valid (because terms 5 through 13 happen to sum to 0).
Example 14 — Sum of first 1000 positive integers
\(S_{1000} = \tfrac{1000\cdot 1001}{2} = 500500\).
Example 15 — Sum of first \(n\) odd numbers
AP 1, 3, 5, 7, ..., \(a=1,\ d=2\). \(S_n = \tfrac{n}{2}[2+(n-1)\cdot 2] = \tfrac{n}{2}\cdot 2n = n^2\). Neat result: the sum of the first \(n\) odd numbers is \(n^2\).
Example 16 — Managerial annuity
A manager saves ₹5000 in the first year of service and increases his annual savings by ₹200 every year. In how many years will his total savings be ₹66,000?
\(a=5000,\ d=200,\ S_n = 66000\). \(66000 = \tfrac{n}{2}[10000+(n-1)\cdot 200] = n(5000 + 100(n-1)) = n(4900+100n)\).
\(100n^2 + 4900n - 66000 = 0 \Rightarrow n^2 + 49n - 660 = 0\). \((n-11)(n+60)=0\Rightarrow n = 11\) (reject −60). 11 years.
Example 17 — Finding \(a_n\) from \(S_n\)
The sum of the first \(n\) terms of an AP is given by \(S_n = 4n - n^2\). Find \(a\), \(a_2\), and \(a_{10}\).
\(a = S_1 = 4-1 = 3\). \(S_2 = 8-4 = 4\Rightarrow a_2 = S_2 - S_1 = 1\). So \(d = -2\). \(a_{10} = 3 + 9(-2) = -15\).
Example 18 — Bricks in a pile
A pile of logs has 20 logs in the bottom row, 19 in the next, 18 in the next, and so on. How many rows are there if 200 logs are used? Is \(S_n = 200\) possible with the same pattern?
\(a=20,\ d=-1\). \(200 = \tfrac{n}{2}[40-(n-1)] = \tfrac{n}{2}(41-n)\Rightarrow n^2 - 41n + 400 = 0\Rightarrow (n-16)(n-25)=0\).
\(n=16\) gives last row \(a_{16} = 5\) logs — valid. \(n=25\) would give \(a_{25} = -4\) — impossible. So 16 rows.
Example 19 — Prize money
In a school, a cash prize of ₹700 is to be given for seven categories with each successive prize being ₹20 less than the previous. Find the value of each of the seven prizes.
\(S_7 = 700\), \(d=-20,\ n=7\). \(700 = \tfrac{7}{2}[2a + 6(-20)] = \tfrac{7}{2}(2a-120)\Rightarrow 2a-120 = 200\Rightarrow a = 160\).
Prizes: ₹160, 140, 120, 100, 80, 60, 40.
- Place 1 coin in column 1, 2 in column 2, ..., 20 in column 20. This is a staircase totaling \(S\) coins.
- Stack an identical staircase upside-down on top — now every column has exactly 21 coins and there are 20 columns.
- Total coins = \(20 \times 21 = 420\). But this is twice your original, so \(S = 210\).
- Generalise: for \(1+2+\cdots+n\), the paired total is \(n(n+1)\); dividing by 2 gives \(\tfrac{n(n+1)}{2}\).
This is exactly the reverse-and-add trick used to derive \(S_n = \tfrac{n}{2}(a+l)\). The paired sum \(a+l\) appears \(n\) times, and halving gives the total.
Exercise 5.3 (Selected)
(ii) \(a=-37,d=4,n=12\): \(S=6[-74+44]=6(-30)=-180\). Wait: \(S=\tfrac{12}{2}[2(-37)+11(4)]=6(-74+44)=-180\).
(iii) \(a=0.6,d=1.1,n=100\): \(S=50[1.2+99(1.1)]=50(1.2+108.9)=50(110.1)=5505\).
(iv) \(d=\tfrac{1}{12}-\tfrac{1}{15}=\tfrac{5-4}{60}=\tfrac{1}{60}\). \(S_{11}=\tfrac{11}{2}\bigl[\tfrac{2}{15}+10\cdot\tfrac{1}{60}\bigr]=\tfrac{11}{2}\bigl[\tfrac{2}{15}+\tfrac{1}{6}\bigr]=\tfrac{11}{2}\cdot\tfrac{4+5}{30}=\tfrac{11}{2}\cdot\tfrac{9}{30}=\tfrac{33}{20}\).
Competency-Based Questions
Assertion–Reason Questions
Reason (R): It is a special case of \(S_n = \tfrac{n}{2}(a+l)\) with \(a=1,\ l=n\).
Reason (R): \(a_n = S_n - S_{n-1}\).
Frequently Asked Questions — Arithmetic Progressions
What is Part 2 — Sum of First n Terms of an AP | Class 10 Maths Ch 5 | MyAiSchool in NCERT Class 10 Mathematics?
Part 2 — Sum of First n Terms of an AP | Class 10 Maths Ch 5 | MyAiSchool is a key concept covered in NCERT Class 10 Mathematics, Chapter 5: Arithmetic Progressions. This lesson builds the student's foundation in the chapter by explaining the core ideas with worked examples, definitions, and step-by-step methods aligned to the CBSE curriculum.
How do I solve problems on Part 2 — Sum of First n Terms of an AP | Class 10 Maths Ch 5 | MyAiSchool step by step?
To solve problems on Part 2 — Sum of First n Terms of an AP | Class 10 Maths Ch 5 | MyAiSchool, follow the NCERT method: identify the given quantities, choose the relevant formula or theorem, substitute values carefully, and simplify. Class 10 exercises gradually increase in difficulty — start with solved NCERT examples before attempting exercise questions, and always verify your answer by substitution or diagram.
What are the most important formulas for Chapter 5: Arithmetic Progressions?
The essential formulas of Chapter 5 (Arithmetic Progressions) are listed in the chapter summary and highlighted throughout the lesson in formula boxes. Memorise them and practise at least 2–3 problems per formula. CBSE board exams frequently test direct application as well as combined use of multiple formulas from this chapter.
Is Part 2 — Sum of First n Terms of an AP | Class 10 Maths Ch 5 | MyAiSchool important for the Class 10 board exam?
Part 2 — Sum of First n Terms of an AP | Class 10 Maths Ch 5 | MyAiSchool is part of the NCERT Class 10 Mathematics syllabus and appears in CBSE board exams. Questions typically include short-answer, long-answer, and competency-based items. Review the NCERT examples, exercise questions, and previous-year board problems on this topic to prepare confidently.
What mistakes should students avoid in Part 2 — Sum of First n Terms of an AP | Class 10 Maths Ch 5 | MyAiSchool?
Common mistakes in Part 2 — Sum of First n Terms of an AP | Class 10 Maths Ch 5 | MyAiSchool include skipping steps, misapplying formulas, sign errors, and losing track of units. Write each step clearly, double-check algebraic manipulations, and re-read the question after solving to verify that your answer matches what was asked.
Where can I find more NCERT practice questions on Part 2 — Sum of First n Terms of an AP | Class 10 Maths Ch 5 | MyAiSchool?
End-of-chapter NCERT exercises for Part 2 — Sum of First n Terms of an AP | Class 10 Maths Ch 5 | MyAiSchool cover all difficulty levels tested in CBSE exams. After completing them, try the examples again without looking at the solutions, attempt the NCERT Exemplar questions for Chapter 5, and solve at least one previous-year board paper to consolidate your understanding.