The question I'm trying to answer is this
If the sum of the $1$st $g$ terms of an arithmetic series are the same as the sum of the $1$st $h$ terms and $h$ does not equal $g$, show that the sum of the $1$st $h+g$ terms is $0$.
First I wrote the expressions for $S_p$ and $S_q$: $S_p = \frac{p}{2}(2a + (p-1)d)$ (where $a$ is the first term and $d$ is the common difference), $S_q= \frac{q}{2}(2a + (q-1)d)$.
Then I equated them to see if I could somehow equate them and obtain values for $p$ and $q$ but I just arrived an unsolvable equation: $$2a(p-q) + d(p^2 - p - q^2 + q)$$.
Then I tried directly finding $S_{p+q}$ and this is what I obtained: $$S_{p+q} = S_p + S_q + qpd = 2S_p + pqd$$ I've tried to take this further but I just can't obtain $S_{p+q}=0$.
I'm wondering if I can somehow simplify the above expression to obtain $0$ or if there's another way in which I have to solve the problem.
Interesting question.
In order to exploit the symmetry, it might be easier to think of the problem as a quadratic equation in $n$ which can be graphed as a parabola, rather than using the usual AP formulas.
Note that $$\begin{align} S_n&=\frac n2\big[2a+(n-1)d\big]\\ &=-\alpha n^2+\beta\\ &=-n(\alpha n-\beta)\end{align}$$ which is a quadratic in $n$ with roots $n=0, \frac {\beta}{\alpha}$, i.e. $S_0=0, S_\frac {\beta}{\alpha}=0$ and can be graphed as a downward (for $a>0, d<0$) or upward (for $a<0, d>0$) opening right parabola with $x-$axis intercepts at $x=0, \frac {\beta}{\alpha}$, and axis of symmetry $x=\frac {\beta}{2\alpha}$. Let $\frac {\beta}{2\alpha}=m$, so axis of symmetry is $x=m$.
Given $S_h=S_g$, hence $h,g$ are equidistant from $m$.
Let $h=m-\delta$ and $g=m+\delta$ where $\delta<m$.
Then clearly $$h+g=2m=\frac {\beta}{\alpha}$$ Hence $$S_{h+g}=S_\frac {\beta}{\alpha}=0\quad\color{red}{\blacksquare}$$
NB - The only way this is possible is when $a$ and $d$ are of opposite signs.
Addendum
Another method shown below, if you must use the standard AP formulas. This is less elegant, and does not exploit the symmetry of the problem, or make it evident.
$$\begin{align} S_h&=S_g\\ \frac h2[2a+(h-1)]d&=\frac g2[2a+(g-1)d]\\ ah+h(h-1)\frac d2&=ag+g(g-1)\frac d2\\ a(g-h)&=\frac d2[h(h-1)-g(g-1)]\\ a&=-\frac d2\left[\frac {(h^2-g^2)-(h-g)}{h-g}\right]\\ &=-\frac d2(h+g-1)\\ S_{h+g}&=\frac {h+g}2[2a+(h+g-1)d]\\ &=(h+g)a+(h+g)(h+g-1)\frac d2\\ &=(h+g)\cdot -\frac d2(h+g-1)+(h+g)(h+g-1)\frac d2\\ &=0\quad\color{red}{\blacksquare} \end{align}$$