Answer:
Recursive:
[tex]a_n=a_{(n-1)}+18\\ \\ a_1=82[/tex]
Explicit:
[tex]a_n=64+18n[/tex]
Explanation:
1. Sequence:
[tex]a_1=82\\ \\ a_2=82+18=100\\ \\ a_3=100+18=118\\ \\ a_4=118+18=136\\ \\ ...[/tex]
2. Recursive formula
The recursive formula permits to calculate the value of the nth term in the sequence using the (n-1)th term in the sequence.
[tex]a_n=a_{(n-1)}+18\\ \\ a_1=82[/tex]
3. Explicit formula
The explicit formula permits to calculate any value of a term in the sequence:
[tex]a_n=a_1+(n-1)d\\ \\ a_n=82+(n-1)18\\ \\ a_n=82+18n-18\\ \\ a_n=64+18n[/tex]