Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Arithmetic Progression Questions with Detailed Solutions

ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

How to Solve Arithmetic Progression Questions Using Formula and Examples

The concept of arithmetic progression questions is essential in mathematics and helps students practice sequence and series problems, preparing them for board exams, competitive entrance tests, and real-life applications.


Understanding Arithmetic Progression Questions

An arithmetic progression (AP) is a sequence of numbers where each term after the first is found by adding a fixed number, known as the common difference, to the previous term. Arithmetic progression questions require you to recognize this pattern and use formulas to find terms, missing terms, sums, and answers to word problems. This concept is widely used in sequence and series, progression patterns, and exam syllabi for Class 10 Maths.


Types of Arithmetic Progression Questions

Common types of arithmetic progression questions include:

  • Finding the common difference of an AP
  • Writing the nth term of an AP
  • Finding a specific term (like the 17th term)
  • Finding missing terms in a given AP
  • Calculating the sum of 'n' terms
  • Application-based word problems involving AP
  • Proving if a sequence is an AP

Formulae Used in Arithmetic Progression Questions

To solve arithmetic progression questions, remember these important formulas:

  • nth Term: \( a_n = a + (n-1)d \), where a is the first term, d is the common difference, and n is the term number.
  • Sum of n Terms: \( S_n = \frac{n}{2}[2a + (n-1)d] \) or \( S_n = \frac{n}{2}(a_1 + a_n) \)

Worked Examples – Stepwise Solutions

Let’s see how to answer arithmetic progression questions with step-by-step solutions:

Example 1: Find the 10th term of the AP: 3, 8, 13, 18, ...

1. Identify a (first term) and d (common difference):
a = 3
d = 8 - 3 = 5

2. Use the nth term formula:
\( a_n = a + (n-1)d \)

3. Substitute n = 10:
\( a_{10} = 3 + (10-1)\times5 = 3 + 45 = 48 \)

So, the 10th term is 48.

Example 2: Sum the first 6 terms of the AP: 7, 11, 15, ...

1. Find a and d:
a = 7
d = 11 - 7 = 4

2. Use the sum formula:
\( S_n = \frac{n}{2}[2a + (n-1)d] \)

3. Substitute n=6:
\( S_6 = \frac{6}{2}[2\times7 + (6-1)\times4] = 3[14 + 20] = 3 \times 34 = 102 \)

So, sum of first 6 terms = 102.

Example 3: Find the value of x and y if the AP is 28, 22, x, y, 4

1. Common difference d = 22 - 28 = -6
2. x = 22 - 6 = 16
3. y = x - 6 = 16 - 6 = 10

So, x = 16, y = 10.


Practice Arithmetic Progression Questions

  • Check if 5, 11, 17, 23, 29 is an AP and find the common difference.
  • For the AP 2, 5, 8, ..., what is the 15th term?
  • Sum the first 20 terms of the AP: 14, 19, 24, ...
  • If an AP has first term -6 and common difference 7, find the 12th term.
  • In the AP 9, _, 19, _, 29, find the missing terms.

Common Mistakes to Avoid

  • Using the wrong value of n (e.g., confusing term position with the term’s actual value).
  • Mixing up the AP formula with geometric or harmonic progression formulas.
  • Forgetting that the common difference can be negative or zero.
  • Missing stepwise working—always show the formula and substitution step.

Real-World Applications

Arithmetic progression questions appear in bank calculations (like EMI schedules), arranging seats in theaters, distribution of prizes, and more. Recognizing AP in daily life helps solve practical problems efficiently. Learning with Vedantu makes maths fun and connects concepts to actual situations.


Quick Reference: Key AP Formulas

Formula Description
\( a_n = a + (n-1)d \) nth term of an AP
\( S_n = \frac{n}{2}[2a + (n-1)d] \) Sum of first n terms
\( d = a_2 - a_1 \) Common difference
\( a_1, a_2, a_3, ..., a_n \) General AP terms

Explore More on Arithmetic Progression


