
What Is the Formula for the Sum of Even Numbers with Step by Step Examples
The concept of sum of even numbers plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. Whether you are calculating series, solving quick arithmetic questions, or preparing for competitive exams, knowing how to efficiently find the sum of even numbers can save you time and increase your problem-solving confidence.
What Is Sum of Even Numbers?
A sum of even numbers is the total you get when you add all the even integers in a sequence—either up to a certain count or within a specified range. Even numbers are integers divisible by 2 with no remainder. You’ll find this concept applied in areas such as arithmetic progression (AP) in sequences, mental maths tricks, and quick exam calculations.
Key Formula for Sum of Even Numbers
Here’s the standard formula: \( S_n = n(n+1) \), where n is the number of consecutive even terms starting from 2.
For example, the sum of first 5 even numbers (2, 4, 6, 8, 10):
\( S_5 = 5 \times (5 + 1) = 5 \times 6 = 30 \)
Cross-Disciplinary Usage
The sum of even numbers is not only useful in Maths but also plays an important role in Physics (for motion and patterns), Computer Science (loops and iterations), and everyday logical reasoning. Students preparing for exams such as JEE or Olympiads will see its relevance in multiple types of series and pattern-based questions.
Step-by-Step Illustration
-
List the even numbers you want to add, e.g., from 2 to 10:
2, 4, 6, 8, 10 -
Count how many even numbers there are:
There are 5 even numbers (n = 5) -
Apply the formula:
S5 = 5 × (5 + 1) = 30 -
You can check by adding directly:
2 + 4 + 6 + 8 + 10 = 30
Table of Sums for Popular Ranges
| n (Number of Even Terms) | Sum S = n(n+1) | Expanded Series |
|---|---|---|
| 1 | 2 | 2 |
| 2 | 6 | 2 + 4 = 6 |
| 3 | 12 | 2 + 4 + 6 = 12 |
| 5 | 30 | 2 + 4 + 6 + 8 + 10 = 30 |
| 10 | 110 | 2 + 4 + ... + 20 = 110 |
| 20 | 420 | 2 + 4 + ... + 40 = 420 |
| 50 | 2550 | 2 + 4 + ... + 100 = 2550 |
Speed Trick or Vedic Shortcut
Here’s a quick shortcut for adding consecutive even numbers:
- Count how many even numbers you need to sum (n).
- Directly apply the formula S = n(n+1), instead of manually adding all terms.
- This saves time especially for large n, like when finding the sum from 2 to 100: n=50, so S = 50 × 51 = 2550.
Tricks like this are practical for exams including Olympiads and JEE arithmetic sections. Vedantu’s live sessions give even more such quick techniques for speed and accuracy.
Try These Yourself
- Write the first ten even numbers and find their sum.
- Find the sum of even numbers from 1 to 50.
- Is 48 an even number? Show why.
- Using the formula, what is the sum of the first 15 even numbers?
- Add all even numbers between 12 and 20.
Frequent Errors and Misunderstandings
- Forgetting that the series starts at 2, not 0.
- Counting the number of terms incorrectly—always check if n is the quantity of terms, not the largest even number itself.
- Mixing up “sum of even numbers” with “sum of odd numbers” or total sum of all natural numbers.
- Plugging the last even number as n (instead, use n = last even number ÷ 2).
Relation to Other Concepts
The idea of sum of even numbers connects closely with sum of odd numbers and arithmetic progression. Mastering this will also help you solve things like series, patterns and prepare for sums on sequences found in sequence and series topics.
Classroom Tip
A helpful way to remember the sum of even numbers formula is—count the number of terms, multiply it by the next number, and that’s your answer! For example: For 7 terms, 7 × 8 = 56. Vedantu’s teachers often use visual tables or practice quizzes in live classes to reinforce this logic.
We explored sum of even numbers—from definition, formula, examples, common mistakes, and connections to other important ideas. Keep practicing with Vedantu’s resources and topic quizzes to master even more maths concepts with confidence!
Related topics to boost your learning: Sum of Odd Numbers Formula | Sequence and Series | Arithmetic Progression | Even and Odd Numbers | Maths Formulas for Class 8
FAQs on Sum of Even Numbers Complete Guide with Formula and Examples
1. What is the sum of even numbers?
The sum of even numbers is the total obtained when all even integers in a given set or range are added together. An even number is any integer divisible by 2 (such as 2, 4, 6, 8). For example:
- Sum of 2, 4, 6 = 12
- Sum of first 5 even numbers (2 + 4 + 6 + 8 + 10) = 30
2. What is the formula for the sum of first n even numbers?
The formula for the sum of first n even numbers is S = n(n + 1). The first n even numbers are 2, 4, 6, ..., 2n. Using the formula:
- If n = 4 → S = 4(4 + 1) = 4 × 5 = 20
3. How do you find the sum of even numbers from 1 to 100?
The sum of even numbers from 1 to 100 is 2550. Steps:
- Even numbers from 1 to 100 are 2, 4, 6, ..., 100
- Total even numbers = 100 ÷ 2 = 50
- Use formula S = n(n + 1)
- S = 50(51) = 2550
4. Why is the sum of first n even numbers equal to n(n + 1)?
The sum of first n even numbers equals n(n + 1) because even numbers form an arithmetic progression with first term 2 and common difference 2. Using the AP sum formula:
- S = n/2 × [2a + (n − 1)d]
- Here a = 2 and d = 2
- S = n/2 × [4 + 2(n − 1)]
- S = n/2 × 2(n + 1) = n(n + 1)
5. What is the sum of even numbers between 1 and 50?
The sum of even numbers between 1 and 50 is 650. Calculation steps:
- Even numbers: 2, 4, 6, ..., 50
- Number of terms = 50 ÷ 2 = 25
- Apply S = n(n + 1)
- S = 25(26) = 650
6. How do you calculate the sum of even numbers in a given range?
To calculate the sum of even numbers in a range, use the arithmetic progression formula. Steps:
- Identify the first even number (a)
- Identify the last even number (l)
- Find number of terms: n = [(l − a) ÷ 2] + 1
- Use sum formula: S = n/2 × (a + l)
7. What is the sum of the first 10 even numbers?
The sum of the first 10 even numbers is 110. Using the formula S = n(n + 1):
- n = 10
- S = 10(11) = 110
8. Is the sum of even numbers always even?
Yes, the sum of even numbers is always even because even + even always results in an even number. For example:
- 2 + 4 = 6 (even)
- 6 + 8 + 10 = 24 (even)
9. What is the difference between the sum of even and odd numbers?
The key difference is that the sum of even numbers is always even, while the sum of odd numbers depends on the number of terms. Important points:
- Even + Even = Even
- Odd + Odd = Even
- Odd + Odd + Odd = Odd
10. What are the properties of the sum of even numbers?
The sum of even numbers follows clear arithmetic properties. Key properties include:
- The result is always even
- Even numbers form an arithmetic sequence with common difference 2
- Sum of first n even numbers = n(n + 1)
- The sequence can be written as 2n (where n is a natural number)





















