Finding sum from nth number
Last updated at April 16, 2024 by Teachoo
Question 6 Find the sum to n terms of the series 3 8 + 6 11 + 9 14 + Step 1: Finding nth term an an = (nth term of 3, 6, 9 ) (nth term of 8, 11, 14, ) an = (3n)(3n + 5) = 9n2 + 15n Step 2: Finding sum of n terms = 9 (n(n+1)(2n+1))/6 +15 (n(n+1))/2 = 9 ( + 1)(2 + 1)/6 + (15 ( + 1))/2 = (3n(n+1)(2n+1))/2 + (15n(n+1))/2 = (3n(n+1))/2 [(2n+1)+5] = (3n(n+1))/2 [2n+1+5] = (3n(n+1))/2 [2n+6] = 3/2n(n+1) 2(n+3) = 3n(n + 1)(n + 3) Hence, The required sum is 3n(n + 1)(n + 3)