Arithmetic Progressions — nth Term, Sum & Word Problems for Class 10

What is an AP, general term formula, sum of n terms, AM, problems from NCERT Class 10 Chapter 5. PYQs from board exams included.

CBSE 14 min read

What is an Arithmetic Progression?

Take a look at these sequences: 2, 5, 8, 11, 14… or 100, 95, 90, 85… What’s common between them? Each term differs from the previous one by a fixed amount. That fixed amount is what makes a sequence an Arithmetic Progression (AP).

More precisely: a sequence a1,a2,a3,a_1, a_2, a_3, \ldots is an AP if an+1ana_{n+1} - a_n is constant for all nn. That constant is called the common difference, denoted dd.

Why does this matter? APs model real-world situations everywhere — a taxi that charges ₹10 per km after a fixed base fare, a savings plan where you deposit the same amount monthly, even the way marks are distributed across a scoring topic in CBSE. The moment you see “equal increments” in a word problem, AP is almost certainly the tool.

This chapter carries solid weightage in Class 10 boards — typically 8-10 marks across 2-3 questions in CBSE. ICSE tests it similarly, often with a 6-mark sums question. If you understand the two core formulas well, this is one of the most reliable scoring chapters in the paper.


Key Terms & Definitions

First term (aa or a1a_1): The starting value of the sequence. Example: In 3, 7, 11, 15 — the first term is a=3a = 3.

Common difference (dd): The fixed difference between consecutive terms. Always calculated as: d=a2a1=a3a2d = a_2 - a_1 = a_3 - a_2

A crucial observation: dd can be positive (increasing AP), negative (decreasing AP), or zero (all terms equal — still technically an AP).

General term (ana_n): The nnth term of the AP. This is the single most useful formula in the chapter.

Number of terms (nn): How many terms the AP contains. Finite APs have a last term, often called ll.

Arithmetic Mean (AM): If aa, bb, cc are in AP, then bb is the AM of aa and cc, meaning b=a+c2b = \dfrac{a+c}{2}.


Core Formulas

an=a+(n1)da_n = a + (n-1)d

Where:

  • aa = first term
  • dd = common difference
  • nn = position of the term
Sn=n2[2a+(n1)d]S_n = \frac{n}{2}[2a + (n-1)d]

Equivalent form when last term l=anl = a_n is known:

Sn=n2(a+l)S_n = \frac{n}{2}(a + l)
an=SnSn1a_n = S_n - S_{n-1}

This identity rescues you in problems where sum is given but individual terms aren’t.


Methods & Step-by-Step Concepts

Finding the nth Term

The formula an=a+(n1)da_n = a + (n-1)d works by thinking of each term as “start at aa, then add dd exactly (n1)(n-1) times.”

Steps:

  1. Identify aa (first term) and dd (second minus first)
  2. Substitute into an=a+(n1)da_n = a + (n-1)d
  3. Simplify

Before using the formula, always verify dd is constant using at least two pairs: a2a1a_2 - a_1 and a3a2a_3 - a_2. A sequence can fool you if you only check once.

Finding Sum of n Terms

The derivation Gauss famously did as a child: write SnS_n forwards and backwards, add them. Each pair sums to 2a+(n1)d2a + (n-1)d, and there are nn such pairs, giving Sn=n2[2a+(n1)d]S_n = \frac{n}{2}[2a + (n-1)d].

When to use which form:

  • Use n2[2a+(n1)d]\frac{n}{2}[2a + (n-1)d] when you know aa, dd, nn
  • Use n2(a+l)\frac{n}{2}(a + l) when you know the first and last term (common in “find sum of all multiples of 5 between 1 and 200” type questions)

Finding Number of Terms

If an=la_n = l (last term is given), set a+(n1)d=la + (n-1)d = l and solve for nn.

The most common error: students forget that nn must be a positive integer. If you solve and get n=7.5n = 7.5 or n=3n = -3, there’s a calculation error somewhere — re-check.


Solved Examples

Example 1 — Easy (CBSE Level)

Q: Find the 15th term of the AP: 4, 9, 14, 19, …

Solution:

Identify: a=4a = 4, d=94=5d = 9 - 4 = 5

a15=4+(151)×5=4+70=74a_{15} = 4 + (15-1) \times 5 = 4 + 70 = 74

Example 2 — Easy (CBSE Level)

Q: How many terms are in the AP: 7, 13, 19, …, 205?

Solution:

a=7a = 7, d=6d = 6, an=205a_n = 205

7+(n1)×6=2057 + (n-1) \times 6 = 205 (n1)×6=198(n-1) \times 6 = 198 n1=33    n=34n - 1 = 33 \implies n = 34

Example 3 — Medium (CBSE Board Exam Pattern)

