Answer:
The sequence is increasing by 5 at each step. So, we can write:
a1 = 30
a2 = 30 + 5 = 35
a3 = 30 + 25 = 40
a4 = 30 + 35 = 45
a5 = 30 + 4*5 = 50
We notice that the nth term is given by:
an = 30 + (n-1)5
So, the explicit formula for the nth term is:
an = 25n + 5