Arithmetic Progressions

Arithmetic Progressions carries 4 to 5 marks in the board paper: 4 in the 2026-27 sample paper, and 5 in the 2025 and both 2026 board papers.

The marks usually come as one 1-mark MCQ (the nnth term, the number of terms, or a term from SnS_n) together with either a 3-mark sum problem or a 4-mark case study. An AP case study came in all three real board papers, so the long questions here are case studies and harder 4-mark items. There has been no 5-mark question from this chapter.

Where marks are usually lost:

  • writing a+nda + nd for the nnth term, or forgetting the "+ 1" when counting terms;
  • taking dd as positive when the AP is decreasing;
  • mixing up ana_n (one term) with SnS_n (the sum of terms);
  • keeping a negative or fractional value of nn after solving the quadratic.

Revise in 5 Minutes

Basics

  • Each term after the first is the term before it plus a fixed dd (the common difference); dd can be positive, negative or zero.
  • aa, bb, cc are consecutive terms of an AP exactly when 2b=a+c2b = a + c.

Formulas

To find Use
nnth term an=a+(n−1)da_n = a + (n - 1)d
nnth term from the end (last term ll) l−(n−1)dl - (n - 1)d
Number of terms from aa to ll n=l−ad+1n = \frac{l - a}{d} + 1
Sum of first nn terms Sn=n2[2a+(n−1)d]=n2(a+l)S_n = \frac{n}{2}[2a + (n - 1)d] = \frac{n}{2}(a + l)
A term from the sums an=Sn−Sn−1a_n = S_n - S_{n-1}
  • If an=pn+qa_n = pn + q, then d=pd = p. If Sn=An2+BnS_n = An^2 + Bn, then d=2Ad = 2A and a=A+Ba = A + B.
  • 1+2+…+n=n(n+1)21 + 2 + \ldots + n = \frac{n(n + 1)}{2}; the first nn odd numbers add up to n2n^2.
  • Three terms: take a−da - d, aa, a+da + d. For an odd number nn of terms, the middle term is the n+12\frac{n + 1}{2}th.

Derivation of SnS_n (3 marks): write the sum forwards and backwards and add; each of the nn pairs is 2a+(n−1)d2a + (n - 1)d, so 2Sn=n[2a+(n−1)d]2S_n = n[2a + (n - 1)d].

Standard checks

  • Is xx a term? Only if x−ad+1\frac{x - a}{d} + 1 is a natural number; otherwise "not possible".
  • First negative term: solve an<0a_n < 0 and take the next natural number.
  • "Sum is SS, find nn" gives a quadratic: keep only the sensible natural root.

Traps

  • a+nda + nd is the (n+1)(n + 1)th term.
  • "Between 100 and 200" leaves out 100 and 200.
  • "Divisible by both 6 and 8" means multiples of the LCM 24, not of 48.
  • "Next 6 terms" are terms 7 to 12, so S12=S6+S_{12} = S_6 + their sum.

How to use this page: try each question on paper first, then read the answer. The marks against each step show what an examiner looks for. The 1-mark MCQs and Assertion-Reason questions are in the quiz at the end, together with questions that test how well you understand the chapter; every quiz answer comes with its explanation.

Short Answer Questions (2 and 3 Marks)

Question 1 (2 marks)

For the AP 4, 9, 14, …, show that the sum of its 5th to 11th terms is 7 times its 8th term. Explain why the sum of any 7 consecutive terms of an AP is 7 times the middle one.

Answer.

  1. a5=24a_5 = 24, a8=39a_8 = 39, a11=54a_{11} = 54; sum =72(24+54)=273=7×39= \frac{7}{2}(24 + 54) = 273 = 7 \times 39 — 1 mark
  2. Seven consecutive terms are b−3d,b−2d,…,b+3db - 3d, b - 2d, \ldots, b + 3d with middle term bb; the dd terms cancel, so the sum is 7b7b — 1 mark

Question 2 (2 marks)

