NEETClass 11thClass 12thClass 12th PlusJEEClass 11thClass 12thClass 12th PlusClass 6-10Class 6thClass 7thClass 8thClass 9thClass 10thOnline CoursesDistance LearningInternational OlympiadNEETClass 11thClass 12thClass 12th PlusJEE (Main+Advanced)Class 11thClass 12thClass 12th PlusJEE MainClass 11thClass 12thClass 12th PlusClass 6-10Class 6thClass 7thClass 8thClass 9thClass 10thKCET/MHT-CETKCETMHT-CETNEET2025202420232022JEE20262025202420232022Class 6-10JEE MainPrevious Year PapersSample PapersMock TestResultAnalysisSyllabusExam DatePercentile PredictorAnswer KeyCounsellingEligibilityExam PatternJEE MathsJEE ChemistryJEE PhysicsJEE AdvancedPrevious Year PapersSample PapersMock TestResultAnalysisSyllabusExam DateAnswer KeyEligibilityExam PatternRank PredictorNEETPrevious Year PapersSample PapersMock TestResultAnalysisSyllabusExam DateCollege PredictorAnswer KeyRank PredictorCounsellingEligibilityExam PatternBiologyNCERT SolutionsClass 6Class 7Class 8Class 9Class 10Class 11Class 12TextbooksCBSEClass 12Class 11Class 10Class 9Class 8Class 7Class 6SubjectsSyllabusNotesSample PapersQuestion PapersICSEClass 10Class 9Class 8Class 7Class 6State BoardBiharKarnatakaMadhya PradeshMaharashtraTamilnaduWest BengalUttar PradeshOlympiadMathsScienceEnglishSocial ScienceNSOIMONMTCTALLENTEXASATInstant Online ScholarshipAIOT(NEET)ALLEN for SchoolsAbout ALLENBlogsNewsCareersRequest a call backBook a demo
  • Classroom Courses
  • NEW
  • ALLEN E-Store
Home
Maths
Sum of n Terms

Frequently Asked Questions

Yes, if the sequence includes negative terms or the common difference/ratio is negative.

For AP, all terms are the same; for GP (with r=0), all terms after the first are zero.

Typically in everyday practice or math, n is always a positive integer.

For AP: Sn=n2(a+l), where l is the last term.

They model everything from loan payments to scientific phenomena and help predict outcomes.

Join ALLEN!

(Session 2026 - 27)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • Allen News
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Classroom Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET Exam
    • CBSE
    • NIOS
    • NCERT Solutions
    • Olympiad
    • JEE Counselling
    • NEET Counselling
    • JEE Main Syllabus

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO

Sum of n Terms of an AP

1.0Master Sum of n Terms of an Arithmetic Progression in Minutes

Class: 10 Mathematics (CBSE)

Chapter: Arithmetic Progressions

Estimated Learning Time: 20–25 Minutes

2.0Learning Outcomes

After completing this topic, you will be able to:

  • Understand the concept of the sum of an Arithmetic Progression.
  • Apply the formula for the sum of the first n terms of an AP.
  • Calculate the sum using the first term and common difference.
  • Find the sum using the first and last terms.
  • Solve application-based problems involving arithmetic progressions.
  • Interpret real-life situations using AP concepts.
  • Solve NCERT, competency-based, and CBSE Board examination questions confidently.

3.0Introduction to Sum of n Terms of an Arithmetic Progression

Have you ever calculated the total amount saved over several months when your savings increase by a fixed amount every month? Or found the total number of seats arranged in rows with a constant increase? These situations involve finding the sum of the terms of an Arithmetic Progression (AP).

Instead of adding each term individually, mathematics provides a simple formula to calculate the sum of the first n terms of an AP quickly and accurately. This concept has practical applications in finance, business, construction, sports scheduling, and data analysis. It is one of the most important and scoring topics in the CBSE Class 10 Mathematics syllabus.

4.0What Does the "Sum of First n Terms" Mean?

The arithmetic sequence or arithmetic progression is a series of numbers. You get more numbers by adding the same number every time you take one number from your arithmetic sequence or arithmetic progression.

The standard format of an AP looks like this:

a, a + d, a + 2d, a + 3d, ...

What we mean by finding the Sum of First n Terms, i.e., S or Sn, is the total obtained by adding together all the numbers from the first term to the nth term.

