Given the sequence $5,-10,15,-20,25,-30,...$ find the average of the first 200 terms.
Is the formula that I am supposed to use is $t_n=a+(n-1)d$ ?
I know that $a = 5$, but I'm confused about the common difference and how to find the average of $200$ terms.
Notice:
There are 2 AP's here
$$5,15,25..$$
$$-10, -20, -30 ..$$
In the first, $a= 5$, $d = 10$
In the second $a = -10$, $d= -10$
Since $S_n=(\frac{n}{2})(2a+(n-1)d)$
so $(\frac{100}{2})(2\times5 + (99)10 + 2\times-10 + (99)-10)$ and divide the entire thing by 200