(Tn) is an arithmetic sequence in which T3-T5=6, T4= 16 , find the (n)th term and find the order and the value of the first negative term in this sequence . Please help

Since [tex]T_n[/tex] is arithmetic, it's given recursively by
[tex]T_n=T_{n-1}+c[/tex]
where [tex]c[/tex] is a fixed number and [tex]T_1[/tex] is the starting term in the sequence. We have
[tex]T_n=T_{n-2}+2c[/tex]
[tex]T_n=T_{n-3}+3c[/tex]
and so on, so that
[tex]T_n=T_1+(n-1)c[/tex]
We're told that [tex]T_4=16[/tex], so
[tex]16=T_3+c[/tex]
and
[tex]T_5=16+c[/tex]
so that
[tex]T_3-T_5=(16-c)-(16+c)=-2c=6\implies c=-3[/tex]
Then the first term in the sequence is [tex]T_1[/tex]:
[tex]T_4=T_1+3(-3)\implies T_1=25[/tex]
and the sequence has general formula
[tex]T_n=25-3(n-1)\implies\boxed{T_n=28-3n}[/tex]
The first negative term occurs for
[tex]28-3n<0\implies28<3n\implies n>\dfrac{28}3[/tex]
[tex]\implies n=10[/tex]
The first negative term in the sequence is [tex]T_{10}=28-3\cdot10=\boxed{T_{10}=-2}[/tex].