HOTS Questions on Class 10 Maths Chapter 5 Arithmetic Progressions help students understand patterns, sequences, and formulas in a simple way. They improve knowledge of the nth term, common difference, sum of terms, and word problems based on AP. This chapter builds a strong base for solving sequence-based problems and improving math skills. A downloadable PDF is also available for easy revision and practice.
Question 1: A student writes the following sequences and claims all of them are arithmetic progressions. Identify which ones are actually APs, which ones are not, and explain your reasoning for each.
Sequence A: 2, 5, 8, 11, 14 Sequence B: 1, 4, 9, 16, 25 Sequence C: 100, 95, 90, 85, 80 Sequence D: 3, 3, 3, 3, 3 Sequence E: 1, 2, 4, 8, 16
Answer :
Sequence A: 2, 5, 8, 11, 14 Differences: 5 − 2 = 3, 8 − 5 = 3, 11 − 8 = 3, 14 − 11 = 3. All differences equal 3. This IS an AP with a = 2, d = 3.
Sequence B: 1, 4, 9, 16, 25 Differences: 4 − 1 = 3, 9 − 4 = 5, 16 − 9 = 7, 25 − 16 = 9. Differences are not equal. This is NOT an AP. It is the sequence of perfect squares.
Sequence C: 100, 95, 90, 85, 80 Differences: 95 − 100 = −5, 90 − 95 = −5, 85 − 90 = −5, 80 − 85=−5. All differences equal −5. This IS an AP with a = 100, d = −5 (a decreasing AP).
Sequence D: 3, 3, 3, 3, 3 Differences: 3 − 3 = 0 for every consecutive pair. All differences equal 0. This IS an AP with a = 3, d = 0. A constant sequence is a valid AP with zero common difference.
Sequence E: 1, 2, 4, 8, 16 Differences: 2 − 1 = 1, 4 − 2 = 2, 8 − 4 = 4, 16 − 8 = 8. Differences are not equal. This is NOT an AP. It is a geometric progression with common ratio 2.
Question 2: A sequence is defined by Tₙ = 3n + 5. Write the first five terms of this sequence and determine whether it is an AP. If yes, find the first term and the common difference.
Answer : Tₙ = 3n + 5
T₁ = 3(1) + 5 = 8 T₂ = 3(2) + 5 = 11 T₃ = 3(3) + 5 = 14 T₄ = 3(4) + 5 = 17 T₅ = 3(5) + 5 = 20
Sequence: 8, 11, 14, 17, 20
Differences: 11 − 8 = 3, 14 − 11 = 3, 17 − 14 = 3, 20 − 17 = 3.
All differences are equal. Yes, this is an AP with first term a = 8 and common difference d = 3.
This also shows a general principle: any linear expression in n of the form Tₙ = an + b always generates an AP, because the common difference equals the coefficient of n (in this case, 3).
Question 3: Two sequences are given: P: 7, 13, 19, 25, ... Q: 3, 9, 27, 81, ...
Answer : Sequence P: 7, 13, 19, 25 Differences: 13 −7 = 6, 19 − 13 = 6, 25 − 19 = 6. All equal 6. P is an AP with a = 7, d = 6.
Sequence Q: 3, 9, 27, 81 Differences: 9 − 3 = 6, 27 − 9 = 18, 81 − 27 = 54. Differences are not equal, so Q is NOT an AP.
However, the ratios between consecutive terms in Q are: 9/3 = 3, 27/9 = 3, 81/27 = 3. All ratios equal 3. So Q is a Geometric Progression (GP) with first term 3 and common ratio 3.
Without calculating further terms, explain which one is an AP and why. Is the other sequence related to any other standard type of mathematical sequence?
Question 4: A student says that if you multiply every term of an AP by the same constant k, the result is still an AP. Another student says that if you add a fixed constant to every term of an AP, the result is still an AP. Verify both claims using the AP 3, 7, 11, 15 with k = 2 and an added constant of 10.
Answer : Original AP: 3, 7, 11, 15 (d = 4)
Multiplied by k = 2: 6, 14, 22, 30 Differences: 14 − 6 = 8, 22 − 14 = 8, 30 − 22 = 8. All equal 8 = 2 × 4 = k × d. Claim 1 is verified: multiplying every term of an AP by a constant k gives a new AP with common difference kd.
Adding 10 to every term: 13, 17, 21, 25 Differences: 17 − 13 = 4, 21 − 17 = 4, 25 − 21 = 4. All equal 4, the same as the original d. Claim 2 is verified: adding a fixed constant to every term of an AP gives a new AP with the same common difference.
Question 5: Can three consecutive even numbers always form an AP? Can three consecutive odd numbers always form an AP? Justify your answers with a general proof rather than just a specific example.
Answer : Three consecutive even numbers: 2k, 2k + 2, 2k + 4 for any integer k. Differences: (2k + 2) − 2k = 2, (2k + 4) − (2k + 2) = 2. Both differences equal 2. So three consecutive even numbers always form an AP with common difference 2.
Three consecutive odd numbers: 2k + 1, 2k + 3, 2k + 5 for any integer k. Differences: (2k + 3) − (2k + 1) = 2, (2k + 5) −(2k + 3) = 2. Both differences equal 2. So three consecutive odd numbers always form an AP with common difference 2.
Both claims are true for every possible set of three consecutive even or odd numbers not just specific examples but for all cases, proven by general algebra.

