Find the 20th term of AP: 2, 7, 12, 17, ... and sum of first 20 terms

easy CBSE NCERT Class 10 2 min read

Question

For the AP: 2, 7, 12, 17, …, find:

  1. The 20th term (a20a_{20})
  2. The sum of the first 20 terms (S20S_{20})

(NCERT Class 10, Chapter 5 — Arithmetic Progressions)


Solution — Step by Step

First term: a=2a = 2

Common difference: d=72=5d = 7 - 2 = 5

Quick check: 127=512 - 7 = 5, 1712=517 - 12 = 5. Consistent. We’re good.

a20=a+(201)d=2+19×5=2+95=97a_{20} = a + (20 - 1)d = 2 + 19 \times 5 = 2 + 95 = \mathbf{97}

Since we already know a20=97a_{20} = 97, we use the faster version of the sum formula:

S20=202×(a+a20)=10×(2+97)=10×99=990S_{20} = \frac{20}{2} \times (a + a_{20}) = 10 \times (2 + 97) = 10 \times 99 = \mathbf{990}

Why This Works

The nnth term formula an=a+(n1)da_n = a + (n-1)d counts how many “jumps” of dd we make from the first term. To reach the 20th term, we make 19 jumps (not 20 — the first term is our starting point, not a jump).

The sum formula Sn=n2(a+an)S_n = \frac{n}{2}(a + a_n) comes from a clever trick: pair the first and last terms, second and second-last, and so on. Each pair adds up to the same value (a+ana + a_n), and there are n/2n/2 such pairs.


Alternative Method — Using the other sum formula

If you don’t know ana_n, use Sn=n2[2a+(n1)d]S_n = \frac{n}{2}[2a + (n-1)d]:

S20=202[2(2)+19(5)]=10[4+95]=10×99=990S_{20} = \frac{20}{2}[2(2) + 19(5)] = 10[4 + 95] = 10 \times 99 = 990

Both sum formulas give the same answer. Use Sn=n2(a+an)S_n = \frac{n}{2}(a + a_n) when you already know the last term. Use Sn=n2[2a+(n1)d]S_n = \frac{n}{2}[2a + (n-1)d] when you don’t. In board exams, showing both forms earns no extra marks — pick whichever is faster.


Common Mistake

The classic blunder: using nn instead of (n1)(n-1) in the nnth term formula. Students write a20=2+20×5=102a_{20} = 2 + 20 \times 5 = 102 — which is actually a21a_{21}. Remember, the first term is a1=a+0×da_1 = a + 0 \times d, so the 20th term uses (201)=19(20 - 1) = 19 as the multiplier.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next