I've been stuck on this one for a solid half hour, and it proved too niche to google.
Given $S_{9}=144$ and $S_{14}=329$ of an arithmetic series, and I'm required to find $t_{1},\cdots,t_{4}$.
I've tried using $S_{n}={n\over2}[2a+(n-1)d]$ to rearrange for $a$ and $d$, as well as $d={S_{14}-S_{9}\over5}$, but I've gotten nowhere.
Edit: the answer in the back of the package is $4, 7, 10, 13$
It should be $\displaystyle d=\frac{T_{14}-T_5}{5}$ instead of $\displaystyle d=\frac{S_{14}-S_5}{5}$.
We have
$$ 144=S_{9}=\frac{9}{2}(2a+8d)=9a+36d$$
and
$$ 329=S_{14}=\frac{14}{2}(2a+13d)=14a+91d$$
So
\begin{align} 14\times 144-9\times 329 &=(14\times 36-9\times91)d\\ d&=3 \end{align}
Therefore, $\displaystyle a=\frac{144-36\times 3}{9}=4$.
$T_1=4$, $T_2=7$, $T_3=10$ and $T_4=13$.