Question:

Find the sum of first 100 even natural numbers.

Show Hint

Sum of first $n$ even numbers: \[ S = n(n+1) \] This is much faster than adding terms manually.
Updated On: Apr 1, 2026
  • \(10100 \)
  • \(11020 \)
  • \(10080 \)
  • \(10050 \)
  • \(10070 \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Concept: The first $n$ even natural numbers form an Arithmetic Progression (A.P.): \[ 2, 4, 6, \ldots, 2n \] Sum of first $n$ even numbers: \[ S_n = n(n+1) \]
Step 1:
Use the formula.
\[ S_{100} = 100 \times 101 \]

Step 2:
Calculate the value.
\[ S_{100} = 10100 \]
Was this answer helpful?
0
0