The ages, in years, of three sisters are p−1p - 1, 2p2p and p+11p + 11, and these ages are in AP. Find pp and the three ages.

Answer.

  1. For three terms in AP, twice the middle one equals the sum of the other two: 2×2p=(p−1)+(p+11)2 \times 2p = (p - 1) + (p + 11) — 1 mark
  2. 4p=2p+104p = 2p + 10, so p=5p = 5; the ages are 4, 10 and 16 years — 1 mark

Question 3 (2 marks)

The 6th term of an AP is −10-10 and its 10th term is −26-26. Find its 15th term.

Answer.

  1. a+5d=−10a + 5d = -10 and a+9d=−26a + 9d = -26 give 4d=−164d = -16, so d=−4d = -4 and a=10a = 10 — 1 mark
  2. a15=a+14d=10−56=−46a_{15} = a + 14d = 10 - 56 = -46 — 1 mark

Question 4 (2 marks)

The four angles of a quadrilateral are in AP, and the greatest angle is twice the smallest. Find all four angles.

Answer.

Model answer:

Let the angles, in degrees, be aa, a+da + d, a+2da + 2d and a+3da + 3d, with aa the smallest.

The angles of a quadrilateral add up to 360∘360^\circ: 4a+6d=3604a + 6d = 360.

The greatest angle is twice the smallest: a+3d=2aa + 3d = 2a, so a=3da = 3d.

Putting a=3da = 3d in the first equation: 12d+6d=36012d + 6d = 360, so d=20d = 20 and a=60a = 60.

The angles are 60∘60^\circ, 80∘80^\circ, 100∘100^\circ and 120∘120^\circ. (Check: they add up to 360∘360^\circ and 120=2×60120 = 2 \times 60.)

Marking scheme:

  1. Angles aa, a+da + d, a+2da + 2d, a+3da + 3d: 4a+6d=3604a + 6d = 360 and a+3d=2aa + 3d = 2a, so a=3da = 3d — 1 mark
  2. 18d=36018d = 360 gives d=20d = 20, a=60a = 60; the angles are 60∘60^\circ, 80∘80^\circ, 100∘100^\circ and 120∘120^\circ — 1 mark

Question 5 (3 marks)

Find the sum of all two-digit numbers which leave a remainder 2 when divided by 3.

Answer.

  1. The numbers are 11,14,17,…,9811, 14, 17, \ldots, 98: an AP with a=11a = 11, d=3d = 3, l=98l = 98 — 1 mark
  2. 98=11+(n−1)×398 = 11 + (n - 1) \times 3 gives n=30n = 30 — 1 mark
  3. S30=302(11+98)=15×109=1635S_{30} = \frac{30}{2}(11 + 98) = 15 \times 109 = 1635 — 1 mark

Question 6 (3 marks)

Show that the sum of the first nn terms of an AP with first term aa and common difference dd is Sn=n2[2a+(n−1)d]S_n = \frac{n}{2}[2a + (n - 1)d].

Answer.

Model answer:

The terms of the AP are a,a+d,a+2d,…,a+(n−1)da, a + d, a + 2d, \ldots, a + (n - 1)d. So

Sn=a+(a+d)+(a+2d)+…+[a+(n−2)d]+[a+(n−1)d]S_n = a + (a + d) + (a + 2d) + \ldots + [a + (n - 2)d] + [a + (n - 1)d] …(1)

Writing the same terms in the reverse order,

Sn=[a+(n−1)d]+[a+(n−2)d]+…+(a+d)+aS_n = [a + (n - 1)d] + [a + (n - 2)d] + \ldots + (a + d) + a …(2)

Add (1) and (2) term by term. The first pair gives a+[a+(n−1)d]=2a+(n−1)da + [a + (n - 1)d] = 2a + (n - 1)d. The second pair gives (a+d)+[a+(n−2)d]=2a+(n−1)d(a + d) + [a + (n - 2)d] = 2a + (n - 1)d. Every pair gives the same total, and there are nn pairs.

