Question
Find the sum of the first 100 natural numbers.
This is the classic AP problem that Gauss supposedly solved at age 10 — and it shows up in NCERT Class 10, Chapter 5 as a direct application of the sum formula.
Solution — Step by Step
The natural numbers 1, 2, 3, …, 100 form an arithmetic progression. First term , common difference , number of terms .
The sum of terms of an AP is:
We always start with the formula before substituting — this way we don’t lose track of which values go where.
Answer: The sum of the first 100 natural numbers is 5050.
Why This Works
Every AP has a beautiful symmetry: if you pair the first and last terms, you always get the same sum. Here, , , — and we have 50 such pairs. So the total is .
The formula is essentially encoding this pairing logic algebraically. The term is just — the sum of the first and last terms.
This is why we can never go wrong if we remember the physical meaning: average of first and last term, multiplied by number of terms.
Alternative Method
There’s a cleaner version of the formula when you already know both the first and last terms:
Here , , .
Use this form whenever the last term is directly given in the problem — it’s faster and has fewer substitution steps. In problems like “sum of even numbers from 2 to 200”, this form saves 30 seconds.
For natural numbers specifically, there’s a shortcut worth memorising: . This is the same formula simplified for . For : .
Common Mistake
The most common error here is writing instead of — students count “100 natural numbers” as going from 1 to 99 because they subtract 1 somewhere in their head. Count carefully: natural numbers from 1 to 100 are exactly 100 terms. If you’re unsure, use . This cross-check takes 5 seconds and prevents a guaranteed mark loss.
A second slip: using accidentally after writing the formula, because the numbers “look obvious.” Always write explicitly before substituting — especially in board exams where step marks matter.