Find the 19th term of the given squence. 10, 14, 19, 25...
Reveal answer
Fill a bubble to check yourself
Find the 19th term of the given squence. 10, 14, 19, 25...
235
236
248
259
nth term = a + (n – 1)d + ${\frac 12}$ (n – 1) (n – 2) c a = 10, d = 4, c = 1, n = 19 = 10 + (19 – 1) 4 + ${\frac 12}(19-1)(19-2)$1 = 10 + 18 $\times$ 4 + 9 $\times$ 17 = 235
The differences between consecutive terms (4, 5, 6, 7...) increase by 1 each time, so this isn't a simple AP but a sequence where the kth gap equals k+3. Summing these gaps up to the 19th term (10 + Σ from k=1 to 18 of (k+3)) gives 10 + 171 + 54 = 235. This method of summing successive differences is the standard way to extend such quadratic-type sequences.