Q: The 3rd term of an AP is 4 and its 9th term is −8. Find the first term and common difference. Also find the sum of first 15 terms.

Solution:

We have two equations:

a3=a+2d=4...(i)a_3 = a + 2d = 4 \quad \text{...(i)} a9=a+8d=8...(ii)a_9 = a + 8d = -8 \quad \text{...(ii)}

Subtract (i) from (ii):

6d=12    d=26d = -12 \implies d = -2

Substitute back: a+2(2)=4    a=8a + 2(-2) = 4 \implies a = 8

Now find S15S_{15}:

S15=152[2(8)+14(2)]=152[1628]=152×(12)=90S_{15} = \frac{15}{2}[2(8) + 14(-2)] = \frac{15}{2}[16 - 28] = \frac{15}{2} \times (-12) = -90

When two terms are given, always set up two equations and subtract to eliminate aa. This is a guaranteed pattern in CBSE 3-mark questions — appear confident, write both equations clearly before solving.


Example 4 — Medium (NCERT Exercise 5.3)

Q: Find the sum of all odd numbers between 1 and 100.

Solution:

The odd numbers form the AP: 3, 5, 7, …, 99

a=3a = 3, d=2d = 2, l=99l = 99

First find nn: 99=3+(n1)×2    n=4999 = 3 + (n-1) \times 2 \implies n = 49

S49=492(3+99)=492×102=49×51=2499S_{49} = \frac{49}{2}(3 + 99) = \frac{49}{2} \times 102 = 49 \times 51 = 2499

Example 5 — Hard (CBSE 2023 / JEE Main Level)

Q: The ratio of the sum of mm terms to the sum of nn terms of an AP is m2:n2m^2 : n^2. Show that the ratio of the mmth to the nnth term is (2m1):(2n1)(2m-1):(2n-1).

Solution:

Given: SmSn=m2n2\dfrac{S_m}{S_n} = \dfrac{m^2}{n^2}

SmSn=m2[2a+(m1)d]n2[2a+(n1)d]=m2n2\frac{S_m}{S_n} = \frac{\frac{m}{2}[2a + (m-1)d]}{\frac{n}{2}[2a + (n-1)d]} = \frac{m^2}{n^2}

2a+(m1)d2a+(n1)d=mn...()\frac{2a + (m-1)d}{2a + (n-1)d} = \frac{m}{n} \quad \text{...(}\bigstar\text{)}

Now, am=a+(m1)da_m = a + (m-1)d and an=a+(n1)da_n = a + (n-1)d.

Key trick: Replace mm with 2m12m-1 and nn with 2n12n-1 in (★):

2a+(2m2)d2a+(2n2)d=2m12n1\frac{2a + (2m-2)d}{2a + (2n-2)d} = \frac{2m-1}{2n-1} a+(m1)da+(n1)d=2m12n1\frac{a + (m-1)d}{a + (n-1)d} = \frac{2m-1}{2n-1} aman=2m12n1\therefore \frac{a_m}{a_n} = \frac{2m-1}{2n-1} \qquad \blacksquare

This exact proof appeared in CBSE Board 2023 (Set 1) as a 3-mark question. The key step — substituting 2m12m-1 for mm in the sum ratio — is non-obvious but extremely elegant. Once you see the trick, you’ll never forget it.


Exam-Specific Tips

CBSE Class 10

  • Marking scheme: 1-mark (identify AP, find dd), 2-mark (find ana_n or SnS_n), 3-mark (two-variable problems, proofs), 4-mark (word problems with complete setup).
  • Always show the formula first, then substitute. CBSE awards step marks — if your arithmetic goes wrong but the setup is right, you still get 2 out of 3.
  • Word problems involving “sum of nn terms” almost always need Sn=n2(a+l)S_n = \frac{n}{2}(a + l) form. Identify the AP clearly in your working.

ICSE Class 10

  • ICSE tends to test APs within a larger “sequence and series” question. Expect a mix: find the AP, find specific terms, then find a sum — all in one 6-mark question.
  • The AM property (b=a+c2b = \frac{a+c}{2}) appears frequently in ICSE inserted means questions.

JEE Main

  • APs appear in sequences & series questions — often combined with geometric progressions. A common JEE pattern: three numbers in AP are given as ada-d, aa, a+da+d (see below). This symmetry is worth memorising.
  • Sum of AP questions sometimes appear disguised as “find the value of 1+3+5++(2n1)1 + 3 + 5 + \ldots + (2n-1)” — that sum equals n2n^2.

JEE Main trick: When three unknowns are in AP, always take them as ada-d, aa, a+da+d. Their sum is 3a3a (the dd cancels). This converts a 3-variable problem into a 1-variable problem immediately.


