1 2 … 100 | Fast Tricks For The Sum

The sum of 1 + 2 + … + 100 equals 5,050 when you add all whole numbers from 1 to 100.

The line of numbers 1, 2, 3, and so on up to 100 shows up in homework, contest questions, and even in stories about famous mathematicians. At first glance, adding all those terms looks like a long grind. With a smart method, you can reach the answer 5,050 quickly and check it with confidence.

This article walks you through what the notation means, why the sum works out the way it does, and how to reuse the pattern for many other ranges. By the end, you will have a clear method, a formula you can trust, and a set of practice series you can handle on your own.

What Does The Notation 1, 2, … , 100 Mean?

When you see 1 2 … 100 in a textbook or on a board, it is a shorthand for “start at 1, count up by 1 each time, and stop at 100.” The three dots are called an ellipsis. They stand for the missing numbers in the middle: 3, 4, 5, and so on, all the way through to 99.

This list of numbers has a steady step between terms. Each new term is exactly one more than the previous one. A list like that is called an arithmetic sequence. When you add the terms of an arithmetic sequence, you get what is known as an arithmetic series, and that is exactly what you are dealing with here.

Term Number (n) Value Running Sum 1 + 2 + … + n
1 1 1
2 2 3
3 3 6
4 4 10
5 5 15
6 6 21
7 7 28
8 8 36
9 9 45
10 10 55
100 100 5,050

The table shows how the running total grows. At first the sum rises slowly: after 5 terms you only have 15. Later it grows faster, because you keep adding larger and larger values. A pattern like this invites a neat trick instead of grinding through every line.

Adding 1 + 2 + … + 100 Step By Step

Count How Many Terms You Have

Before you use any shortcut, you need to know how many terms appear in the series. Here the first term is 1 and the last term is 100. You move in steps of 1. That means the count of terms is also 100, because you are listing every whole number from 1 up to and including 100.

That count matters because every quick method for this series uses two key facts: the number of terms and the value of the first and last term. Once you have those three details, the rest falls into place.

Use The Pairing Trick

One classic way to handle this sum is the pairing method. Instead of adding from left to right, you match numbers from opposite ends of the list. Each pair adds to the same total.

  1. Write the numbers from 1 to 100 in a row.
  2. Under that row, write the same numbers again, but in reverse order from 100 down to 1.
  3. Look at the pairs that line up: 1 with 100, 2 with 99, 3 with 98, and so on.

Each pair gives the same sum: 1 + 100 = 101, 2 + 99 = 101, 3 + 98 = 101, and so on. You have 100 numbers in each row, so you get 100 pairs in that double list, and each pair adds to 101. The sum of the double list is 100 × 101.

The double list contains the series twice. To get the sum of the original series, you divide by 2. So the sum is

Sum = (100 × 101) ÷ 2 = 10,100 ÷ 2 = 5,050.

This is the heart of the famous story about a young Gauss spotting the pattern in the classroom. The neat part is that you can reuse the same idea for any range that steps by 1.

Connect It To The General Formula

The pairing argument leads straight to a general rule. If you add the first n natural numbers, from 1 up to n, the sum is

Sn = n(n + 1) ÷ 2.

You can see this rule derived in many textbooks and in online lessons on the sum of arithmetic series, such as this Khan Academy arithmetic series practice. The formula matches the pairing view: the count of terms is n, and the average of the first and last term is (1 + n) ÷ 2, so the sum is count × average.

For the series from 1 to 100, set n = 100:

  • n = 100
  • n + 1 = 101
  • S100 = 100 × 101 ÷ 2 = 5,050

The fast answer 5,050 now rests on a clear rule, not just a trick. Any time the list starts at 1 and climbs by 1, you can plug in n and move on.

How 1 2 … 100 Turns Into 5,050

At this point, you have two ways to reach the same result. Both rely on the structure of the series, not on a calculator doing the heavy lifting. When a teacher writes 1 2 … 100 on the board, the key facts hidden in that short line are:

  • First term: 1
  • Last term: 100
  • Step size: 1
  • Number of terms: 100

The average of the first and last term is (1 + 100) ÷ 2 = 50.5. Every pair you formed with the pairing trick has that same average. There are 100 terms, so the sum is 100 × 50.5, which is again 5,050. The formula Sn = n(n + 1) ÷ 2 expresses the same idea in a compact way.

You can check your answer by breaking the series into smaller parts. Add 1 to 50 using the formula, then 51 to 100, and see that both partial sums add up to 5,050. This kind of check gives you a safety net during exams.

