Question: If the sum of the first n natural numbers is 55, what is n?
Options:
Correct Answer: 11
Solution:
n(n + 1)/2 = 55, solving gives n = 10.