Respuesta :

Sequence: 36, 31, 26, 21

Here, a = 36
d = 31 - 36 = -5

Recursive rule: a(n) = a(n-1) - 5

Hope this helps!