Find the sum of the first 27 terms of the following sequence:

10, 18, 26 . . .

1 answer

For an AS
Sum(n) = (n/2)(2a + d(n-1))

in your case
Sum(27) = (27/2)(20 + 26(8) )
= ...