Sum of the First n Natural Numbers
Last updated at August 14, 2026 by Teachoo
Transcript
Question 2 - Think & Reflect (Page 185) Let us revisit the sequence ๐ก_n of triangular numbers 1, 3, 6, 10, 15,โฆ shown in Fig. 8.1. Note that the ๐^"th " term of this sequence is the sum of the first ๐ natural numbers. Thus ๐ก_๐=(๐(๐+1))/2. Can you use this to find the 10^"th " ,17^"th " and 80^"th " triangular numbers? A triangular number is literally just the sum of the first n natural numbers. Like 4th Triangular number = 1 + 2 + 3 + 4 = 10 Thus, we can write nth Triangular number = ๐_๐=(๐(๐ + ๐))/๐ Finding 10th, 17th and 80th triangular number now 10th triangular number = ๐ก_10 = (๐๐ ร ๐๐)/๐ = 5 ร 11 = 55 17th triangular number = ๐ก_17 = (๐๐ ร ๐๐)/๐ = 17 ร 9 = 153 80th triangular number = ๐ก_80 = (๐๐ ร ๐๐)/๐ = 40 ร 81 = 3240