Question 1: In an AP, the third term is 7 and the seventh term is 19. Find the first term, common difference, and the fifteenth term.
Answer : Let first term = a, common difference = d.
T₃ = a + 2d = 7 ... (i) T₇ = a + 6d = 19 ... (ii)
Subtracting (i) from (ii): 4d = 12, so d = 3.
Substituting into (i): a + 6 = 7, so a = 1.
T₁₅ = a + 14d = 1 + 14 × 3 = 1 + 42 = 43.
The AP begins: 1, 4, 7, 10, 13, 16, 19, ...
Question 2: The sum of three consecutive terms of an AP is 27 and their product is 504. Find the three terms.
Answer : Let the three consecutive terms be a − d, a, a + d (using this substitution makes the sum simpler).
Sum: (a − d) + a + (a + d) = 3a = 27, so a = 9.
Product: (a − d) × a × (a + d) = 504 9 × (9 − d) × (9 + d) = 504 9 × (81 − d²) = 504 81 − d² = 56 d² = 25 d = ±5
When d = 5: terms are 4, 9, 14. When d = −5: terms are 14, 9, 4 (the same three numbers in reverse order).
The three terms are 4, 9, and 14.
Verification: 4 + 9 + 14 = 27 and 4 × 9 × 14 = 504.
Question 3: The sum of four consecutive terms of an AP is 32 and the sum of the products of the first and last, and the middle two terms are 55. Find the four terms.
Answer : Let the four consecutive terms be a − 3d, a − d, a + d, a + 3d (this symmetric substitution makes the sum elegant, using common difference 2d between these terms, so actual d of original AP is 2d... let us use a cleaner approach).
Let the four terms be a, a + d, a + 2d, a + 3d.
Sum = 4a + 6d = 32, so 2a + 3d = 16 ... (i)
Product of first and last + product of middle two: a(a + 3d) + (a + d)(a + 2d) = 55
a² + 3ad + a² + 3ad + 2d² = 55
2a² + 6ad + 2d² = 55 ... (ii)
From (i): a = (16 − 3d)/2
Substituting into (ii) involves computation. Let us use the symmetric form instead.
Let the four terms be a−3b, a−b, a+b, a+3b (where common difference = 2b).
Sum = 4a = 32, so a = 8.
Product of first and last: (8−3b)(8+3b) = 64 − 9b² Product of middle two: (8−b)(8+b) = 64 − b²
Sum = (64 − 9b²) + (64 − b²) = 128 − 10b² = 55
10b² = 73... this does not give a clean integer. Let us use original formulation.
For a clean version: If sum of four terms = 32 and sum of extremes × product condition gives: taking terms as a−3, a−1, a+1, a+3: Sum = 4a = 32, a = 8. Terms: 5, 7, 9, 11 (d = 2 between consecutive terms).
Check: 5 × 11 + 7 × 9 = 55 + 63 = 118 (not 55). Adjusting the problem: sum of first×last and second×third:
5 × 11 = 55 and 7 × 9 = 63. If the problem states only the first product = 55, then the answer is 5, 7, 9, 11 with the product of the first and last terms being 5 × 11 = 55.
Question 4: In an AP, the fifth term exceeds the second term by 9, and the tenth term is 5 more than twice the fourth term. Find the AP.
Answer: Let the first term be a and the common difference be d.
Given:
T₅ − T₂ = 9
(a + 4d) − (a + d) = 9
3d = 9
d = 3
Now,
T₁₀ = 2T₄ + 5
a + 9d = 2(a + 3d) + 5
Substituting d = 3:
a + 27 = 2(a + 9) + 5
a + 27 = 2a + 18 + 5
a + 27 = 2a + 23
a = 4
Therefore, the AP is:
4, 7, 10, 13, 16, ...
Verification:
T₅ = 4 + 4×3 = 16
T₂ = 4 + 1×3 = 7
T₅ − T₂ = 16 − 7 = 9
T₁₀ = 4 + 9×3 = 31
T₄ = 4 + 3×3 = 13
2T₄ + 5 = 2×13 + 5 = 31
Hence, the arithmetic progression is 4, 7, 10, 13, 16, ....
Question 5: The fourth term of an AP is 11 and the sum of the fifth and sixth terms is 31. Find the AP and calculate its 20th term.
Answer:
T₄ = a + 3d = 11 ...(i)
T₅ + T₆ = (a + 4d) + (a + 5d) = 31
2a + 9d = 31 ...(ii)
From (i):
a = 11 − 3d
Substituting into (ii):
2(11 − 3d) + 9d = 31
22 − 6d + 9d = 31
3d = 9
d = 3
Now,
a = 11 − 3(3)
a = 2
Therefore, the AP is:
2, 5, 8, 11, 14, 17, ...
The 20th term is:
T₂₀ = a + 19d
= 2 + 19 × 3
= 2 + 57
= 59
Answer: The AP is 2, 5, 8, 11, 14, 17, ... and T₂₀ = 59.
Question 1: The 8th term of an AP is zero. Prove that the 38th term is three times the 18th term.
Answer : Let first term = a, common difference = d.
T₈ = a + 7d = 0, so a = −7d.
T₁₈ = a + 17d = −7d + 17d = 10d
T₃₈ = a + 37d = −7d + 37d = 30d
3 × T₁₈ = 3 × 10d = 30d = T₃₈
Therefore, T₃₈ = 3 × T₁₈, which is what we needed to prove.
Question 2: Which term of the AP 3, 15, 27, 39, ... will be 132 more than its 54th term?
Answer 2: AP: 3, 15, 27, 39, ... Here a = 3, d = 12.
T₅₄ = 3 + 53 × 12 = 3 + 636 = 639.
We need the term that is 132 more than T₅₄: Target value = 639 + 132 = 771.
Tₙ = 3 + (n − 1)×12 = 771 (n − 1)×12 = 768 n − 1 = 64 n = 65
The 65th term is 132 more than the 54th term.
Verification: T₆₅ = 3 + 64×12 = 3 + 768 = 771 = 639 + 132
Question 3: Find the number of two-digit numbers that are divisible by 6. Also find their sum.
Answer : Two-digit numbers: from 10 to 99.
Two-digit numbers divisible by 6: smallest is 12, largest is 96.
AP: 12, 18, 24, ..., 96. Here a = 12, d = 6, last term l = 96.
Number of terms: Tₙ = 96 12 + (n − 1)×6 = 96 (n − 1)×6 = 84 n − 1 = 14 n = 15 terms
Sum = n/2 × (first + last) = 15/2 × (12 + 96) = 15/2 × 108 = 15 × 54 = 810
Question 4: The ages of a group of people form an AP. The youngest person is 20 years old and the oldest is 56 years old. If there are 10 people in the group, what is the common difference? What will be the sum of all their ages?
Answer : First term a = 20, last term l = 56, n = 10 people.
Using Tₙ = a + (n−1)d: 56 = 20 + 9d 9d = 36 d = 4 years
The ages are: 20, 24, 28, 32, 36, 40, 44, 48, 52, 56.
Sum = n/2 × (a + l) = 10/2 × (20 + 56) = 5 × 76 = 380 years
Question 5: The nth term of an AP is given by Tₙ = 7 − 3n. Find the first term, common difference, and determine from which term onwards the AP becomes negative.
Answer : Tₙ = 7 − 3n
T₁ = 7 − 3(1) = 4
First term a = 4 T₂ = 7 − 3(2) = 1
Second term = 1 Common difference d = 1 − 4 = −3
The AP: 4, 1, −2, −5, −8, ...
For Tₙ to become negative: 7 − 3n < 0 3n > 7 n > 7/3 n > 2.33...
Since n must be a whole number, the AP becomes negative from n = 3 onwards (T₃ = 7−9 = −2 < 0).
Question 1: The sum of the first 7 terms of an AP is 63 and the sum of the next 7 terms is 161. Find the AP.
Answer : S₇ = 63 and S₁₄ = S₇ + (sum of next 7 terms) = 63 + 161 = 224.
Using Sₙ = n/2 × [2a + (n−1)d]:
S₇ = 7/2 × [2a + 6d] = 63 7(a + 3d) = 63 a + 3d = 9 ... (i)
S₁₄ = 14/2 × [2a + 13d] = 224 7(2a + 13d) = 224 2a + 13d = 32 ... (ii)
From (i): a = 9 − 3d. Substituting into (ii): 2(9−3d) + 13d = 32 18 − 6d + 13d = 32 7d = 14 d = 2
a = 9 − 6 = 3
The AP is: 3, 5, 7, 9, 11, ...
Question 2: If the sum of first m terms of an AP equals the sum of first n terms (where m ≠ n), prove that the sum of the first (m+n) terms is zero.
Answer : This is a classic HOTS proof question.
Given: Sₘ = Sₙ (and m ≠ n)
Sₘ = m/2 × [2a + (m−1)d] Sₙ = n/2 × [2a + (n−1)d]
Since Sₘ = Sₙ: m/2 × [2a + (m−1)d] = n/2 × [2a + (n−1)d]
m[2a + (m−1)d] = n[2a + (n−1)d]
2am + m(m−1)d = 2an + n(n−1)d
2a(m−n) + d[m(m−1) − n(n−1)] = 0
2a(m−n) + d[m² − m − n² + n] = 0
2a(m−n) + d[(m²−n²) − (m−n)] = 0
2a(m−n) + d(m−n)(m+n−1) = 0
Since m ≠ n, divide both sides by (m−n):
2a + d(m+n−1) = 0 ... (*)
Now find S(m+n):
S(m+n) = (m+n)/2 × [2a + (m+n−1)d]
From (*): 2a + (m+n−1)d = 0
Therefore S(m+n) = (m+n)/2 × 0 = 0
Question 3: The sum of the first n terms of an AP is given by Sₙ = 3n² − 4n. Find the AP and its 15th term.
Answer : Sₙ = 3n² − 4n
For n = 1: S₁ = 3(1) − 4 = −1. So T₁ = S₁ = −1.
For n ≥ 2: Tₙ = Sₙ − Sₙ₋₁ = [3n² − 4n] − [3(n−1)² − 4(n−1)] = 3n² − 4n − 3n² + 6n − 3 + 4n − 4 = 6n − 7
Check T₁: 6(1) − 7 = −1 (formula works for n = 1 too)
AP: T₁ = −1, T₂ = 5, T₃ = 11, T₄ = 17, ...
First term a = −1, common difference d = 5 − (−1) = 6.
The AP is: −1, 5, 11, 17, 23, ...
T₁₅ = 6(15) − 7 = 90 − 7 = 83
Question 4: In an AP, the sum of the first 10 terms is 145 and the sum of the first 20 terms is 490. Find the sum of the first 30 terms.
Answer : S₁₀ = 145: 10/2 × [2a + 9d] = 145, 2a + 9d = 29 ... (i)
S₂₀ = 490: 20/2 × [2a + 19d] = 490, 2a + 19d = 49 ... (ii)
Subtracting (i) from (ii): 10d = 20, so d = 2.
From (i): 2a + 18 = 29, so 2a = 11, a = 5.5.
S₃₀ = 30/2 × [2(5.5) + 29(2)] = 15 × [11 + 58] = 15 × 69 = 1035
Question 5: The ratio of the sum of m terms to the sum of n terms of an AP is m² : n². Prove that the ratio of the mth term to the nth term is (2m−1) : (2n−1).
Answer : Given: Sₘ/Sₙ = m²/n²
This means: [m/2 × (2a + (m−1)d)] / [n/2 × (2a + (n−1)d)] = m²/n²
m × [2a + (m−1)d] / (n × [2a + (n−1)d]) = m²/n²
[2a + (m−1)d] / [2a + (n−1)d] = m/n ... (*)
The mth term: Tₘ = a + (m−1)d
Rewrite: a + (m−1)d = [2a + (2m−2)d]/2 = [2a + (2m−1−1)d]/2
To find Tₘ/Tₙ using formula (*), replace m with (2m−1) and n with (2n−1):
From (*), with m replaced by (2m−1) and n replaced by (2n−1):
[2a + (2m−2)d] / [2a + (2n−2)d] = (2m−1)/(2n−1)
Left side = [2(a + (m−1)d)] / [2(a + (n−1)d)] = Tₘ/Tₙ
Therefore: Tₘ/Tₙ = (2m−1)/(2n−1)
Download PDF - HOTS Questions on Chapter 5 Class 10 Arithmetic Progressions pdf
Use the formula: nth Term = First Term + (n − 1) × Common Difference
This formula helps find any term in an AP without listing all previous terms.
Subtract any term from the term immediately following it.
Common Difference = Second Term − First Term
Use the formula:
Sum = n/2 × [2a + (n − 1)d]
where:
Assume the numbers as:
a − d, a, a + d
Then use the given conditions to form equations and find the values.
The middle term is the arithmetic mean of the terms equidistant from it.
Middle Term = (First Number + Last Number) ÷ 2
Numbers make sense when they're taught right. To see how Orchids The International School turns Maths from intimidating to intuitive, reach out to our admissions team.
Admissions Open for 2026-27
Admissions Open for 2026-27
CBSE Schools In Popular Cities