Find the sum of first 20 natural numbers.
A190
B200
C210
D220
Explanation
Formula for sum of first n natural numbers = n(n + 1) / 2 = 20 * 21 / 2 = 210.
Exam Relevance
- Topic: Number System
- Subtopic: Sum Series

No Comments