By the end of this chapter you'll be able to…

  • 1Identify an AP and find its first term and common difference
  • 2Use aₙ = a + (n−1)d to find any term, or to find n, a or d
  • 3Use Sₙ = n/2[2a + (n−1)d] and Sₙ = n/2(a + l) to sum a series
  • 4Apply aₙ = Sₙ − Sₙ₋₁ to link terms and sums
  • 5Model and solve real-life AP word problems
💡
Why this chapter matters
A dependable scoring chapter built on just two formulas. The RBSE paper reliably carries a short 'find the nth term / sum' question and a longer AP word problem, and the ideas underpin sequences and series in higher classes.

Arithmetic Progressions — RBSE Class 10 (Mathematics)

Stack chairs, save a fixed amount each month, count the seats in widening rows of an auditorium — again and again life throws up lists where each step adds the same amount. Such a list is an Arithmetic Progression, and two neat formulas let you jump to the 100th term or add up the first fifty without writing them all out.


1. What makes a sequence an AP

An AP is a list of numbers in which each term is obtained by adding a fixed number, the common difference d, to the previous term.

  • = first term.
  • = common difference (can be positive, negative or zero).

Test for an AP: the difference between consecutive terms must be constant. For 3, 7, 11, 15… the difference is always 4 → it is an AP with .


2. The nth term

This is the workhorse formula. It lets you find any term directly, or — read backwards — find , or when the rest are known.

Example — find the 10th term of 2, 7, 12, … .

The nth term from the end of an AP with last term is .


3. Sum of the first n terms

If the last term is known, a shorter form is handy:

A useful link: — the nth term is the jump in the running total.

Example — sum of the first 20 terms of 1, 3, 5, … (odd numbers). . (Indeed the sum of the first n odd numbers is .)


4. Typical exam manoeuvres

  • "Which term is …?" Set value, solve for n. If n is not a positive integer, that value is not a term.
  • Given two terms, form two equations in and and solve (an AP problem hiding a linear pair).
  • Three terms in AP: taking them as makes the sum instantly — a great time-saver.
  • Sum given, find n: is quadratic in n, so you may get two values — discard any that is negative or non-integer.

5. Worked setup — the auditorium

An auditorium has 20 seats in the first row and 2 more in each successive row; there are 30 rows. Total seats? : seats.


6. Closing thought

Everything reduces to two formulas — and — plus the habit of first pinning down and . In the RBSE board this chapter is generous: an easy "find the term/sum" question and a longer word problem appear almost every year, and the arithmetic is straightforward once the two formulas are automatic.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Common difference
d = aₙ − aₙ₋₁
Constant for an AP; can be +, − or 0.
nth term
aₙ = a + (n−1)d
The core formula.
nth term from end
l − (n−1)d
l = last term.
Sum of n terms
Sₙ = n/2 [2a + (n−1)d]
Use when last term unknown.
Sum (last term known)
Sₙ = n/2 (a + l)
l = aₙ.
Term–sum link
aₙ = Sₙ − Sₙ₋₁
nth term = jump in running total.
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Using n instead of (n−1) in the nth-term formula
It is a + (n−1)d, not a + nd. The first term already IS a, so only (n−1) steps of d are added.
WATCH OUT
Mixing up the two sum formulas
Use n/2[2a+(n−1)d] when you know a and d; use n/2(a+l) only when the LAST term l is given or found.
WATCH OUT
Accepting a non-integer or negative n
n counts terms, so it must be a positive integer. If solving gives n = 4.5 or n = −3, that term/sum does not exist.
WATCH OUT
Assuming a sequence is an AP without checking
Verify the difference is the SAME for at least two consecutive pairs before applying AP formulas.
WATCH OUT
Sign slips when d is negative
Keep d's sign inside brackets, e.g. for 10, 7, 4… d = −3, so a₅ = 10 + 4(−3) = −2.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· Identify
Is 2, 4, 8, 16, … an AP? Why?
Show solution
Step 1 — Differences: 4−2=2, 8−4=4, not constant. ✦ Answer: No — the difference is not the same (it is a GP).
Q2EASY· nth term
Find the 11th term of 3, 8, 13, …
Show solution
Step 1 — a = 3, d = 5. Step 2 — a₁₁ = 3 + 10(5) = 53. ✦ Answer: 53.
Q3EASY· Common difference
The 3rd term of an AP is 12 and the 5th is 20. Find d.
Show solution
Step 1 — a₅ − a₃ = 2d ⇒ 20 − 12 = 2d ⇒ d = 4. ✦ Answer: d = 4.
Q4MEDIUM· Which term
Which term of the AP 5, 11, 17, … is 95?
Show solution
Step 1 — a = 5, d = 6; set 5 + (n−1)6 = 95. Step 2 — (n−1)6 = 90 ⇒ n−1 = 15 ⇒ n = 16. ✦ Answer: the 16th term.
Q5MEDIUM· Sum
Find the sum of the first 20 terms of 1, 3, 5, 7, …
Show solution
Step 1 — a = 1, d = 2, n = 20. Step 2 — S₂₀ = 20/2[2(1) + 19(2)] = 10[2 + 38] = 400. ✦ Answer: 400.
Q6MEDIUM· Two terms
The 4th term of an AP is 0. Prove that its 25th term is triple its 11th term.
Show solution
Step 1 — a₄ = a + 3d = 0 ⇒ a = −3d. Step 2 — a₁₁ = a + 10d = −3d + 10d = 7d; a₂₅ = a + 24d = −3d + 24d = 21d. Step 3 — a₂₅ = 21d = 3(7d) = 3·a₁₁. ✦ Answer: proved, a₂₅ = 3·a₁₁.
Q7MEDIUM· Sum find n
How many terms of the AP 24, 21, 18, … must be taken so that their sum is 78?
Show solution
Step 1 — a = 24, d = −3; Sₙ = n/2[48 + (n−1)(−3)] = 78. Step 2 — n(51 − 3n) = 156 ⇒ 3n² − 51n + 156 = 0 ⇒ n² − 17n + 52 = 0. Step 3 — (n − 4)(n − 13) = 0 ⇒ n = 4 or n = 13 (both valid; sum revisits 78 as terms turn negative). ✦ Answer: n = 4 or n = 13.
Q8HARD· Term from sum
The sum of the first n terms of an AP is Sₙ = 3n² + 5n. Find its nth term and common difference.
Show solution
Step 1 — aₙ = Sₙ − Sₙ₋₁ = (3n²+5n) − [3(n−1)²+5(n−1)]. Step 2 — = 3n²+5n − (3n²−6n+3+5n−5) = 6n + 2. Step 3 — a₁ = 8, a₂ = 14 ⇒ d = 6. ✦ Answer: aₙ = 6n + 2, d = 6.
Q9HARD· Word problem
A man repays a loan of ₹3250 by paying ₹20 in the first month and increasing the payment by ₹15 each month. How much does he pay in the 30th month?
Show solution
Step 1 — a = 20, d = 15. Step 2 — a₃₀ = 20 + 29(15) = 20 + 435 = 455. ✦ Answer: ₹455 in the 30th month.
Q10HARD· Middle terms
Find three numbers in AP whose sum is 27 and whose product is 648.
Show solution
Step 1 — Take the numbers as a−d, a, a+d. Sum = 3a = 27 ⇒ a = 9. Step 2 — Product = (9−d)(9)(9+d) = 648 ⇒ 9(81 − d²) = 648 ⇒ 81 − d² = 72 ⇒ d² = 9 ⇒ d = ±3. Step 3 — Numbers: 6, 9, 12. ✦ Answer: 6, 9, 12.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • AP: constant common difference d between consecutive terms.
  • nth term: aₙ = a + (n−1)d.
  • Sum: Sₙ = n/2[2a+(n−1)d] = n/2(a+l).
  • aₙ = Sₙ − Sₙ₋₁ links a term to the running sum.
  • Three terms in AP → take as a−d, a, a+d.
  • n must be a positive integer; reject non-integer or negative n.
  • Sum of first n odd numbers = n²; sum of first n naturals = n(n+1)/2.

