Raised Fist0

Simple Arithmetic Progression (AP Series)

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong

Introduction

Arithmetic Progression (AP) series are among the most common number-series patterns in aptitude tests. They are important because they teach you to recognise steady, linear change - a skill useful for spotting simple trends quickly during exams.

Pattern: Simple Arithmetic Progression (AP Series)

Pattern: Simple Arithmetic Progression (AP Series)

The key idea: Each term in an Arithmetic Progression (AP) increases or decreases by a fixed constant value - called the common difference (d).

In such a series, if the first term is a1 and the common difference is d, then every term can be obtained by repeatedly adding (or subtracting) d.

General Form of an AP:
a1, a1 + d, a1 + 2d, a1 + 3d, …

Formulas to Remember:
n-th term: an = a1 + (n - 1) × d
Common difference: d = a2 - a1
Sum of first n terms: Sn = n/2 × [2a1 + (n - 1)d]
• (Alternate form) Sn = n/2 × (a1 + an)

Key Notes:
• If d > 0, the series is increasing.
• If d < 0, the series is decreasing.
• If d = 0, all terms are equal (constant series).
• Every linear pattern where the difference remains the same is an AP.

Step-by-Step Example

Question

Find the next term in the series: 2, 5, 8, 11, 14, ?

Solution

  1. Step 1: Compute consecutive differences

    5 - 2 = 3, 8 - 5 = 3, 11 - 8 = 3, 14 - 11 = 3.
  2. Step 2: Identify the common difference

    Since all consecutive differences = 3, common difference d = 3. This confirms an AP.
  3. Step 3: Apply the n-th term rule or add d to last term

    Next term = Last term + d = 14 + 3 = 17.
  4. Final Answer:

    17
  5. Quick Check:

    Verify difference: (17 - 14) = 3 ✅ - differences remain constant, series is AP.

Quick Variations

1. Decreasing AP: terms reduce by a constant (e.g., 50, 45, 40, 35 → d = -5).

2. AP with non-integer d: common difference may be fractional (e.g., 1.5, 2.25, 3.0 → d = 0.75).

3. AP hidden inside longer patterns: AP might appear on every 2nd or 3rd term (use sub-series extraction).

Trick to Always Use

  • Always compute consecutive differences first (quick scan of two or three gaps).
  • If differences are constant, use Next = Last + d; if not, check for alternating sub-series or higher differences.

Summary

  • Identify the common difference (d) by subtracting two consecutive terms.
  • If d is constant, the series is an AP and next term = last term + d (or use an = a1 + (n - 1)d).
  • For decreasing AP, d will be negative - apply the same add rule (which subtracts numerically).
  • If differences are not constant, split into sub-series or check higher-order differences before concluding.

Example to remember:
Series: 3, 7, 11, 15 → d = 4 → Next = 19

Practice

(1/5)
1. Find the next number in the series: 4, 8, 12, 16, ?
easy
A. 18
B. 20
C. 22
D. 24

Solution

  1. Step 1: Identify the difference

    8 - 4 = 4, 12 - 8 = 4, 16 - 12 = 4 → constant difference d = 4.
  2. Step 2: Apply AP rule

    Next term = Last term + d = 16 + 4 = 20.
  3. Final Answer:

    20 → Option B
  4. Quick Check:

    All terms differ by 4 → consistent AP ✅
Hint: Check for constant addition or subtraction between terms.
Common Mistakes: Adding a different number assuming pattern changes.
2. Find the missing term: 10, 15, 20, 25, ?
easy
A. 30
B. 32
C. 35
D. 28

Solution

  1. Step 1: Identify difference

    15 - 10 = 5, 20 - 15 = 5, 25 - 20 = 5.
  2. Step 2: Apply AP formula

    Next term = Last + d = 25 + 5 = 30.
  3. Final Answer:

    30 → Option A
  4. Quick Check:

    All differences are 5 → correct AP ✅
Hint: When differences are same, just add once more to get next term.
Common Mistakes: Adding variable gaps instead of constant difference.
3. Find the next term: 50, 45, 40, 35, ?
easy
A. 25
B. 30
C. 32
D. 28

Solution

  1. Step 1: Compute differences

    45 - 50 = -5, 40 - 45 = -5, 35 - 40 = -5 → constant d = -5.
  2. Step 2: Apply AP rule

    Next term = 35 + (-5) = 30.
  3. Final Answer:

    30 → Option B
  4. Quick Check:

    All terms reduce by 5 → correct AP ✅
Hint: Negative difference means decreasing AP - subtract constant difference.
Common Mistakes: Adding instead of subtracting when the sequence is decreasing.
4. Find the next number: 7, 14, 21, 28, ?
medium
A. 32
B. 33
C. 35
D. 36

Solution

  1. Step 1: Find difference

    14 - 7 = 7, 21 - 14 = 7, 28 - 21 = 7 → constant difference d = 7.
  2. Step 2: Apply AP formula

    Next term = 28 + 7 = 35.
  3. Final Answer:

    35 → Option C
  4. Quick Check:

    Each term increases by 7 → correct AP ✅
Hint: Always check first two differences; if same, continue pattern.
Common Mistakes: Assuming multiplication instead of addition in simple AP.
5. Find the missing term: 3, 9, 15, 21, ?
medium
A. 25
B. 26
C. 27
D. 28

Solution

  1. Step 1: Find difference

    9 - 3 = 6, 15 - 9 = 6, 21 - 15 = 6 → constant d = 6.
  2. Step 2: Apply AP rule

    Next term = 21 + 6 = 27.
  3. Final Answer:

    27 → Option C
  4. Quick Check:

    All differences = 6 → correct AP ✅
Hint: Once difference found, keep adding same value - simple AP logic.
Common Mistakes: Overthinking - no complex pattern, only constant addition.