Link To The Standard Arithmetic Series Formula

There is a second general rule that covers any arithmetic series, even when it does not start at 1. If the first term is a, the last term is l, and there are n terms, then

S = n(a + l) ÷ 2.

This matches the description of arithmetic series on the arithmetic progression page. For the series from 1 to 100, you have a = 1, l = 100, and n = 100, so S = 100(1 + 100) ÷ 2 = 5,050 once more.

Having both forms, Sn = n(n + 1) ÷ 2 and S = n(a + l) ÷ 2, lets you switch between “sum of the first n natural numbers” and “sum of any arithmetic series.” The series from 1 to 100 fits into both views at once.

Why This Classic Sum Matters In Math Class

This single series packs in several ideas that show up across school math. It connects counting, averages, algebra, and even programming. Teachers like it because one example carries a lot of teaching power.

In early grades, the series shows how addition builds on counting. Later on, the same structure supports lessons on sequences and series. Students see that finding a pattern can save a lot of time and reduce errors.

For learners who code, this sum often becomes a first test of a loop. A simple program that adds numbers from 1 to 100 gives the same result as the formula. Seeing both match builds trust in the method and in the code.

From One Sum To A General Skill

Once you understand why the sum of 1 to 100 is 5,050, you can handle many similar sums with ease. Any time the numbers increase by the same amount each step, you can treat them as an arithmetic series and reach for the same formulas.

This skill helps with marks in exams, but it also trains pattern spotting. You learn to look at a long expression and search for structure before doing any heavy computation.

Series Similar To 1 2 … 100 You Can Tackle Next

To make sure the idea sticks, it helps to look at other series that share the same style. Some start at 1 but go beyond 100. Others start at a different number or step by more than 1. In each case, the sum turns into a quick calculation once you identify the first term, last term, step size, and number of terms.

The table below shows several useful examples, along with the number of terms and the sum. You can check each row using the rule S = n(a + l) ÷ 2 or Sn = n(n + 1) ÷ 2 where it fits.

Series Number Of Terms (n) Sum
1 + 2 + … + 10 10 55
1 + 2 + … + 50 50 1,275
1 + 2 + … + 200 200 20,100
2 + 4 + … + 100 50 2,550
1 + 3 + … + 99 50 2,500
10 + 11 + … + 100 91 5,005
5 + 6 + … + 20 16 200

Notice how the sums connect to the structure of the series. For 2 + 4 + … + 100, every term is even, but the step size is still constant, so the same rule applies. For 1 + 3 + … + 99, you have only odd numbers, yet the pattern remains steady, so the formula still works.

Practice Tasks To Build Confidence

Here are a few practice series you can try after reading:

  • Find the sum of 1 + 2 + … + 75.
  • Find the sum of 20 + 21 + … + 80.
  • Find the sum of 4 + 7 + 10 + … up to 100.
  • Find the sum of the first 150 natural numbers.

For each one, write down the first term, last term, step size, and number of terms. Then choose either Sn = n(n + 1) ÷ 2 when the list runs from 1 to n, or S = n(a + l) ÷ 2 in the general case. If you like, you can also sketch the pairing trick to see the structure more clearly.

Tips For Avoiding Common Errors With This Sum

Students often know the rule but still lose marks because of small slips. A bit of care at each step keeps your work clean.

  • Check that the list really steps by 1. If the step size changes, the simple formula may not fit.
  • Make sure you count the terms correctly. For 1 to 100 in steps of 1, there are 100 terms, not 99.
  • Watch brackets in your calculation. Write n(n + 1) ÷ 2 as (n × (n + 1)) ÷ 2 so you do not divide n only.
  • Use a quick mental check. For 1 to 100, the answer should be a little more than 100 × 50, because the average is 50.5, not 50.

If you treat each of these checks as part of your habit, sums like this feel far less stressful. That way, when you see 1 2 … 100 in a question, you know exactly what to do and how to spot mistakes.

Final Thoughts On This Classic Sum

The series from 1 to 100 is more than a quick puzzle. It gives you a clean example of how spotting structure can replace long manual work. You used a pairing idea to turn many small additions into one product, and then saw how that idea turns into a general formula.

Once you are comfortable with this series, you can move on to harder ones, such as sums of squares or cubes, or series that start and finish at different points. The mindset stays the same: look for patterns, express them in a rule, and use that rule to reach accurate answers with ease.