NCERT Solutions Class 10 Mathematics Chapter 5 Arithmetic Progressions
These NCERT Solutions Class 10 Mathematics Chapter 5 Arithmetic Progressions provide comprehensive, step-by-step guidance tailored for CBSE board exam preparation. In the Class 10 syllabus, Chapter 5 introduces students to the algebraic concept of numerical sequences that increase or decrease by a constant amount. Arithmetic Progressions (AP) forms a core pillar of the Algebra unit, which collectively carries 20 marks in the CBSE Class 10 Mathematics annual board examination. Chapter 5 specifically accounts for 4 to 6 marks across multiple-choice questions, short-answer questions, and 4-mark real-world case studies. This comprehensive guide covers all three primary exercises (Exercise 5.1, Exercise 5.2, and Exercise 5.3), offering step-by-step mathematical reasoning, complete derivations, key formulas, common pitfalls, and practical shortcuts.
Chapter Overview
An Arithmetic Progression (AP) is a sequence of numbers in which each term after the first is obtained by adding a fixed number, known as the common difference (denoted by d), to the preceding term. Arithmetic Progressions model various real-life phenomena such as salary increments, installment repayments, ladder rung spacing, and simple interest growth.
Key definitions and concepts covered in Chapter 5 include:
- First Term (a): The initial number of the arithmetic sequence, denoted as a or a1.
- Common Difference (d): The constant difference between any term and its preceding term: d = ak+1 − ak. The common difference can be positive, negative, or zero.
- General Form of an AP: a, a + d, a + 2d, a + 3d, …, a + (n − 1)d.
- Finite vs. Infinite AP: An AP containing a finite number of terms has a distinct last term (denoted by l), whereas an infinite AP continues indefinitely without a terminal value.
The NCERT Class 10 Mathematics Chapter 5 curriculum is systematically divided into three main exercises:
- Exercise 5.1: Fundamentals of AP — identifying arithmetic sequences, calculating the first term and common difference, and formulating terms from given conditions.
- Exercise 5.2: The nth Term of an AP — applying the general term formula an = a + (n − 1)d to find missing terms, term indices, and terms from the end.
- Exercise 5.3: Sum of the First n Terms — deriving and applying Sn = (n / 2)[2a + (n − 1)d] and solving practical word problems.
Exercise Solutions
Below are detailed, step-by-step solutions for representative and high-frequency questions across all exercises of NCERT Class 10 Mathematics Chapter 5.
Exercise 5.1 — Understanding Arithmetic Progressions
Question 1 (NCERT Page 99): In which of the following situations does the list of numbers involved make an arithmetic progression, and why?
Situation: The taxi fare after each km when the fare is ₹15 for the first km and ₹8 for each additional km.
- Given: Fare for the 1st km (a1) = ₹15; Fare for each additional km = ₹8.
- To Find: Whether the sequence of total fares forms an AP.
- Step-by-Step Calculation:
- Fare for 1 km: a1 = 15
- Fare for 2 km: a2 = 15 + 8 = ₹23
- Fare for 3 km: a3 = 23 + 8 = ₹31
- Fare for 4 km: a4 = 31 + 8 = ₹39
- Check difference: a2 − a1 = 23 − 15 = 8; a3 − a2 = 31 − 23 = 8; a4 − a3 = 39 − 31 = 8.
- Conclusion: Since the difference (ak+1 − ak) is constant (d = 8), this situation forms an AP.
- Final Answer: Yes, the sequence 15, 23, 31, 39, … forms an AP with a = 15 and d = 8.
Question 4 (NCERT Page 100): Which of the following are APs? If they form an AP, find the common difference d and write three more terms: √2, √8, √18, √32, …
- Given: Sequence √2, √8, √18, √32, …
- Step-by-Step Simplification:
- a1 = √2
- a2 = √8 = √(4 × 2) = 2√2
- a3 = √18 = √(9 × 2) = 3√2
- a4 = √32 = √(16 × 2) = 4√2
- Calculate Differences:
- a2 − a1 = 2√2 − √2 = √2
- a3 − a2 = 3√2 − 2√2 = √2
- a4 − a3 = 4√2 − 3√2 = √2
- Next Three Terms:
- a5 = 4√2 + √2 = 5√2 = √50
- a6 = 5√2 + √2 = 6√2 = √72
- a7 = 6√2 + √2 = 7√2 = √98
- Final Answer: It is an AP with common difference d = √2. The next three terms are √50, √72, and √98.
Exercise 5.2 — The nth Term of an AP
Question 7 (NCERT Page 106): Find the 31st term of an AP whose 11th term is 38 and the 16th term is 73.
- Given: 11th term (a11) = 38; 16th term (a16) = 73.
- To Find: 31st term (a31).
- Formula: an = a + (n − 1)d
- Step-by-Step Calculation:
- Set up Equation (1): a11 = a + (11 − 1)d ⇒ a + 10d = 38 … (1)
- Set up Equation (2): a16 = a + (16 − 1)d ⇒ a + 15d = 73 … (2)
- Subtract Equation (1) from Equation (2): (a + 15d) − (a + 10d) = 73 − 38 ⇒ 5d = 35 ⇒ d = 7
- Substitute d = 7 into Equation (1): a + 10(7) = 38 ⇒ a + 70 = 38 ⇒ a = −32
- Calculate a31: a31 = a + (31 − 1)d = −32 + 30(7) = −32 + 210 = 178
- Final Answer: The 31st term of the AP is 178.
Question 13 (NCERT Page 106): How many three-digit numbers are divisible by 7?
- Given: Three-digit numbers range from 100 to 999.
- To Find: Number of terms (n) divisible by 7.
- Step-by-Step Calculation:
- Smallest 3-digit number divisible by 7: 100 ÷ 7 = 14 with remainder 2. Smallest number = 100 + (7 − 2) = 105. Thus, a = 105.
- Largest 3-digit number divisible by 7: 999 ÷ 7 = 142 with remainder 5. Largest number = 999 − 5 = 994. Thus, an = l = 994.
- Common difference: d = 7.
- Sequence: 105, 112, 119, …, 994.
- Formula substitution: an = a + (n − 1)d ⇒ 994 = 105 + (n − 1)7
- 994 − 105 = 7(n − 1) ⇒ 889 = 7(n − 1)
- n − 1 = 889 / 7 = 127 ⇒ n = 128
- Final Answer: There are 128 three-digit numbers divisible by 7.
Question 17 (NCERT Page 107): Find the 20th term from the last term of the AP: 3, 8, 13, …, 253.
- Given: AP = 3, 8, 13, …, 253; Last term (l) = 253; Common difference (d) = 8 − 3 = 5.
- Formula: nth term from the end = l − (n − 1)d
- Step-by-Step Calculation:
- Here, l = 253, n = 20, and d = 5.
- 20th term from the end = 253 − (20 − 1) × 5
- = 253 − (19 × 5)
- = 253 − 95 = 158
- Final Answer: The 20th term from the last term is 158.
Exercise 5.3 — Sum of First n Terms of an AP
Question 9 (NCERT Page 113): If the sum of the first 7 terms of an AP is 49 and that of 17 terms is 289, find the sum of the first n terms.
- Given: S7 = 49 and S17 = 289.
- To Find: Sn in terms of n.
- Formula: Sn = (n / 2)[2a + (n − 1)d]
- Step-by-Step Calculation:
- For n = 7: S7 = (7 / 2)[2a + 6d] = 49 ⇒ (7 / 2) × 2[a + 3d] = 49 ⇒ a + 3d = 7 … (1)
- For n = 17: S17 = (17 / 2)[2a + 16d] = 289 ⇒ (17 / 2) × 2[a + 8d] = 289 ⇒ a + 8d = 17 … (2)
- Subtract (1) from (2): (a + 8d) − (a + 3d) = 17 − 7 ⇒ 5d = 10 ⇒ d = 2
- Substitute d = 2 into (1): a + 3(2) = 7 ⇒ a + 6 = 7 ⇒ a = 1
- Find Sn: Sn = (n / 2)[2(1) + (n − 1)(2)] = (n / 2)[2 + 2n − 2] = (n / 2)[2n] = n2
- Final Answer: The sum of the first n terms is Sn = n2.
Question 11 (NCERT Page 113): If the sum of the first n terms of an AP is given by Sn = 4n − n2, what is the first term (S1)? What is the sum of the first two terms? What is the second term? Similarly, find the 3rd, 10th, and nth terms.
- Given: Sn = 4n − n2
- Key Identity: a1 = S1 and an = Sn − Sn−1 for n ≥ 2
- Step-by-Step Calculation:
- First term: a1 = S1 = 4(1) − (1)2 = 4 − 1 = 3
- Sum of first two terms: S2 = 4(2) − (2)2 = 8 − 4 = 4
- Second term: a2 = S2 − S1 = 4 − 3 = 1
- Common difference: d = a2 − a1 = 1 − 3 = −2
- Third term: a3 = a + 2d = 3 + 2(−2) = 3 − 4 = −1
- Tenth term: a10 = a + 9d = 3 + 9(−2) = 3 − 18 = −15
- General nth term: an = Sn − Sn−1 = (4n − n2) − [4(n − 1) − (n − 1)2]
= 4n − n2 − [4n − 4 − (n2 − 2n + 1)] = 4n − n2 − [6n − n2 − 5] = 5 − 2n
- Final Answer: First term = 3, Sum of first 2 terms = 4, Second term = 1, 3rd term = −1, 10th term = −15, and nth term = 5 − 2n.
Important Formulas and Theorems
Mastering these mathematical relationships is essential for solving any NCERT Mathematics Class 10 solutions problem quickly and accurately during exams:
| Concept / Name | Mathematical Formula | Variables Defined |
|---|---|---|
| General Term (nth Term) | an = a + (n − 1)d | a = first term, d = common difference, n = term position |
| nth Term from End | an(end) = l − (n − 1)d | l = last term, d = common diff, n = position from last |
| Sum of First n Terms (Standard) | Sn = (n / 2)[2a + (n − 1)d] | n = number of terms, a = first term, d = common diff |
| Sum of First n Terms (Last Term Known) | Sn = (n / 2)(a + l) | a = first term, l = an = last term |
| Sum of First n Natural Numbers | Sn = [n(n + 1)] / 2 | Derived from AP: 1, 2, 3, …, n where a = 1, d = 1 |
| Relation Between an and Sn | an = Sn − Sn−1 | Valid for all integers n ≥ 2 (Note: a1 = S1) |
| Arithmetic Mean (AM) | b = (a + c) / 2 | If a, b, c are in AP, then b is the AM of a and c |
Derivation of Sum of First n Terms (Gauss's Method)
Let an AP have first term a and common difference d. Writing the sum Sn in forward and reverse order:
- Sn = a + (a + d) + (a + 2d) + … + [a + (n − 1)d] … (Equation 1)
- Sn = [a + (n − 1)d] + [a + (n − 2)d] + … + (a + d) + a … (Equation 2)
- Adding Equation (1) and Equation (2) term-by-term vertically yields n identical terms of [2a + (n − 1)d]:
- 2Sn = n × [2a + (n − 1)d]
- Dividing by 2 gives: Sn = (n / 2)[2a + (n − 1)d]
Choosing Convenient Terms in AP for Algebraic Problems
When solving word problems involving symmetric relations, select symmetric variables to simplify calculations:
- 3 terms in AP: Let the terms be (a − d), a, (a + d) ⇒ Sum = 3a (eliminates d immediately).
- 4 terms in AP: Let the terms be (a − 3d), (a − d), (a + d), (a + 3d) ⇒ Common difference is 2d; Sum = 4a.
- 5 terms in AP: Let the terms be (a − 2d), (a − d), a, (a + d), (a + 2d) ⇒ Sum = 5a.
Common Mistakes and Tips
Avoid these frequent calculation and conceptual errors identified by CBSE evaluators:
- Confusing the Term Number (n) with the Value of the Term (an): The position n must always be a positive integer (natural number ∈ ℕ). If your algebraic calculation gives n as a negative number or fraction (e.g., n = −5 or n = 14.3), that term does not exist in the AP. In contrast, an, a, and d can be fractions, decimals, or negative numbers.
- Sign Errors with Negative Common Difference: When d is negative, always write substitutions inside parentheses: a + (n − 1)(−3). Omitting brackets leads to writing a + n − 1 − 3, which produces incorrect results.
- Misunderstanding the Double Answer for n in Sum Problems: In problems where Sn yields two positive integer values of n (e.g., n = 4 and n = 13 for an AP with negative d), both answers can be mathematically valid. This occurs because the sum of terms from the 5th to the 13th position equals zero. Always write an explanation for both values to secure full marks.
- Forgetting to Reverse Difference When Finding Terms from the End: When calculating from the last term backward, the common difference becomes −d. Alternatively, directly use the standard formula an(end) = l − (n − 1)d.
Board Exam Relevance
Arithmetic Progressions is among the most reliable, scoring chapters in the CBSE Class 10 Board Exam. Questions are framed according to the following typical mark distribution:
- Section A (1 Mark - MCQ / Assertion-Reason): Identifying whether a sequence is an AP, finding the common difference when given consecutive algebraic expressions such as (k − 1), (k + 3), (3k − 1), or finding a10 − a5.
- Section B (2 Marks - Short Answer): Determining which term of an AP is a given number, finding missing box terms in NCERT sequences, or finding the 10th term from the end.
- Section C (3 Marks - Short Answer): Simultaneous linear equations in a and d (e.g., given two separate terms, find a third term), or calculating sums like the sum of all integers between 100 and 500 divisible by 8.
- Section D / E (4 Marks - Case Study / Long Answer): Real-life application scenarios such as production of TV sets in 3rd and 7th years, saving schemes, triangular arrangements of flower beds, or stadium seating rows.
More NCERT Solutions and Practice
To master Arithmetic Progressions and achieve a 100/100 in your Class 10 Board Exams, structured practice of standard NCERT questions, exemplar problems, and previous years' board papers (PYQs) is essential. Explore comprehensive chapter-wise tests, instant AI-evaluated step marking, and customized mock test generation for Class 10 Mathematics at qptool.theorify.in.