what is S19 for the arithmetic series 2+9+16+23+...?
S19 means "find the sum of the first 19 terms"
So you could painstakingly generate the first 19 terms, then add up them, but there's a much easier way
we'll need the first term and the common difference first term: a1 = ??? common difference: d = ???
a1=2 and d=7
so the nth term is an = a1 + d(n-1) an = 2 + 7(n-1) an = 2 + 7n - 7 an = 7n - 5
You use the first term (a1), the nth term (an) and the number of terms (n) to calculate Sn (the sum of the first n terms)
By this formula Sn = n(a1 + an)/2
wait im confused why do i need the first 5 terms?
that -5 doesn't mean the first 5 terms
an = 7n - 5 helps you find any term you want say the 3rd term, so n = 3 an = 7n - 5 a3 = 7*3 - 5 ... plug in n = 3 a3 = 21 - 5 a3 = 16 surely enough, 16 is indeed the 3rd term
ohhhh never mind I misread something sorry
that's ok
use this formula Sn = n(a1 + an)/2 to find S19
In this case, a1 = 2 an = 7n - 5 (just found this) n = 19
so is s19=128 correct?
Join our real-time social learning platform and learn together with your friends!