1. What is the sum of the first 20 natural numbers?
A) 200B) 210C) 220D) 190
✓ Correct Answer: Option B
Explanation: Solution: The sum of first n natural numbers is given by $\frac{n(n+1)}{2}$.<br>Here n = 20, so Sum = $\frac{20 \times 21}{2} = 10 \times 21 = 210$.