Open In App

Arithmetic Progression in Maths

Last Updated : 07 Apr, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Arithmetic Progression (AP) or Arithmetic Sequence is simply a sequence of numbers such that the difference between any two consecutive terms is constant.

Some Real World Examples of AP

  • Natural Numbers: 1, 2, 3, 4, 5, . . . with a common difference 1
  • Even Numbers: 2, 4, 6, 8, 10, . . . with a common difference 2
  • Odd Numbers: 1, 3, 5, 7, 9, . . . with a common difference 2
  • Table of a Number say 3: 3, 6, 9, 12, 15, 18, . . . with a common difference 3

Arithmetic Progression for Students

This section covers the basics of arithmetic progressions, including how to find terms, sums, and common differences, along with real-life applications and tips for solving problems efficiently.

AP Practice Questions

This section provides practice questions on arithmetic sequences and series, ranging from basic to advanced, helping you strengthen your understanding and problem-solving skills.

AP for Programmers

This section teaches programmers how to work with arithmetic progressions through coding, including checking sequences, finding missing numbers, and calculating sums in Python.

Suggested Quiz
10 Questions

In an arithmetic progression, if the first term is 12 and the common difference is -3, what is the 15th term?

  • A

    -24

  • B

    -27

  • C

    -21

  • D

    -30

Explanation:

To find the 15th term of the arithmetic progression, we use the formula for the n-th term of an AP: an ​ = a + (n − 1) ⋅d

Where:

  • a is the first term,
  • d is the common difference,
  • n is the term number.

Substitute these values into the formula:
a15 = 12 + (15 − 1) ⋅ (−3)
a15 = 12 + 14 ⋅ (−3)
a15 = 12 − 42
a15 = −30

If the sum of the first n terms of an arithmetic progression is given by Sn = n2 + 2n what is the common difference of the AP?

  • A

    4

  • B

    2

  • C

    3

  • D

    5

Explanation:

The first term (a) is the sum of the first term, so: S1 = 12 + 2 â‹… 1 = 1 +2 = 3
Thus, a = 3.
The second term is: a2 ​ =S2 − S1​ = 8 − 3 = 5

The common difference is 5 - 3 = 2

A sequence is defined as 5, 8, 11, 14, ... What is the sum of the first 20 terms of this arithmetic progression?

  • A

    620

  • B

    670

  • C

    580

  • D

    600

Explanation:

To find the sum of the first n terms (Sn​) of an arithmetic progression, we use the formula: Sn = n/2 ⋅ (2a + (n − 1) ⋅ d)
Substitute the values in the formula:

S20 = 20/2​ ⋅ (2 ⋅ 5 + (20 − 1) ⋅ 3)
S20​ = 10 ⋅ (10 + 19 ⋅ 3)
S20 = 10 â‹… (10 + 57)
S20 = 10 â‹… 67
S20 = 670

If the 4th term of an arithmetic progression is 20 and the 10th term is 44, what is the common difference?

  • A

    4

  • B

    5

  • C

    6

  • D

    7

Explanation:

The n-th term of an arithmetic progression (AP) is given by the formula: an = a + (n − 1) ⋅ d

Given:

  • The 4th term is 20 (a4 = 20),
  • The 10th term is 44 (a10 = 44).

For the 4th term:

a4 = a + (4 − 1) ⋅ d
a4 = a + 3d = 20 ......(1)

For the 10th term:

a10 = a + (10 − 1) ⋅ d
a10 = a + (10 - 1) â‹… d = 44 ......(2)

Subtract Equation (1) from Equation(2)

(a + 9d) − (a + 3d) = 44 − 20
6d = 24
d = 4

