Question: If the sum of the first n natural numbers is 2550, what is the value of n? (2021)
Options:
Correct Answer: 50
Exam Year: 2021
Solution:
The sum of the first n natural numbers is given by the formula n(n + 1)/2. Setting this equal to 2550, we have n(n + 1) = 5100. Solving the quadratic equation n^2 + n - 5100 = 0 gives n = 50.