Question: If the sum of the first n natural numbers is 255, what is the value of n? (2021)
Options:
Correct Answer: 16
Exam Year: 2021
Solution:
The sum of the first n natural numbers is given by the formula n(n + 1)/2 = 255. Solving n(n + 1) = 510, we find n = 16.