Arithmetic Progressions • Topic 5 of 5

Special Results and Word Problems Based on AP

Three special sums worth memorising. Several everyday sums are themselves APs, and their totals have tidy closed forms that save time in exams.

1. Sum of the first $n$ natural numbers: $1 + 2 + 3 + \dots + n = \dfrac{n(n + 1)}{2}$. This is an AP with $a = 1$, $d = 1$, $l = n$, so $S_n = \dfrac{n}{2}(1 + n)$.

2. Sum of the first $n$ even numbers: $2 + 4 + 6 + \dots + 2n = n(n + 1)$. Here $a = 2$, $d = 2$, $l = 2n$. Notice it is exactly twice the natural-number sum.

3. Sum of the first $n$ odd numbers: $1 + 3 + 5 + \dots + (2n - 1) = n^2$. With $a = 1$, $d = 2$, $l = 2n - 1$, the total is a perfect square — a result you can even picture as nested L-shapes filling a square.

The middle-term shortcut. When an AP has an odd number of terms, its sum equals the middle term times the number of terms, because the middle term is the average of all of them. For three angles in AP summing to $180^\circ$, the middle angle must be $60^\circ$ — no algebra needed.

Smart variables for "numbers in AP". When a problem gives the sum (and maybe the product) of several terms in AP, choose symmetric variables so the $d$'s cancel in the sum:

  • Three terms: take $a - d,\ a,\ a + d$ (sum $= 3a$).
  • Four terms: take $a - 3d,\ a - d,\ a + d,\ a + 3d$ (sum $= 4a$, common difference $2d$).
  • Five terms: take $a - 2d,\ a - d,\ a,\ a + d,\ a + 2d$ (sum $= 5a$).

With these, the sum instantly gives $a$, after which the product (or another condition) gives $d$. For four terms remember the actual common difference is $2d$, not $d$.

A strategy for word problems. (1) Decide what quantity changes by a fixed amount — that identifies the AP and its $d$. (2) Pin down $a$, $d$ and either $n$ or the last term from the wording. (3) Ask what is wanted: a single value points to the $n$th-term formula $a_n = a + (n - 1)d$; a running total points to $S_n$; an unknown count of terms points to solving an equation (often quadratic) in $n$.

Translating common phrases. "increases/decreases by a fixed amount each year" $\to d$; "in the $k$th year" $\to a_k$; "total over $n$ years/days" $\to S_n$; "how many years until ..." $\to$ solve for $n$. Watch units and keep currency symbols outside the maths.

Counting how many numbers fit a rule. Many problems ask for the count or sum of numbers in a range that are divisible by some value (e.g. two-digit multiples of 7, three-digit numbers leaving remainder 3 on division by 7). Treat them as an AP: the smallest qualifying number is $a$, the divisor is $d$, the largest qualifying number is $l$, and $n = \dfrac{l - a}{d} + 1$ gives the count. Then $S_n = \dfrac{n}{2}(a + l)$ gives the total. Always find $a$ and $l$ first by hand before plugging in.

Geometry meets AP. Angle problems are a favourite: the angles of a triangle sum to $180^\circ$ and of a quadrilateral to $360^\circ$. If the angles are in AP, the symmetric variables ($a - d, a, a + d$ for a triangle) make the sum collapse to a multiple of $a$, instantly giving the middle angle. The same trick handles sides of a right triangle in AP (the classic 3-4-5 family) and similar configurations.

Common mistakes to avoid. (1) Confusing the three special sums ($n^2$ for odds, $n(n+1)$ for evens). (2) Forgetting the four-term common difference is $2d$. (3) Solving for a term when a total was asked (or vice versa). (4) Keeping a negative or fractional $n$. (5) Misreading "between" — "multiples of 4 between 10 and 100" excludes the endpoints unless they are themselves multiples of 4 inside the range.

Three special sums: first n naturals, first n even numbers, and first n odd numbers with the odd-number sum shown as a square of dotsThree special sums worth memorisingFirst n naturals1 + 2 + … + n= n(n + 1)/2n=4 → 10First n evens2 + 4 + … + 2n= n(n + 1)n=4 → 20First n odds1 + 3 + … + (2n−1)= n2n=4 → 16odd sums builda perfect square →Word-problem strategy flow and the symmetric variable choices for three, four and five terms in APStrategy and symmetric variablesWhat is asked?a term → an = a + (n − 1)da total → Sn formulaa count of terms →solve for n (often quadratic)Pick symmetric terms3 terms: a−d, a, a+d4 terms: a−3d, a−d, a+d, a+3d5 terms: a−2d, a−d, a, a+d, a+2dthe d’s cancel, so sum gives aFor four terms the real common difference is 2d
1
Worked Example
Find the sum of all odd numbers between 0 and 50.
Solution
  1. Odd numbers: $1, 3, 5, \dots, 49$ — an AP with $a = 1$, $d = 2$.
  2. Count them: $49 = 1 + (n - 1)2 \Rightarrow (n - 1)2 = 48 \Rightarrow n = 25$.
  3. Sum of first $n$ odd numbers $= n^2 = 25^2$.
  4. $= 625$.