So 2Sn=n[2a+(n−1)d]2S_n = n[2a + (n - 1)d], that is, Sn=n2[2a+(n−1)d]S_n = \frac{n}{2}[2a + (n - 1)d].

Since the last term is l=a+(n−1)dl = a + (n - 1)d, this can also be written as Sn=n2(a+l)S_n = \frac{n}{2}(a + l).

Marking scheme:

  1. Write Sn=a+(a+d)+…+[a+(n−1)d]S_n = a + (a + d) + \ldots + [a + (n - 1)d], and the same sum in reverse order — 1 mark
  2. Adding term by term, each of the nn pairs gives 2a+(n−1)d2a + (n - 1)d — 1 mark
  3. 2Sn=n[2a+(n−1)d]2S_n = n[2a + (n - 1)d], so Sn=n2[2a+(n−1)d]S_n = \frac{n}{2}[2a + (n - 1)d] — 1 mark

Question 7 (3 marks)

The sum of the first 6 terms of an AP is 57 and the sum of its next 6 terms is 165. Find the AP.

Answer.

Model answer:

The first 6 terms add up to 57: S6=62(2a+5d)=57S_6 = \frac{6}{2}(2a + 5d) = 57, so 2a+5d=192a + 5d = 19 …(1)

The "next 6 terms" are the 7th to the 12th terms. So the first 12 terms add up to 57+165=22257 + 165 = 222:

S12=122(2a+11d)=222S_{12} = \frac{12}{2}(2a + 11d) = 222, so 2a+11d=372a + 11d = 37 …(2)

Subtracting (1) from (2): 6d=186d = 18, so d=3d = 3. Then 2a=19−15=42a = 19 - 15 = 4, so a=2a = 2.

The AP is 2,5,8,11,…2, 5, 8, 11, \ldots. (Check: 2+5+8+11+14+17=572 + 5 + 8 + 11 + 14 + 17 = 57 and 20+23+26+29+32+35=16520 + 23 + 26 + 29 + 32 + 35 = 165.)

Marking scheme:

  1. S6=3(2a+5d)=57S_6 = 3(2a + 5d) = 57, so 2a+5d=192a + 5d = 19 — 1 mark
  2. S12=57+165=222=6(2a+11d)S_{12} = 57 + 165 = 222 = 6(2a + 11d), so 2a+11d=372a + 11d = 37 — 1 mark
  3. 6d=186d = 18 gives d=3d = 3, a=2a = 2; the AP is 2,5,8,11,…2, 5, 8, 11, \ldots — 1 mark

Question 8 (3 marks)

Priya was asked to find the 20th term of the AP 12, 8, 4, …. She wrote: d=8−12=4d = 8 - 12 = 4, so a20=12+19×4=88a_{20} = 12 + 19 \times 4 = 88. Point out her mistake and find the correct 20th term. Also find which term of this AP is −100-100.

Answer.

  1. Mistake: 8−12=−48 - 12 = -4, not 4; the AP is decreasing, so d=−4d = -4 — 1 mark
  2. a20=12+19×(−4)=12−76=−64a_{20} = 12 + 19 \times (-4) = 12 - 76 = -64 — 1 mark
  3. 12+(n−1)(−4)=−10012 + (n - 1)(-4) = -100 gives n−1=28n - 1 = 28, so −100-100 is the 29th term — 1 mark

Question 9 (3 marks)

Deepa starts skipping practice with 40 skips on the first day, and every day she does 5 more skips than on the day before. On which day will she do 100 skips for the first time? How many skips will she do in all in the first two weeks?

Answer.

  1. Daily skips form an AP with a=40a = 40, d=5d = 5 — 1 mark
  2. 40+(n−1)×5=10040 + (n - 1) \times 5 = 100 gives n=13n = 13: the 13th day — 1 mark
  3. S14=142(80+13×5)=7×145=1015S_{14} = \frac{14}{2}(80 + 13 \times 5) = 7 \times 145 = 1015 skips — 1 mark