We explored what arithmetic progression questions are, how to identify and solve them, and why they matter for all maths students. Practice consistently with Vedantu to score high in exams and use AP confidently in real life!


FAQs on Arithmetic Progression Questions with Detailed Solutions

1. What is an arithmetic progression (AP)?

An arithmetic progression (AP) is a sequence of numbers in which the difference between consecutive terms is constant. This constant difference is called the common difference (d).

  • Example: 2, 5, 8, 11, ...
  • Here, each term increases by 3, so d = 3.
  • General form: a, a + d, a + 2d, a + 3d, ...
An AP is also known as an arithmetic sequence and is widely used in algebra and number patterns.

2. What is the formula for the nth term of an arithmetic progression?

The formula for the nth term of an arithmetic progression is aₙ = a + (n − 1)d. Here:

  • a = first term
  • d = common difference
  • n = term number
Example: If a = 4 and d = 3, the 5th term is:
  • a₅ = 4 + (5 − 1) × 3 = 4 + 12 = 16
This formula helps find any term without listing the entire sequence.

3. How do you find the common difference in an AP?

The common difference (d) is found by subtracting any term from the next term in the sequence.

  • Formula: d = a₂ − a₁
  • Example: In 7, 10, 13, 16, ...
  • d = 10 − 7 = 3
If d is positive, the AP is increasing; if d is negative, the AP is decreasing.

4. What is the sum of n terms of an arithmetic progression?

The sum of the first n terms of an arithmetic progression is given by Sₙ = n/2 [2a + (n − 1)d]. Another form is Sₙ = n/2 (a + l), where l is the last term.

  • a = first term
  • d = common difference
  • n = number of terms
This formula is commonly used to solve arithmetic series problems efficiently.

5. How do you find the sum of the first n natural numbers using AP?

The sum of the first n natural numbers is Sₙ = n(n + 1)/2. This is derived using the AP sum formula where:

  • a = 1
  • d = 1
  • l = n
Using Sₙ = n/2 (a + l):
  • Sₙ = n/2 (1 + n) = n(n + 1)/2
This formula is widely used in algebra and number theory.

6. How do you check if a sequence is an arithmetic progression?

A sequence is an arithmetic progression if the difference between consecutive terms is constant.

  • Find a₂ − a₁
  • Find a₃ − a₂
  • If both differences are equal, it is an AP
Example: 3, 7, 11, 15
  • 7 − 3 = 4
  • 11 − 7 = 4
Since the difference is constant, it is an arithmetic sequence.

7. What is the difference between an arithmetic progression and a geometric progression?

The main difference is that an arithmetic progression has a constant difference, while a geometric progression has a constant ratio.

  • AP: a, a + d, a + 2d, ... (constant difference d)
  • GP: a, ar, ar², ... (constant ratio r)
Example:
  • AP: 2, 5, 8, 11 (d = 3)
  • GP: 2, 6, 18, 54 (r = 3)
This distinction is important in algebra and sequence problems.

8. How do you find the last term of an arithmetic progression?

The last term of an arithmetic progression is found using l = a + (n − 1)d.

  • a = first term
  • n = number of terms
  • d = common difference
Example: If a = 3, n = 10, and d = 2:
  • l = 3 + (10 − 1) × 2 = 3 + 18 = 21
This formula is useful when calculating sums of finite arithmetic series.

9. Can the common difference of an AP be negative?

Yes, the common difference of an arithmetic progression can be negative, resulting in a decreasing sequence.

  • Example: 20, 15, 10, 5, ...
  • Here, d = 15 − 20 = −5
When d < 0, each term becomes smaller than the previous term. Such sequences are called decreasing arithmetic progressions.

10. What are some real-life applications of arithmetic progression?

Arithmetic progression is used in real life wherever quantities increase or decrease by a constant amount.

  • Monthly salary increments with fixed raises
  • Saving a fixed amount every month
  • Number patterns in seating arrangements
  • Calculating total payments made in equal installments
Because AP models constant growth or decline, it is widely applied in mathematics, finance, and everyday problem-solving.