← Back to all lessons
Class 10Algebra12:53Published 27 Feb 2024

Arithmetic Progressions: Important Questions (Part 2)

A quick recap of the arithmetic progression formulae, then four exam-style questions on counting terms and finding a first negative or middle term.

This Class 10 lesson begins by listing the key arithmetic progression formulae: the general form, the common difference, the nth term, the sum of n terms, and the count of terms. The teacher then works through four common exam questions: counting integers in a range that are divisible by a number, finding which term of an AP is the first negative one, and using the symmetry of three consecutive terms to find the middle term. Each solution shows every step, including how to reverse an inequality sign when solving for the term number.

What you'll learn

  • The standard arithmetic progression formulae for the nth term, the sum of n terms, and the number of terms
  • How to count the integers in a range that are exactly divisible by a given number
  • Finding which term of a decreasing progression is the first negative one, and reversing an inequality correctly
  • Using three consecutive terms to find the middle term from their sum

Lesson chapters

0:00Arithmetic progression formulae
3:48Counting integers divisible by 5 between 220 and 700
6:04Counting integers divisible by 2 from 100 to 900
7:34First negative term of an AP
10:51Middle term from three consecutive terms

Lesson notes

This lesson revises the main formulae for an arithmetic progression (AP), then works through four exam-style questions: two on counting terms in a range, one on finding the first negative term, and one on finding the middle term from a sum.

Key formulae for an arithmetic progression

The general form of an AP with first term aa and common difference dd is

a, a+d, a+2d, a, \ a + d, \ a + 2d, \ \dots

The common difference is the gap between consecutive terms:

d=a2a1=a3a2=anan1.d = a_2 - a_1 = a_3 - a_2 = a_n - a_{n-1}.

The nth term is

an=a+(n1)d.a_n = a + (n - 1)d.

The sum of the first nn terms is

Sn=n2(2a+(n1)d)=n2(a+an).S_n = \frac{n}{2}\bigl(2a + (n - 1)d\bigr) = \frac{n}{2}(a + a_n).

The number of terms, when the first and last terms are known, is

n=ana1d+1.n = \frac{a_n - a_1}{d} + 1.

A single term can also be recovered from sums as an=SnSn1a_n = S_n - S_{n-1}. If aa, bb, cc are in AP, the middle term is the average of the outer two:

b=a+c2.b = \frac{a + c}{2}.

It is also useful to take consecutive terms symmetrically: three as ad, a, a+da - d,\ a,\ a + d, and four as a3d, ad, a+d, a+3da - 3d,\ a - d,\ a + d,\ a + 3d.

Counting integers divisible by 5 between 220 and 700

We want the integers between 220220 and 700700 that are exactly divisible by 55. The first such number after 220220 is

a1=225,a_1 = 225,

and the last such number before 700700 is

an=695,d=5.a_n = 695, \qquad d = 5.

Using the count formula:

n=ana1d+1=6952255+1=4705+1=94+1=95.n = \frac{a_n - a_1}{d} + 1 = \frac{695 - 225}{5} + 1 = \frac{470}{5} + 1 = 94 + 1 = 95.

Answer: there are 9595 such integers.

Counting integers divisible by 2 from 100 to 900

We want the integers from 100100 to 900900 that are exactly divisible by 22. Since 100100 is itself even, it is included:

a1=100,an=900,d=2.a_1 = 100, \qquad a_n = 900, \qquad d = 2.

Then

n=ana1d+1=9001002+1=8002+1=400+1=401.n = \frac{a_n - a_1}{d} + 1 = \frac{900 - 100}{2} + 1 = \frac{800}{2} + 1 = 400 + 1 = 401.

Answer: there are 401401 such integers.

First negative term of an AP

For the AP 12, 10, 8, 12, \ 10, \ 8, \ \dots we have

a=12,d=1012=2.a = 12, \qquad d = 10 - 12 = -2.

The first negative term is the smallest nn with an<0a_n < 0:

a+(n1)d<0a + (n - 1)d < 0 12+(n1)(2)<012 + (n - 1)(-2) < 0 122n+2<012 - 2n + 2 < 0 142n<014 - 2n < 0 2n<14.-2n < -14.

Dividing by 2-2 reverses the inequality:

n>7.n > 7.

The smallest integer greater than 77 is 88, so the first negative term is the 8th term. Check: a8=12+7(2)=2<0a_8 = 12 + 7(-2) = -2 < 0.

Middle term from three consecutive terms

Three consecutive terms of an AP have sum 2727; find the middle term. Take the terms symmetrically as ad, a, a+da - d,\ a,\ a + d. Then

(ad)+a+(a+d)=27.(a - d) + a + (a + d) = 27.

The d-d and +d+d cancel, leaving

3a=27    a=9.3a = 27 \implies a = 9.

The middle term is aa, so the middle term is 99.

Key takeaways

  • To count terms in a range divisible by a number, find the first and last valid values and use n=ana1d+1n = \dfrac{a_n - a_1}{d} + 1.
  • The first negative term comes from solving a+(n1)d<0a + (n-1)d < 0; dividing by a negative number reverses the inequality.
  • Writing three consecutive terms as ad, a, a+da - d,\ a,\ a + d makes their sum collapse to 3a3a, so the middle term is the sum divided by 33.