$4.$ Evaluate the following:
$a.$ The second term of an arithmetic sequence is $13$ and $5^{th}$ term is $31$. What is the $17^{th}$ term of the sequence?
I am trying to do this question (see above). Am I supposed to use simultaneous equations to solve for $a$ and $d$? And then from there sub the values for $a$ and $d$ into the arithmetic sequence rule to then solve for X_{17}? However, when I did this it did not work:
Using arithmetic rule, $X_n=a+d(n-1)$, I attained the following: $$ X_2 = 13 \longrightarrow a+d = 13 \\ X_5 = 31 \longrightarrow 4(a+d) = 31 $$ I then isolated both $a$ and $d$ in both equations and attained the following when subbing one equation into the other: $$ a = 13-(7.75-a) \\ d = 7.75-(13-d) $$ However, when I solve for both $a$ and $d$, it seems impossible as they just subtract leaving me with nothing.
There's an error in your second equation: it should be
$$ a+4d=31 $$
which, combined with the first, yields $a=7, d=6$.
Substitute in $X_{17} = a+16d$ to get the answer.