In an arithmetic progression, if the first term is x and the common difference is 2x, what is the expression for the nth term?

  • A

    (x + (n - 1)2x

  • B

    ( x + (n - 1)x

  • C

    nx + 2x

  • D

    nx + x

Explanation:

The formula for the n-th term of an arithmetic progression (AP) is: an = a + (n − 1) ⋅ d

Here:

  • a = x,
  • d = 2x.

Substitute these values into the formula:

an = x + (n − 1) ⋅ 2x
an = x + 2xn − 2x
an = 2xn - x

If the sum of the first 10 terms of an AP is 150 and the sum of the next 10 terms is 550, what is the common difference?

  • A

    5

  • B

    10

  • C

    20

  • D

    15

Explanation:

The sum of the first n terms of an AP is given by: Sn = n/2[2a + (n − 1)d

For the first 10 terms S10: S10 = 10/2[2a + (10 − 1)d]
S10 = 5[2a + 9d
150 = 5[2a + 9d]
2a + 9d = 30 .....(1)

For the first 20 terms (S20): S20 ​= 20/2​[2a + (20 − 1) d]
S20 = 10[2a + 19d]
700 = 10[2a + 19d]
2a + 19d = 70 .....(2)

Subtract the two equations:
(2a + 19d) − (2a + 9d) = 70 − 30
10d = 40
d = 4

Find the multiples of 7 between 50 and 500.

  • A

    50

  • B

    49

  • C

    64

  • D

    65

Explanation:

Determine the smallest multiple of 7 greater than 50: The smallest multiple is 56.

Determine the largest multiple of 7 less than 500: The largest multiple is 497.

Form an AP:
First term (a) = 56,
Common difference (d) = 7,
Last term (l) = 497.

Find the number of terms (n) in the AP using the n-th term formula: an = a + (n − 1)d

497 = 56 + (n - 1)7
497 = 56 + 7n - 7
449 = 7n
n = 64

In an arithmetic progression (AP) with 12 terms, the average of the first and last terms is 15. If the common difference is 3, what is the first term (a) and the sum of all 12 terms (S12)?

  • A

    a = -2
    S12 = 174

  • B

    a = -2.5
    S12 = 222

  • C

    a = -2.5
    S12 = 195

  • D

    a = -1.5
    S12 = 180

Explanation:

The average of the first (a) and last (l) terms is given by:
(a + l)/2 = 15
a + l = 30 .....(1)

The last term (l) of an AP is given by: l = a + (n − 1)d
Substitute n = 12and d = 3:
l = a + (12 − 1) ⋅ 3 = a + 33 .....(2)

Substitute equation (2) into equation (1):
a + (a + 33) = 30
2a + 33 = 30
2a = −3
a = −1.5

The sum of the first nnn terms (Sn​) of an AP is given by:

Sn = n/2 â‹… (a + l)

Substitute n = 12 , a = −1.5, and l = a + 33 = −1.5+33 = 31.5:
S12 = 12/2 ⋅ (−1.5 + 31.5)
S12 = 6 â‹… 30
S12​ = 180

Two arithmetic progressions are defined as follows:
The first sequence an has 120 elements, with the first term as 4 and the second term as 7.
The second sequence bn has 120 elements, with the first term as 5 and the second term as 9.
Find how many common elements exist between an​ and bn.

  • A

    30

  • B

    25

  • C

    20

  • D

    40

Explanation:


The first sequence an: an = 3n + 1, n = 1, 2, …, 120

The second sequence bn: bn = 4n + 1, n = 1, 2, …, 120

For an element to be common, it must satisfy: an = bm

Substitute the expressions for an and bm​: 3n + 1 =4 m + 1

Simplify:
3n = 4m
n/m = 4/3

Let: n = 4k, m = 3k
where k is a positive integer.

since n and m are indices, both must satisfy their respective ranges:

  1. For n = 4k: 1 ≤ 4k ≤ 120 ⇒ 1 ≤ k ≤ 30
  2. For m = 3k: 1 ≤3k ≤ 120 ⇒ 1 ≤ k ≤ 40

The smallest common range is:
1 ≤ k ≤ 30
Each k corresponds to one common element, so there are 30 common elements.

Find the sum of integers from 500 to 5000 that are divisible by 11.

  • A

    1, 139, 525

  • B

    1, 124, 750

  • C

    1, 154, 250

  • D

    1, 37, 240

Explanation:
  • First term (a1):
    The smallest multiple of 11 greater than or equal to 500 is: a1 = 506
  • Last term (an):
    The largest multiple of 11 less than or equal to 5000 is: an = 4994
  • Number of terms (n):
    The number of terms is: n = (last term − first term)/common difference + 1
    Substituting: n = (4994 − 506)/11 + 1 = 409

Sn​ = 2n ​ â‹…(first term + last term)

Substituting:
Sn = 409/2 â‹… (506 + 4994)
Sn ​ =409⋅2750 = 1,124,750

Quiz Completed Successfully
Your Score :   2/10
Accuracy :  0%
Login to View Explanation
1/10 1/10 < Previous Next >

Next Article

Similar Reads