Sn = a + (a + d) + (a + 2d) + ... + [a + (n − 1)d]

5.0Derivation of the AP Sum Formula

Let S represent the total sum of the first n terms.

We can write the series as:

S = a + (a + d) + (a + 2d) + ... + [a + (n − 2)d] + [a + (n − 1)d] — (Equation 1)

Now write the same series in reverse order:

S = [a + (n − 1)d] + [a + (n − 2)d] + ... + (a + d) + a — (Equation 2)

Now add Equation 1 and Equation 2 term-wise.

First pair:

a + [a + (n − 1)d] = 2a + (n − 1)d

Second pair:

(a + d) + [a + (n − 2)d] = 2a + d + (n − 2)d = 2a + (n − 1)d

Last pair:

[a + (n − 1)d] + a = 2a + (n − 1)d

Notice that every pair adds up to the same value:

2a + (n − 1)d

Since there are n such pairs,

S + S = [2a + (n − 1)d] + [2a + (n − 1)d] + ... + [2a + (n − 1)d] (n times)

Therefore,

2S = n × [2a + (n − 1)d]

Dividing both sides by 2,

Sum of n Terms Formula (Standard Form)

S = n/2 × [2a + (n − 1)d]

The Alternate Form: Connecting to the Last Term (l)

We can simplify the formula further depending on the information given.

Split 2a as a + a: S = n/2 × [a + a + (n − 1)d]

Recall that the nth term of an AP is

an = a + (n − 1)d

If the AP has exactly n terms, then the nth term is also the last term, represented by l.

So,

l = a + (n − 1)d

Substituting this into the formula gives:

Last Term Sum Formula

S = n/2 × (a + l)


6.0Step-by-Step Solved Examples


Example 1: Finding the sum when a, d, and n are directly given

Question: Find the sum of the first 20 terms of the AP: 3, 8, 13, 18 …….

Solution:

Step 1: Extract the known values.

First term (a) = 3

Common difference (d) = 8 − 3 = 5

Number of terms (n) = 20

Step 2: Write the standard sum formula.

S = n/2 × [2a + (n − 1)d]

Step 3: Substitute the values.

S20 = 20/2 × [2 × 3 + (20 − 1) × 5]

= 10 × [6 + (19 × 5)]

= 10 × [6 + 95]

= 10 × 101

= 1010

Answer: The sum of the first 20 terms is 1,010.


Example 2: Finding the sum of a series when the last term is known

Question: Find the total sum of the arithmetic series: 5 + 12 + 19 + ... + 145

Solution:

Step 1: Identify the known values.

First term (a) = 5

Common difference (d) = 12 − 5 = 7

Last term (l) = 145

Step 2: Find the number of terms.

Using the nth term formula,

an = a + (n − 1)d

145 = 5 + (n − 1) × 7

145 − 5 = 7(n − 1)

140 = 7(n − 1)

n − 1 = 20

n = 21

Step 3: Use the last-term formula.

S = n/2 × (a + l)

S21 = 21/2 × (5 + 145)

= 21/2 × 150

= 21 × 75

= 1575

Answer: The sum of the series is 1,575.


Example 3: Finding missing variables given the sum

Question: The first term of an AP is 6 and the last term is 96. If the sum of all the terms is 816, find the total number of terms (n) and the common difference (d).

Solution:

Step 1: Identify the given values.a = 6, l = 96 and S = 816

Step 2: Use the last-term formula.

S = n/2 × (a + l)

816 = n/2 × (6 + 96)

816 = n/2 × 102

816 = 51n

n = 816 ÷ 51 = 16

Step 3: Find the common difference.

Using

l = a + (n − 1)d

96 = 6 + (16 − 1)d

96 − 6 = 15d

90 = 15d

d = 6

Answer:

Number of terms (n) = 16

Common difference (d) = 6


Example 4: Real-world word problem

Question: A professional decides to set up a monthly savings plan. They save ₹200 in the first month, ₹250 in the second month, ₹300 in the third month, and continue increasing their savings by ₹50 every month. What will be their total accumulated savings at the end of 2 years?

Solution:

Step 1: Convert the information into an AP.

Monthly savings: 200, 250, 300, ...

First term (a) = ₹200

Common difference (d) = ₹50

Time = 2 years = 24 months

