Answer:
an = 8 + (n-1) *(-6)
Explanation:
The explicit formula is
an = a1+ d (n-1) where a1 is the initial value and d is the common difference
The initial value is 8 so a1 = 8
The common difference is what we are adding or subtracting each time
We are subtracting 6 each time as we see from the recursive forumla
so d = -6
an = 8 -6(n-1)
or
an = 8 + (n-1) *(-6)