Common Mistakes to Avoid

Mistake 1: Using nn instead of (n1)(n-1) in the formula. The formula is a+(n1)da + (n-1)d, not a+nda + nd. The first term needs zero additions of dd. Write the formula on your rough work every time until it’s automatic.

Mistake 2: Getting dd wrong from word problems. “Each year, salary increases by ₹500” — students often set d=500d = 500 when salary increases, but if the problem asks “how much less is term 5 than term 1?”, they get confused about sign. Always define AP clearly: what is a1a_1, what is a2a_2.

Mistake 3: Confusing SnS_n and ana_n. S10S_{10} means the sum of first 10 terms. a10a_{10} means the 10th term alone. Use the identity an=SnSn1a_n = S_n - S_{n-1} only when sum is given — don’t apply it universally.

Mistake 4: Non-integer nn accepted as answer. If you’re finding “how many terms does this AP have” and get a decimal, stop — your formula application has an error. Number of terms is always a positive whole number.

Mistake 5: Using the wrong form of the sum formula. When last term ll is given, use Sn=n2(a+l)S_n = \frac{n}{2}(a + l). Many students blindly use the longer form and waste time expanding l=a+(n1)dl = a + (n-1)d. Identify which values you have before choosing the formula.


Practice Questions

Q1. Which of the following are APs? Find dd for those that are. (a) 2, 4, 8, 16, … (b) −5, −1, 3, 7, … (c) 12,13,14,\frac{1}{2}, \frac{1}{3}, \frac{1}{4}, \ldots

(a) 42=24-2=2, 84=48-4=4 — differences not equal. Not an AP.

(b) d=1(5)=4d = -1-(-5) = 4. Check: 3(1)=43-(-1)=4 ✓. AP with d=4d = 4.

(c) 1312=16\frac{1}{3} - \frac{1}{2} = -\frac{1}{6}, 1413=112\frac{1}{4} - \frac{1}{3} = -\frac{1}{12} — not equal. Not an AP.


Q2. Find the 31st term of an AP whose 11th term is 38 and 16th term is 73.

a11=a+10d=38a_{11} = a + 10d = 38 …(i) a16=a+15d=73a_{16} = a + 15d = 73 …(ii)

Subtract: 5d=35    d=75d = 35 \implies d = 7

From (i): a=3870=32a = 38 - 70 = -32

a31=32+30×7=32+210=178a_{31} = -32 + 30 \times 7 = -32 + 210 = \mathbf{178}


Q3. The sum of the 4th and 8th terms of an AP is 24 and the sum of the 6th and 10th terms is 44. Find the first 3 terms.

a4+a8=(a+3d)+(a+7d)=2a+10d=24    a+5d=12a_4 + a_8 = (a+3d) + (a+7d) = 2a + 10d = 24 \implies a + 5d = 12 …(i)

a6+a10=(a+5d)+(a+9d)=2a+14d=44    a+7d=22a_6 + a_{10} = (a+5d) + (a+9d) = 2a + 14d = 44 \implies a + 7d = 22 …(ii)

Subtract (i) from (ii): 2d=10    d=52d = 10 \implies d = 5

a=1225=13a = 12 - 25 = -13

First 3 terms: 13,8,3\mathbf{-13, -8, -3}


Q4. A sum of ₹700 is to be used to give 7 cash prizes to students. If each prize is ₹20 less than its preceding prize, find the value of each prize.

Let the prizes form an AP with first term aa (largest prize) and d=20d = -20.

S7=700S_7 = 700

72[2a+6(20)]=700\frac{7}{2}[2a + 6(-20)] = 700 72[2a120]=700\frac{7}{2}[2a - 120] = 700 2a120=200    a=1602a - 120 = 200 \implies a = 160

Prizes: ₹160, ₹140, ₹120, ₹100, ₹80, ₹60, ₹40


Q5. The sum of first nn terms of an AP is 3n2+5n3n^2 + 5n. Find the AP and its 25th term.

Sn=3n2+5nS_n = 3n^2 + 5n

a1=S1=3+5=8a_1 = S_1 = 3 + 5 = 8

a2=S2S1=(12+10)8=14a_2 = S_2 - S_1 = (12+10) - 8 = 14

d=148=6d = 14 - 8 = 6

AP: 8,14,20,26,8, 14, 20, 26, \ldots

a25=8+24×6=8+144=152a_{25} = 8 + 24 \times 6 = 8 + 144 = \mathbf{152}

Shortcut: an=SnSn1=3n2+5n[3(n1)2+5(n1)]=6n+2a_n = S_n - S_{n-1} = 3n^2 + 5n - [3(n-1)^2 + 5(n-1)] = 6n + 2. So a25=6(25)+2=152a_{25} = 6(25)+2 = 152