Answer: 625.

2
Worked Example
Find the sum of the first 100 natural numbers.
Solution
  1. Use $1 + 2 + \dots + n = \dfrac{n(n + 1)}{2}$ with $n = 100$.
  2. $= \dfrac{100 \times 101}{2}$.
  3. $= 50 \times 101 = 5050$.

Answer: 5050.

3
Worked Example
Find three numbers in AP whose sum is 24 and whose product is 440.
Solution
  1. Let the numbers be $a - d,\ a,\ a + d$.
  2. Sum: $3a = 24 \Rightarrow a = 8$.
  3. Product: $a(a^2 - d^2) = 8(64 - d^2) = 440 \Rightarrow 64 - d^2 = 55 \Rightarrow d^2 = 9 \Rightarrow d = \pm 3$.
  4. Numbers: 5, 8, 11 (or 11, 8, 5).

Answer: 5, 8, 11 (or 11, 8, 5).

4
Worked Example
The angles of a triangle are in AP and the smallest is half the largest. Find the angles.
Solution
  1. Take the angles as $a - d,\ a,\ a + d$. Their sum is $180^\circ$, so $3a = 180^\circ \Rightarrow a = 60^\circ$.
  2. Smallest $= 60 - d$, largest $= 60 + d$. Given smallest $= \tfrac{1}{2}$ largest: $60 - d = \tfrac{1}{2}(60 + d)$.
  3. $120 - 2d = 60 + d \Rightarrow 60 = 3d \Rightarrow d = 20^\circ$.
  4. Angles: $40^\circ, 60^\circ, 80^\circ$.

Answer: The angles are $40^\circ,\ 60^\circ,\ 80^\circ$.

5
Worked Example
The angles of a quadrilateral are in AP with common difference $10^\circ$. Find the angles.
Solution
  1. Take the angles as $a - 15,\ a - 5,\ a + 5,\ a + 15$ (common difference $10^\circ$).
  2. Sum of angles of a quadrilateral $= 360^\circ$, so $4a = 360^\circ \Rightarrow a = 90^\circ$.
  3. Angles: $90 - 15,\ 90 - 5,\ 90 + 5,\ 90 + 15$.
  4. $= 75^\circ, 85^\circ, 95^\circ, 105^\circ$.

Answer: $75^\circ,\ 85^\circ,\ 95^\circ,\ 105^\circ$.

6
Worked Example
Find four numbers in AP whose sum is 20 and the sum of whose squares is 120.
Solution
  1. Take the numbers as $a - 3d,\ a - d,\ a + d,\ a + 3d$.
  2. Sum: $4a = 20 \Rightarrow a = 5$.
  3. Sum of squares $= 2(a^2 + 9d^2) + 2(a^2 + d^2)\,$? Better: $(a-3d)^2 + (a-d)^2 + (a+d)^2 + (a+3d)^2 = 4a^2 + 20d^2 = 120$.
  4. $4(25) + 20d^2 = 120 \Rightarrow 20d^2 = 20 \Rightarrow d^2 = 1 \Rightarrow d = \pm 1$.
  5. Numbers: 2, 4, 6, 8 (or 8, 6, 4, 2).

Answer: 2, 4, 6, 8 (or 8, 6, 4, 2).

7
Worked Example
A man saves ₹100 in the first month and increases his saving by ₹50 each month. What does he save in the 12th month, and what is his total saving in a year?
Solution
  1. Savings form an AP: $a = 100$, $d = 50$.
  2. 12th-month saving: $a_{12} = 100 + 11 \times 50 = 100 + 550 = 650$.
  3. Total in 12 months: $S_{12} = \dfrac{12}{2}[2 \times 100 + 11 \times 50]$.
  4. $= 6[200 + 550] = 6 \times 750 = 4500$.

Answer: 12th-month saving $=$ ₹650; yearly total $=$ ₹4500.

