Question: What is the sum of the first 10 natural numbers?
Options:
Correct Answer: 45
Solution:
The sum of the first n natural numbers is given by the formula n(n + 1)/2. For n = 10, the sum is 10(10 + 1)/2 = 10 * 11 / 2 = 55.