Q6. Find the sum of all multiples of 7 lying between 100 and 1000.

First multiple of 7 after 100: 7×15=1057 \times 15 = 105

Last multiple of 7 before 1000: 7×142=9947 \times 142 = 994

AP: 105, 112, …, 994. Here a=105a = 105, d=7d = 7, l=994l = 994.

Find nn: 105+(n1)×7=994    n1=127    n=128105 + (n-1) \times 7 = 994 \implies n-1 = 127 \implies n = 128

S=1282(105+994)=64×1099=70336S = \frac{128}{2}(105 + 994) = 64 \times 1099 = \mathbf{70336}

Q7. If mm times the mmth term of an AP equals nn times the nnth term, show that the (m+n)(m+n)th term is zero.

mam=nanm \cdot a_m = n \cdot a_n

m[a+(m1)d]=n[a+(n1)d]m[a + (m-1)d] = n[a + (n-1)d]

a(mn)+d[m(m1)n(n1)]=0a(m-n) + d[m(m-1) - n(n-1)] = 0

a(mn)+d[m2mn2+n]=0a(m-n) + d[m^2 - m - n^2 + n] = 0

a(mn)+d[(m2n2)(mn)]=0a(m-n) + d[(m^2-n^2) - (m-n)] = 0

a(mn)+d(mn)(m+n1)=0a(m-n) + d(m-n)(m+n-1) = 0

Since mnm \neq n, divide by (mn)(m-n):

a+d(m+n1)=0a + d(m+n-1) = 0

But am+n=a+(m+n1)d=0a_{m+n} = a + (m+n-1)d = 0 \qquad \blacksquare


Q8. The ratio of the sums of first mm and first nn terms of an AP is m2:n2m^2:n^2. Find the ratio of the mmth and nnth terms.

This is the classic proof shown in Solved Example 5 above.

Answer: am:an=(2m1):(2n1)a_m : a_n = (2m-1):(2n-1)

Key step: In SmSn=mn\frac{S_m}{S_n} = \frac{m}{n}, replace m2m1m \to 2m-1 and n2n1n \to 2n-1 to convert sum ratio into term ratio.


FAQs

What is the difference between a sequence and an AP?

A sequence is any ordered list of numbers. An AP is a special sequence where consecutive terms have a fixed common difference. All APs are sequences, but not all sequences are APs. The sequence 1, 4, 9, 16 (perfect squares) is not an AP since the differences 3, 5, 7 keep changing.

Can the common difference be zero?

Yes. If d=0d = 0, every term equals aa. The sequence 5, 5, 5, 5 is a valid AP with d=0d = 0. This case appears in CBSE objective questions to test whether students know the definition precisely.

Can the common difference be negative?

Absolutely. A decreasing AP has negative dd. Example: 50, 45, 40, 35… has d=5d = -5. Temperature dropping by 3°C each hour, savings decreasing each month — real applications have negative dd all the time.

How do I find the first term when only SnS_n is given?

Use a1=S1a_1 = S_1. Substitute n=1n = 1 into the expression for SnS_n. Then find S2S_2, and get a2=S2S1a_2 = S_2 - S_1. Now d=a2a1d = a_2 - a_1.

When should I use Sn=n2(a+l)S_n = \frac{n}{2}(a + l) versus the other form?

Use (a+l)(a + l) form when the last term ll is explicitly given (e.g., “sum of all even numbers from 2 to 200”). Use [2a+(n1)d][2a + (n-1)d] form when you have aa, dd, and nn but not the last term explicitly.

Is Arithmetic Mean the same as average?

For two numbers, yes — AM of aa and cc is a+c2\frac{a+c}{2}, which is their average. In AP context, if aa, bb, cc are in AP then bb is the AM. The CBSE Class 10 syllabus covers this as a property, not a separate formula.

What does “insert nn arithmetic means between aa and bb” mean?

You’re creating a sequence a,A1,A2,,An,ba, A_1, A_2, \ldots, A_n, b — total (n+2)(n+2) terms forming an AP. The common difference is d=ban+1d = \frac{b-a}{n+1}. ICSE tests this frequently; CBSE Class 10 rarely does (it appears more in Class 11).

Is the sum formula derived from Gauss’s trick?

Yes, exactly. Write Sn=a+(a+d)++lS_n = a + (a+d) + \ldots + l forward, then reverse: Sn=l+(ld)++aS_n = l + (l-d) + \ldots + a. Add the two rows: 2Sn=n(a+l)2S_n = n(a+l). This is why understanding the derivation helps — if you forget the formula under exam pressure, you can re-derive it in 30 seconds.

Practice Questions