Question 10 (3 marks)

Find the sum of all three-digit numbers which are divisible by both 6 and 8.

Answer.

  1. Divisible by both 6 and 8 means divisible by their LCM 24 (not 48): 120,144,…,984120, 144, \ldots, 984 — 1 mark
  2. 984=120+(n−1)×24984 = 120 + (n - 1) \times 24 gives n=37n = 37 — 1 mark
  3. S37=372(120+984)=37×552=20424S_{37} = \frac{37}{2}(120 + 984) = 37 \times 552 = 20424 — 1 mark

Long Answer and Case-Based Questions

Question 11 (4 marks)

Riya makes rows of triangles with matchsticks, as shown in the figure. One triangle needs 3 matchsticks, a row of two triangles needs 5 and a row of three triangles needs 7. Each new triangle shares one side with the triangle before it.

Rows of one, two and three matchstick triangles

(i) Show that the numbers of matchsticks needed form an AP. Write its first term and common difference. (1 mark)

Answer.

  1. 3, 5, 7, …: each new triangle adds 2 sticks, so it is an AP with a=3a = 3, d=2d = 2 — 1 mark

(ii) How many matchsticks are needed for a row of 15 triangles? (1 mark)

Answer.

  1. a15=3+14×2=31a_{15} = 3 + 14 \times 2 = 31 — 1 mark

(iii) A row of triangles uses exactly 101 matchsticks. How many triangles are there in the row? (2 marks)

Answer.

  1. 3+(n−1)×2=1013 + (n - 1) \times 2 = 101 — 1 mark
  2. n−1=49n - 1 = 49, so n=50n = 50 triangles — 1 mark

OR

(iii) Riya makes ten separate rows: one with 1 triangle, one with 2 triangles, and so on up to one with 10 triangles. How many matchsticks does she use in all? (2 marks)

Answer.

  1. The row of 10 triangles needs a10=3+9×2=21a_{10} = 3 + 9 \times 2 = 21 sticks — 1 mark
  2. Total =S10=102(3+21)=120= S_{10} = \frac{10}{2}(3 + 21) = 120 matchsticks — 1 mark

Question 12 (4 marks)

Anu has to read a novel of 570 pages during her holidays. She reads 10 pages on the first day, and every day she reads 4 pages more than on the day before.

(i) How many pages does she read on the 8th day? (1 mark)

Answer.

  1. a8=10+7×4=38a_8 = 10 + 7 \times 4 = 38 pages — 1 mark

(ii) On which day does she read 50 pages? (1 mark)

Answer.

  1. 10+(n−1)×4=5010 + (n - 1) \times 4 = 50 gives n=11n = 11: the 11th day — 1 mark

(iii) In how many days does she finish the novel? (2 marks)

Answer.

  1. Sn=n2[20+(n−1)×4]=2n2+8n=570S_n = \frac{n}{2}[20 + (n - 1) \times 4] = 2n^2 + 8n = 570, so n2+4n−285=0n^2 + 4n - 285 = 0 — 1 mark
  2. (n+19)(n−15)=0(n + 19)(n - 15) = 0; nn cannot be negative, so she finishes in 15 days — 1 mark

OR

(iii) How many pages has she read by the end of the first week, and how many pages are then left? (2 marks)

Answer.

  1. S7=72(20+6×4)=72×44=154S_7 = \frac{7}{2}(20 + 6 \times 4) = \frac{7}{2} \times 44 = 154 pages read — 1 mark
  2. Pages left =570−154=416= 570 - 154 = 416 — 1 mark

Question 13 (4 marks)

Plastic chairs in a school hall are kept in stacks. A single chair is 80 cm tall, and every chair added to a stack raises its height by 6 cm.

(i) Write the heights, in cm, of stacks of 1, 2, 3 and 4 chairs. Do they form an AP? (1 mark)

Answer.

  1. 80, 86, 92, 98; yes, it is an AP with common difference 6 — 1 mark

