Hi Viviana,
The formula for the nth term of an arithmetic sequence is: an = a1 + (n - 1)*d.
With a2 = 7:
7 = a1 + (2 - 1)*d
7 = a1 + d
a1 = 7 - d
With a5 = 8.5
8.5 = a1 + (5 - 1)*d
8.5 = a1 + 4d
a1 = 8.5 - 4d
Setting a1 = a1:
7 - d = 8.5 - 4d
3d = 1.5
d = .5
And therefore a1 = 7 - d = 7 - .5 = 6.5
And a16 = 6.5 + (16 - 1)*.5 = 14
The formula for the arithmetic sum is Sn = n(a1 + an)/2.
S16 = 16(6.5 + 14)/2 = 8*20.5 = 164
I hope this helps, Joe.