8
Worked Example
Find the sum of all multiples of 4 lying between 10 and 100.
Solution
  1. Multiples of 4 in this range: $12, 16, 20, \dots, 96$ — an AP with $a = 12$, $d = 4$, $l = 96$.
  2. Count: $96 = 12 + (n - 1)4 \Rightarrow (n - 1)4 = 84 \Rightarrow n = 22$.
  3. $S_{22} = \dfrac{22}{2}(12 + 96) = 11 \times 108$.
  4. $= 1188$.

Answer: The sum is 1188.

9
Worked Example
A ladder has rungs 25 cm apart, decreasing uniformly in length from 45 cm at the bottom to 25 cm at the top. The top and bottom rungs are 2.5 m apart. Find the total length of wood used for the rungs.
Solution
  1. Distance top-to-bottom $= 2.5$ m $= 250$ cm; gap between rungs $= 25$ cm.
  2. Number of gaps $= \dfrac{250}{25} = 10$, so number of rungs $= 10 + 1 = 11$.
  3. Rung lengths form an AP with $a = 45$, $l = 25$, $n = 11$.
  4. Total $= S_{11} = \dfrac{11}{2}(45 + 25) = \dfrac{11}{2} \times 70 = 11 \times 35 = 385$ cm.

Answer: 385 cm of wood.

10
Worked Example
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 term and the common difference.
Solution
  1. $a_4 + a_8 = (a + 3d) + (a + 7d) = 2a + 10d = 24 \Rightarrow a + 5d = 12$ ... (1)
  2. $a_6 + a_{10} = (a + 5d) + (a + 9d) = 2a + 14d = 44 \Rightarrow a + 7d = 22$ ... (2)
  3. Subtract (1) from (2): $2d = 10 \Rightarrow d = 5$.
  4. From (1): $a + 25 = 12 \Rightarrow a = -13$.

Answer: $a = -13,\ d = 5$.

11
Worked Example
In a flower bed, the first row has 23 rose plants, the second 21, the third 19, and so on, the last row having 5 plants. How many rows are there, and how many plants in all?
Solution
  1. Plants per row: $23, 21, 19, \dots, 5$ — an AP with $a = 23$, $d = -2$, $l = 5$.
  2. Rows: $5 = 23 + (n - 1)(-2) \Rightarrow -18 = -2(n - 1) \Rightarrow n - 1 = 9 \Rightarrow n = 10$.
  3. Total plants $= S_{10} = \dfrac{10}{2}(23 + 5) = 5 \times 28 = 140$.

Answer: 10 rows, with 140 plants in all.

12
Worked Example
Houses in a row are numbered 1, 2, 3, ..., 49. Find the house number $x$ such that the sum of the numbers of the houses before it equals the sum of the numbers of the houses after it.
Solution
  1. Sum before $x$: $1 + 2 + \dots + (x - 1) = \dfrac{(x - 1)x}{2}$.
  2. Sum after $x$: $(x + 1) + \dots + 49 = \dfrac{49 \times 50}{2} - \dfrac{x(x + 1)}{2} = 1225 - \dfrac{x(x + 1)}{2}$.
  3. Set them equal: $\dfrac{(x - 1)x}{2} = 1225 - \dfrac{x(x + 1)}{2}$.
  4. Multiply by 2: $(x - 1)x + x(x + 1) = 2450 \Rightarrow 2x^2 = 2450 \Rightarrow x^2 = 1225 \Rightarrow x = 35$.

Answer: The required house number is 35.

Key Points

  • Sum of first $n$ natural numbers: $\dfrac{n(n + 1)}{2}$.
  • Sum of first $n$ even numbers: $n(n + 1)$; sum of first $n$ odd numbers: $n^2$.
  • For an AP with an odd number of terms, sum $=$ (middle term) $\times n$.
  • Use $a - d,\ a,\ a + d$ for three terms and $a - 3d,\ a - d,\ a + d,\ a + 3d$ for four (common difference $2d$).
  • In word problems decide whether you need a term ($a_n$), a sum ($S_n$), or to solve for $n$.
  • Read range words carefully: "between" usually excludes the endpoints.
Tap an option to check your answer0 / 4
Q1.The sum of the first $n$ odd natural numbers is:
Explanation: $1+3+\dots=n^2$.
Q2.The sum of the first $n$ even natural numbers is:
Explanation: $2+4+\dots=n(n+1)$.
Q3.The number of integers from $1$ to $100$ divisible by $5$ is:
Explanation: $5,10,\dots,100$.
Q4.If the angles of a triangle are in AP, the middle angle is:
Explanation: Sum $180^\circ$, middle $=60^\circ$.