I have been given the question :
- Find the sum of the arithmetic progression: $$8.5 + 12 + 15.5 + 19 +\dotsb + 103$$
--for clarity there are $27$ terms, as
$$\frac{103-8.5}{3.5} = 27$$
$n$ = (last term - 1st term)/difference
There are two methods to work this out :
1st method =
$$\frac{a_1 + a_n}{2} \cdot n$$
2nd method
$$(2a+(n-1)d) \cdot\frac{n}{2}$$
the 1st method is $$\frac{8.5 + 103}{2}\cdot 27 = 1505.25$$
the second method is $$((8.5\cdot2) + (26\cdot3.5))\cdot\frac{27}{2} = 1458$$
I can't understand why I get two different answers as both formulas are proven to be equal.
any help would be greatly appreciated.

To get from $8.5$ to $103$ requires $28$ terms, not $27$. The first approach is then $(8.5+103)*28/2=1561.$ The second is $(8.5\cdot 2+27\cdot 3.5)*28/2=1561$ You need $27$ increments of $3.5$, but that means you have $28$ terms. This is a fencepost error