If (S_y=4950), what will be the value of (S_{y+1})?
The sum of the first \(n\) natural numbers is \(S_n=\frac{n(n+1)}{2}\). From \(\frac{y(y+1)}{2}=4950\), we get \(y=99\). Therefore, \(S_{y+1}=S_{100}=S_{99}+100=4950+100=5050\). Getting 5025 would require adding an incorrect next term. Exam tip: use \(S_{n+1}=S_n+(n+1)\) to solve such questions quickly.
View question details