Find the indicated nth partial sum of the arithmetic sequence.

2, 10, 18, 26, . . ., n = 15

1 answer

looks like a=2, d=8, n=15
Sum(15) = (15/2)(4 + 14(8))
= ...