If the sum of the first (n) natural numbers is (55), what will (n) be?
The sum of the first \(n\) natural numbers is \(\frac{n(n+1)}{2}\). Thus, \(\frac{n(n+1)}{2}=55\), so \(n(n+1)=110\). Since \(10\times11=110\), \(n=10\). For instance, if \(n=9\), the sum is only \(\frac{9\times10}{2}=45\). Exam tip: use \(\frac{n(n+1)}{2}\) directly for sums of consecutive natural numbers.
View question details