

InterviewSolution
Saved Bookmarks
1. |
The sum of all natural numbers from 1 to 100 is1. 50502. 50403. 40504. None of the above |
Answer» Correct Answer - Option 1 : 5050 Formula used: sum of natural numbers = n(n + 1)/2 Calculations: The sum of natural numbers 1 to 100 n = 100 100(100 + 1)/2 = 5050 ∴ The sum of all natural numbers from 1 to 100 is 5050 |
|