I know that an arithmetic serie has $10$ terms and some more things:
$$a_4=0$$ $$\;\quad\qquad\qquad\qquad n= 10 \quad\text{As I said above}$$ $$S_{k\,\text{last}} = 5S_{k\,\text{first}}$$
In other words the last line says that
Sum of the $k$ last terms is $5$ times bigger than sum of the $k$ first terms.
My problem is that I don't know almost anything:
Not $a_1$ (the first term of the sequence), not $d$ (common difference, I'm supposed to not find it before).
So this it seems difficult, maybe I'm missing something. I can't unfortunately show more effort, I don't know what to do. My last effort was to traduce the question to mathematical equations as I showed at the beginning of the question with the $3$ central sentences.
A hint could help. With that I mean that maybe with one I could see the trick of this question and resolve it.
Without loss of generality we can assume $d=1$, as the objective here is to find $k$.
Then the series becomes $\lbrace -3, -2, -1, \;\;0, \;\;1,\;\; 2,\;\; 3, \;\; 4,\;\; 5, \;\;6\rbrace$, i.e. $a_i=i-4$.
METHOD 1
We want $$\begin{align} S_{k \text{ last}}&=5 S_{k\text{ first}}\\ \frac k2 \bigg[6+(7-k)\bigg]&=5\cdot \frac k2\bigg[-3+(k-4)\bigg]\\ 13-k&=5(k-7)&&\because k\neq 0\\ k&=8\qquad\blacksquare \qquad\end{align}$$
METHOD 2
Add $4$ to the original series, resulting in $\lbrace 1, 2, 3, 4, 5, 6, 7, 8, 9, 10\rbrace$.
Let $T$=sum of first $k$ integers=$k(k+1)/2$.
Sum of last $k$ integers in this series is $11k-T$.
$$\begin{align} 5(\overbrace{T-4k}^{S_{k\text { first}}})&=\overbrace{(11k-T)-4k}^{S_{k\text{ last}}}\\ 6T&=27k\\ 2\cdot \frac{k(k+1)}2&=9k\\ \because k\neq 0\therefore \qquad\qquad k&=8\qquad\blacksquare \end{align}$$