Therefore, n = 24

Step 2: Apply the standard sum formula.

S = n/2 × [2a + (n − 1)d]

S24 = 24/2 × [2 × 200 + (24 − 1) × 50]

= 12 × [400 + (23 × 50)]

= 12 × [400 + 1150]

= 12 × 1550

= ₹18,600

Answer: The total accumulated savings at the end of 2 years will be ₹18,600..


7.0EUREKA by ALLEN – Learn Better, Score Higher

EUREKA by ALLEN is designed to simplify, enrich, and enhance your experience in Class 10. Through the use of fun and engaging video lessons, regular practice tests, and immediate help for any doubts you may have regarding the material; students have a firm understanding of the concepts they are studying and feel confident in their preparation for their board exams. No matter if you are attempting to receive a higher mark or develop a better understanding of your studies, EUREKA will support you as you continue to grow as a learner.

Key Features of EUREKA Class 10 Courses:

  • Easy-to-follow concept explanations
  • Story-based learning for better retention
  • Exam-oriented preparation strategy
  • Answer writing practice sessions
  • Instant quizzes and self-assessment
  • Performance tracking dashboard
  • Round-the-clock AI doubt support
  • NCERT-based curriculum coverage
  • Study at your own pace

Explore Now

8.0Supporting Study Materials

This study material, including CBSE Notes and NCERT Solutions for the chapter Arithmetic Progressions on the topic Sum of n Terms of an Arithmetic Progression, is designed according to the latest CBSE Class 10 Mathematics syllabus and NCERT guidelines. It provides clear explanations of the formulas, derivations, solved examples, and application-based problems to help students understand how to calculate the sum of the first n terms of an AP efficiently. The study material also includes important board-level questions, competency-based exercises, and shortcut techniques to strengthen conceptual understanding and improve exam performance.

CBSE Class 10 Maths Notes Chapter 5 Arithmetic Progressions

NCERT Solutions for Class 10 Maths Chapter 5: Arithmetic Progressions

9.0Previous Year Question on Sum of an AP

Question: Find the sum of the AP: 3 + 7 + 11 + ... + 79.

Answer Given:

a = 3

d = 4

Last term (l) = 79

Find n: 79 = 3 + (n – 1) × 4

76 = 4(n – 1)

n = 20

Now, S = n/2 × (a + l)

= 20/2 × (3 + 79)

= 10 × 82

= 820


Read the passage and answer the questions.

Question: A theatre has 20 rows of seats. The first row contains 18 seats, and each subsequent row has 2 more seats than the previous one.

(i) Identify the type of sequence formed.

Answer: Arithmetic Progression

(ii) Find the number of seats in the last row.

l = 18 + 19 × 2

= 56 seats

(iii) Find the total number of seats in the theatre.

S = 20/2 × (18 + 56)

= 10 × 74

= 740 seats

(iv) Which formula is used to calculate the total number of seats?

Answer:

S = n/2 × (a + l)


10.030-Second Revision: Sum of an AP

  • Arithmetic Progression has a constant common difference.
  • Formula 1: Sₙ = n/2 × [2a + (n − 1)d]
  • Formula 2:Sₙ = n/2 × (a + l)
  • Use Formula 1 when a, d, and n are known.
  • Use Formula 2 when a, l, and n are known.
  • AP sums are widely used in finance, construction, scheduling, and everyday calculations.

11.0Recommended Next Topics

Prime Factorisation

Quadratic Formula

Distance Formula

Tangent in Maths

Table of Contents


  • 1.0Master Sum of n Terms of an Arithmetic Progression in Minutes
  • 2.0Learning Outcomes
  • 3.0Introduction to Sum of n Terms of an Arithmetic Progression
  • 4.0What Does the "Sum of First n Terms" Mean?
  • 5.0Derivation of the AP Sum Formula
  • 5.1Sum of n Terms Formula (Standard Form)
  • 5.2The Alternate Form: Connecting to the Last Term (l)
  • 5.3Last Term Sum Formula
  • 6.0Step-by-Step Solved Examples
  • 7.0EUREKA by ALLEN – Learn Better, Score Higher
  • 8.0Supporting Study Materials
  • 9.0Previous Year Question on Sum of an AP
  • 10.030-Second Revision: Sum of an AP
  • 11.0Recommended Next Topics