Rajasthan (RBSE) marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: 4–6 marks

Question typeMarks eachTypical countWhat it tests
MCQ / very short11Identify AP; find d or a term
Short answer2–31Which term / sum of n terms
Long answer3–41AP word problem or term-from-sum
Prep strategy
  • Make aₙ = a + (n−1)d and Sₙ = n/2[2a+(n−1)d] fully automatic
  • For three-terms-in-AP problems, use a−d, a, a+d to simplify the sum
  • Practise 'which term' and 'how many terms sum to S' — they give quadratics in n
  • Always pin down a and d first, watching the sign of d

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Savings and EMIs

Fixed monthly increases in a deposit or loan repayment form an AP.

Seating and stacking

Rows of an auditorium or stacked logs/pipes that grow by a fixed count.

Salary increments

A fixed annual raise makes yearly pay an AP; the total earned is a sum.

Simple interest

The amount under simple interest grows by a fixed sum each year — an AP.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

  1. State a and d clearly before substituting into any formula.
  2. Choose the right sum formula based on what is given (l known or not).
  3. For 'which term / how many terms', solve for n and reject invalid values.
  4. In word problems, identify a, d and n from the story before computing.
  5. Show the formula, the substitution and the arithmetic on separate lines for method marks.

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

  • Sum of squares and cubes of AP terms.
  • Arithmetic mean and inserting n means between two numbers.
  • Overlap of arithmetic and geometric progressions (arithmetico-geometric series).
  • When three quantities are in AP, HP and GP simultaneously — classic mean inequalities.

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

RBSE Class 10 Board (BSER Ajmer)High — a term/sum question and an AP word problem almost every year
NTSE / state scholarshipMedium — sequence pattern MCQs
JEE FoundationMedium — sequences and series build on this
Maths Olympiad (IMO/NMTC)Medium — series manipulation

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

Yes — RBSE (BSER, Ajmer) prescribes the NCERT Mathematics textbook, so the chapters and exercises match the national syllabus; RBSE sets its own exam pattern.

Use n/2(a+l) when the last term l is given or already found — it is quicker. Use the 2a+(n−1)d form when you only know a, d and n.

Sₙ is quadratic in n. If d is negative, later terms are negative, so the running total can equal the same value twice. Both positive-integer roots are valid answers.

Use n = (l − a)/d + 1, where l is the last term. Make sure it comes out a positive integer.
Verified by the tuition.in editorial team
Last reviewed on 1 July 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo