Introduction to Arithmetic and Geometric Progressions for RRB Exams

In competitive examinations conducted by the Railway Recruitment Board (RRB), such as RRB NTPC (CBT-1 & CBT-2), RRB Group D, and RRB Technician Grade I & III, quantitative aptitude forms the core foundation of a high score. Among algebra and number theory topics, Arithmetic Progression (AP) and Geometric Progression (GP) are frequently tested areas. Questions ranging from simple nth-term calculations to complex sum series and pattern-based real-world word problems appear regularly.

Understanding the fundamental behavior of sequences, standard series formulas, and rapid algebraic shortcuts allows aspirants to solve sequence and series questions in less than 30 to 45 seconds. This comprehensive guide details all concepts, formulas, derivation tricks, typical pitfalls, solved exam-level examples, and high-yield practice questions designed to help you secure full marks in this section.

Topic Weightage and Importance

In both preliminary and mains stages of railway recruitment exams, Progressions (AP, GP, and Special Series) carry substantial direct and indirect weightage:

  • RRB NTPC (CBT 1 & CBT 2): 2 to 3 direct questions in Mathematics, plus additional applications in reasoning sequence puzzles.
  • RRB Group D: 1 to 2 direct formula-based or word-problem questions per shift.
  • RRB Technician Grade I & Grade III: 2 to 4 questions under Basic Mathematics and Algebra.

Because progression questions follow rigid algebraic formulas, scoring 100% accuracy here is straightforward if you have mastered the standard identities and shortcut methods.

Key Concepts and Formulas

1. Arithmetic Progression (AP)

An Arithmetic Progression is a sequence of numbers in which the difference between any two consecutive terms is constant. This constant difference is called the common difference ($d$).

  • General representation: $a, a+d, a+2d, a+3d, \dots, a+(n-1)d$
  • First term: $a$
  • Common difference: $d = a_n - a_{n-1} = a_2 - a_1$
  • $n^{\text{th}}$ Term ($T_n$ or $a_n$): $$T_n = a + (n - 1)d$$
  • $n^{\text{th}}$ Term from the end: $$L_n = l - (n - 1)d$$ (where $l$ is the last term)
  • Sum of First $n$ Terms ($S_n$): $$S_n = \frac{n}{2} [2a + (n - 1)d] = \frac{n}{2} (a + l)$$
  • Arithmetic Mean (AM): If $a, b, c$ are in AP, then $b = \frac{a + c}{2}$.

2. Geometric Progression (GP)

A Geometric Progression is a sequence of non-zero numbers where each term after the first is found by multiplying the previous term by a fixed, non-zero number called the common ratio ($r$).

  • General representation: $a, ar, ar^2, ar^3, \dots, ar^{n-1}$
  • First term: $a$
  • Common ratio: $r = \frac{a_n}{a_{n-1}} = \frac{a_2}{a_1}$
  • $n^{\text{th}}$ Term ($T_n$): $$T_n = a \cdot r^{n-1}$$
  • Sum of First $n$ Terms ($S_n$):
    For $r \neq 1$: $$S_n = \frac{a(r^n - 1)}{r - 1} \quad (\text{when } r > 1)$$ $$S_n = \frac{a(1 - r^n)}{1 - r} \quad (\text{when } r < 1)$$
  • Sum of Infinite Terms ($S_\infty$): (Valid only when $|r| < 1$ or $-1 < r < 1$) $$S_\infty = \frac{a}{1 - r}$$
  • Geometric Mean (GM): If $a, b, c$ are in GP, then $b = \sqrt{ac}$ (or $b^2 = ac$).

3. Important Relationship and Special Sums

Series TypeSum Formula (First $n$ Natural Numbers)
Sum of first $n$ natural numbers ($\sum n$)$$\frac{n(n + 1)}{2}$$
Sum of squares of first $n$ natural numbers ($\sum n^2$)$$\frac{n(n + 1)(2n + 1)}{6}$$
Sum of cubes of first $n$ natural numbers ($\sum n^3$)$$\left[\frac{n(n + 1)}{2}\right]^2$$
Sum of first $n$ odd natural numbers$$n^2$$
Sum of first $n$ even natural numbers$$n(n + 1)$$
Relation between AM, GM, and HM$$\text{AM} \ge \text{GM} \ge \text{HM} \quad \text{and} \quad \text{GM}^2 = \text{AM} \times \text{HM}$$

Solved Examples (Step-by-Step)

Example 1 (AP - Finding Terms and Sum)

Question: Find the $18^{\text{th}}$ term and the sum of the first 25 terms of the AP: $7, 12, 17, 22, \dots$

Solution:

  1. Identify the given values: First term $a = 7$, Common difference $d = 12 - 7 = 5$.
  2. To find $T_{18}$: $$T_{18} = a + (18 - 1)d = 7 + 17 \times 5 = 7 + 85 = 92$$
  3. To find the sum of first 25 terms ($S_{25}$): $$S_{25} = \frac{25}{2} [2(7) + (25 - 1)5] = \frac{25}{2} [14 + 24 \times 5] = \frac{25}{2} [14 + 120] = \frac{25}{2} \times 134 = 25 \times 67 = 1675$$

Answer: $18^{\text{th}}$ term = 92, Sum of 25 terms = 1675.

Example 2 (GP - Infinite Sum Application)

Question: Find the sum to infinity of the series: $9 - 3 + 1 - \frac{1}{3} + \frac{1}{9} - \dots$

Solution:

  1. First term $a = 9$.
  2. Common ratio $r = \frac{-3}{9} = -\frac{1}{3}$.
  3. Since $|r| = |-\frac{1}{3}| = \frac{1}{3} < 1$, we can apply the infinite GP sum formula: $$S_\infty = \frac{a}{1 - r} = \frac{9}{1 - (-\frac{1}{3})} = \frac{9}{1 + \frac{1}{3}} = \frac{9}{\frac{4}{3}} = \frac{9 \times 3}{4} = \frac{27}{4} = 6.75$$

Answer: $\frac{27}{4}$ (or 6.75).

Example 3 (AP - Divisibility Range Problem)

Question: How many natural numbers between 100 and 400 are completely divisible by 6? Also, find their sum.

Solution:

  1. The first number greater than 100 divisible by 6 is $102$.
  2. The last number less than 400 divisible by 6 is $396$ (since $400 \div 6 = 66$ remainder 4; $400 - 4 = 396$).
  3. The series is: $102, 108, 114, \dots, 396$, which is an AP with $a = 102$, $d = 6$, $l = 396$.
  4. Find the number of terms $n$: $$l = a + (n - 1)d \implies 396 = 102 + (n - 1)6$$ $$396 - 102 = 6(n - 1) \implies 294 = 6(n - 1) \implies n - 1 = 49 \implies n = 50$$
  5. Calculate the total sum ($S_{50}$): $$S_{50} = \frac{n}{2}(a + l) = \frac{50}{2}(102 + 396) = 25 \times 498 = 12450$$

Answer: Total numbers = 50, Sum = 12,450.

Example 4 (Algebraic Relationship of AP & GP)

Question: The $3^{\text{rd}}$ term of a GP is 24 and the $6^{\text{th}}$ term is 192. Find the $10^{\text{th}}$ term.

Solution:

  1. Let the first term be $a$ and the common ratio be $r$.
  2. $T_3 = ar^2 = 24$ (Equation 1)
  3. $T_6 = ar^5 = 192$ (Equation 2)
  4. Divide Equation 2 by Equation 1: $$\frac{ar^5}{ar^2} = \frac{192}{24} \implies r^3 = 8 \implies r = 2$$
  5. Substitute $r = 2$ into Equation 1: $$a(2)^2 = 24 \implies 4a = 24 \implies a = 6$$
  6. Now calculate $T_{10}$: $$T_{10} = ar^9 = 6 \times 2^9 = 6 \times 512 = 3072$$

Answer: 3072.

Common Mistakes to Avoid

  • Off-by-One Errors in Number of Terms: When asked for terms "between $A$ and $B$", do not include $A$ or $B$. When asked "from $A$ to $B$", include endpoints if they satisfy the condition.
  • Sign Errors with Common Ratio/Difference: In decreasing progressions (e.g., $20, 15, 10\dots$), remember that $d = -5$, not $5$. In alternating GP series, retain the negative sign in $r$.
  • Misapplying Infinite GP Formula: The infinite sum formula $S_\infty = \frac{a}{1 - r}$ can only be used when $|r| < 1$. If $r \ge 1$, the sum is undefined or infinite.
  • Confusing $T_n$ with $S_n$: $T_n$ gives the specific value of the $n^{\text{th}}$ term, whereas $S_n$ gives the cumulative sum of all terms from the $1^{\text{st}}$ up to the $n^{\text{th}}$ term.
  • Assuming Terms without Symmetry: When 3 terms in AP are unknown, assume them as $(a - d), a, (a + d)$ so their sum simplifies directly to $3a$. In GP, assume 3 terms as $\frac{a}{r}, a, ar$.

Practice Questions with Solutions

  1. Q1: In an AP, if the $9^{\text{th}}$ term is 0, find the ratio of its $29^{\text{th}}$ term to its $19^{\text{th}}$ term.
  2. Q2: Find the sum of all 2-digit numbers which leave a remainder of 1 when divided by 4.
  3. Q3: If the sum of first $n$ terms of an AP is given by $S_n = 3n^2 + 5n$, find its $15^{\text{th}}$ term.
  4. Q4: The $4^{\text{th}}$ term of a GP is 8 and the $7^{\text{th}}$ term is 64. What is the sum of the first 8 terms?
  5. Q5: Insert two geometric means between 3 and 81.
  6. Q6: Find the value of $0.4\overline{7}$ using the concept of an infinite Geometric Progression.

Detailed Solutions to Practice Questions

Solution 1:
Given $T_9 = a + 8d = 0 \implies a = -8d$.
$T_{29} = a + 28d = -8d + 28d = 20d$.
$T_{19} = a + 18d = -8d + 18d = 10d$.
Ratio = $\frac{T_{29}}{T_{19}} = \frac{20d}{10d} = \frac{2}{1} = 2:1$.
Answer: 2 : 1

Solution 2:
2-digit numbers range from 10 to 99.
Numbers leaving remainder 1 when divided by 4: First number is $13$ ($4 \times 3 + 1$), last is $97$ ($4 \times 24 + 1$).
Series: $13, 17, 21, \dots, 97$.
Find $n$: $97 = 13 + (n - 1)4 \implies 84 = 4(n - 1) \implies n - 1 = 21 \implies n = 22$.
Sum $S_{22} = \frac{22}{2}(13 + 97) = 11 \times 110 = 1210$.
Answer: 1210

Solution 3:
Shortcut formula: $T_n = S_n - S_{n-1}$.
Alternatively, calculate $S_{15}$ and $S_{14}$:
$S_{15} = 3(15)^2 + 5(15) = 3(225) + 75 = 675 + 75 = 750$.
$S_{14} = 3(14)^2 + 5(14) = 3(196) + 70 = 588 + 70 = 658$.
$T_{15} = S_{15} - S_{14} = 750 - 658 = 92$.
(Shortcut: If $S_n = An^2 + Bn$, common difference is $2A = 6$, $a = S_1 = 8$. Then $T_{15} = 8 + 14(6) = 92$).
Answer: 92

Solution 4:
$T_4 = ar^3 = 8$ and $T_7 = ar^6 = 64$.
Dividing: $\frac{ar^6}{ar^3} = \frac{64}{8} \implies r^3 = 8 \implies r = 2$.
$a(2)^3 = 8 \implies 8a = 8 \implies a = 1$.
Sum of 8 terms: $S_8 = \frac{a(r^8 - 1)}{r - 1} = \frac{1(2^8 - 1)}{2 - 1} = 256 - 1 = 255$.
Answer: 255

Solution 5:
Let the series be $3, G_1, G_2, 81$. Total terms $N = 4$.
$T_4 = 81 = 3 \cdot r^{4-1} \implies 3r^3 = 81 \implies r^3 = 27 \implies r = 3$.
$G_1 = 3 \times 3 = 9$.
$G_2 = 9 \times 3 = 27$.
Answer: 9 and 27

Solution 6:
$0.4\overline{7} = 0.4 + 0.07 + 0.007 + 0.0007 + \dots$
The part $0.07 + 0.007 + 0.0007 + \dots$ forms an infinite GP with $a = 0.07 = \frac{7}{100}$ and $r = 0.1 = \frac{1}{10}$.
Sum of GP = $\frac{a}{1 - r} = \frac{\frac{7}{100}}{1 - \frac{1}{10}} = \frac{\frac{7}{100}}{\frac{9}{10}} = \frac{7}{100} \times \frac{10}{9} = \frac{7}{90}$.
Total value = $0.4 + \frac{7}{90} = \frac{4}{10} + \frac{7}{90} = \frac{36 + 7}{90} = \frac{43}{90}$.
Answer: $\frac{43}{90}$

Frequently Asked Questions (FAQs)

1. What is the quickest way to find the nth term when the sum formula $S_n$ is given?

If $S_n$ is given in quadratic form $An^2 + Bn$, the progression is always an AP. The common difference $d$ is directly equal to $2A$, and the first term is $a = S_1 = A + B$. You can directly write $T_n = a + (n-1)d$ without calculating $S_n - S_{n-1}$.

2. How do I determine whether a series in RRB exam is AP, GP, or neither?

Subtract consecutive terms ($a_2 - a_1, a_3 - a_2$). If the difference is constant, it is an AP. If differences vary, compute the ratios ($\frac{a_2}{a_1}, \frac{a_3}{a_2}$). If the ratio is constant, it is a GP. If neither is constant, inspect for differences forming another progression (arithmetico-geometric or double difference series).

3. Can the common difference or common ratio be negative or fractional?

Yes. A negative common difference ($d < 0$) indicates a decreasing AP. A common ratio between $-1$ and $1$ ($|r| < 1$) indicates a decreasing or alternating convergent GP, which allows you to calculate its infinite sum.

Conclusion and Final Tips

Arithmetic and Geometric Progressions are high-scoring, systematic topics in the RRB syllabus. To ensure maximum accuracy during the exam:

  • Memorize the primary formulas for $T_n$ and $S_n$ for both AP and GP, alongside the infinite GP sum.
  • Practice algebraic substitutions (such as selecting symmetric variables for unknown terms) to minimize calculation steps.
  • Pay close attention to boundary phrasing ("inclusive" vs. "between") in divisibility questions.

Consistent daily practice of standard pattern variations will give you the confidence and speed needed to ace the quantitative section of RRB NTPC, Group D, and Technician examinations.