(ii) How tall is a stack of 12 chairs? (1 mark)

Answer.

  1. a12=80+11×6=146a_{12} = 80 + 11 \times 6 = 146 cm — 1 mark

(iii) The store-room door is 2 m high, so no stack may be taller than 2 m. At most how many chairs can go in one stack? How many such stacks are needed for 105 chairs? (2 marks)

Answer.

  1. 80+(n−1)×6≤20080 + (n - 1) \times 6 \le 200 gives n−1≤20n - 1 \le 20, so at most 21 chairs — 1 mark
  2. Stacks needed =105÷21=5= 105 \div 21 = 5 — 1 mark

OR

(iii) A stack is 1.64 m tall. How many chairs are in it? How many more chairs can be added to it before it becomes taller than 2 m? (2 marks)

Answer.

  1. 80+(n−1)×6=16480 + (n - 1) \times 6 = 164 gives n=15n = 15 chairs — 1 mark
  2. A stack can have at most 21 chairs (80+20×6=20080 + 20 \times 6 = 200), so 21−15=621 - 15 = 6 more — 1 mark

Question 14 (4 marks)

During the monsoon, the forest department of a district in Madhya Pradesh runs a tree plantation drive. Volunteers plant 600 saplings in the first week. As the rains ease, they plant 50 fewer saplings every week than in the week before.

(i) Write the first three terms and the common difference of the AP formed by the numbers of saplings planted each week. (1 mark)

Answer.

  1. 600, 550, 500; d=−50d = -50 — 1 mark

(ii) In which week are fewer than 200 saplings planted for the first time? (1 mark)

Answer.

  1. 600−50(n−1)<200600 - 50(n - 1) < 200 gives n−1>8n - 1 > 8; the 9th week has exactly 200, so the 10th week — 1 mark

(iii) After how many weeks does the total number of saplings planted reach 3400? (2 marks)

Answer.

  1. Sn=n2[1200−50(n−1)]=25n(25−n)=3400S_n = \frac{n}{2}[1200 - 50(n - 1)] = 25n(25 - n) = 3400, so n2−25n+136=0n^2 - 25n + 136 = 0 — 1 mark
  2. (n−8)(n−17)=0(n - 8)(n - 17) = 0; n=17n = 17 is rejected because the weekly number would be negative after the 13th week, so 8 weeks — 1 mark

OR

(iii) How many saplings are planted in the 10th week, and how many more are planted in the 3rd week than in the 10th week? (2 marks)

Answer.

  1. a10=600+9×(−50)=150a_{10} = 600 + 9 \times (-50) = 150 — 1 mark
  2. a3−a10=7×50=350a_3 - a_{10} = 7 \times 50 = 350 more — 1 mark

Question 15 (4 marks)

A school library in Shillong runs a book-donation drive for 12 weeks. It receives 45 books in the first week, and in every week after that it receives 8 books more than in the week before.

(i) How many books does the library receive in the last (12th) week? (1 mark)

Answer.

  1. a12=45+11×8=133a_{12} = 45 + 11 \times 8 = 133 — 1 mark

(ii) How many books does it receive in the 3rd week from the end? (1 mark)

Answer.

  1. Counting back from the last term: 133−(3−1)×8=117133 - (3 - 1) \times 8 = 117 — 1 mark

(iii) Find the total number of books received in the 12 weeks. (2 marks)

Answer.

  1. S12=122(45+133)S_{12} = \frac{12}{2}(45 + 133) — 1 mark
  2. =6×178=1068= 6 \times 178 = 1068 books — 1 mark

OR

(iii) The register shows that exactly 130 books came in one of the weeks. Is this possible? Justify your answer. (2 marks)

Answer.

  1. 45+(n−1)×8=13045 + (n - 1) \times 8 = 130 gives n−1=858n - 1 = \frac{85}{8}, so n=11.625n = 11.625 — 1 mark
  2. nn is not a natural number, so no week can have exactly 130 books; it is not possible — 1 mark