========================================================
Explanation:
The first term is 4 because of the notation [tex]a_1 = 4[/tex]
To get the second term, we'll use the recursive equation [tex]a_n = 5(a_{n-1})-1[/tex] which basically says [tex]\text{nth term} = 5*(\text{previous term})-1[/tex]. To get the second term, we'll multiply the first term by 5, then subtract off 1.
2nd term = 5*(1st term) - 1
2nd term = 5*4 - 1
2nd term = 19
This means [tex]a_2 = 19[/tex]
We repeat this process again to find the third term [tex]a_3[/tex]
[tex]a_n = 5*(a_{n-1})-1\\\\a_3 = 5*(a_{3-1})-1\\\\a_3 = 5*(a_{2})-1\\\\a_3 = 5*(19)-1\\\\a_3 = 95-1\\\\a_3 = \boldsymbol{94}\\\\[/tex]
The third term is 94