Find the 20th Term of AP: 3, 7, 11, 15... — Using nth Term Formula

easy CBSE NCERT Class 10 Chapter 5 3 min read

Question

Find the 20th term of the arithmetic progression: 3, 7, 11, 15, …


Solution — Step by Step

The first term is a=3a = 3. The common difference d=73=4d = 7 - 3 = 4 (subtract any consecutive pair — same result throughout the AP).

The general term of any AP is:

Tn=a+(n1)dT_n = a + (n-1)d

This formula comes directly from the idea that to reach the nnth term, we start at aa and add dd exactly (n1)(n-1) times — not nn times. That off-by-one is where most marks are lost.

T20=3+(201)×4T_{20} = 3 + (20-1) \times 4 T20=3+19×4T_{20} = 3 + 19 \times 4 T20=3+76=79T_{20} = 3 + 76 = \mathbf{79}

We know T1=3T_1 = 3, T2=7T_2 = 7, T3=11T_3 = 11. The pattern holds: each term is 4 more than the previous. At T20T_{20}, we’ve added dd a total of 19 times from T1T_1, so 3+76=793 + 76 = 79 checks out.


Why This Works

An AP is just a sequence where each gap is constant. That constant gap is dd. So the 2nd term is a+da + d, the 3rd is a+2da + 2d, and the nnth term is a+(n1)da + (n-1)d — because we take dd exactly (n1)(n-1) steps to get from the 1st to the nnth term.

Think of it like a staircase: if each step is 4 cm high and you’re on the 1st step at height 3 cm, then step 20 is at 3+19×4=793 + 19 \times 4 = 79 cm. The number of gaps between 20 steps is 19, not 20.

This formula is fundamental — NCERT Class 10 Chapter 5 builds everything else (sum of AP, finding number of terms, middle term) on top of this single idea.


Alternative Method

We can use the recursive approach: write out the pattern.

Tn=Tn1+4T_n = T_{n-1} + 4

From T1=3T_1 = 3, the nnth term is 3+(n1)×43 + (n-1) \times 4.

This is slower than the formula but useful for verifying your answer or when you’ve forgotten the formula mid-exam. Count: T5=19T_5 = 19, T10=39T_{10} = 39, T15=59T_{15} = 59, T20=79T_{20} = 79. Each jump of 5 terms adds 5×4=205 \times 4 = 20 to the value.

In board exams, this “jumping by 5 terms” trick saves time for verification. Jump from T15=59T_{15} = 59 to T20T_{20}: add 5×4=205 \times 4 = 20, giving 79. Done in 10 seconds.


Common Mistake

The most common error: using n×dn \times d instead of (n1)×d(n-1) \times d.

Students write T20=3+20×4=83T_{20} = 3 + 20 \times 4 = 83. This is wrong — it gives you a term that doesn’t exist in the sequence.

Remember: between the 1st and 20th term, there are only 19 gaps, not 20. The formula is a+(n1)da + (n-1)d, and that (n1)(n-1) is non-negotiable. This exact slip costs 2-3 marks every year in CBSE board papers.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next