I think you mean to say that the sequence is given recursively by
[tex]\begin{cases}t_1=8\\t_n=-3t_{n-1}\end{cases}[/tex]
From this you can find a general pattern for the [tex]n[/tex]th term, but since we're only interested in determining [tex]t_5[/tex], we can stop once we arrive at that. We have
[tex]t_2=-3t_1[/tex]
[tex]t_3=-3t_2=(-3)^2t_1[/tex]
[tex]t_4=-3t_3=(-3)^3t_1[/tex]
[tex]t_5=-3t_4=(-3)^4t_1[/tex]
[tex]\implies t_5=8(-3)^4=8(81)=648[/tex]