Answer:
a_n = a_(n-1)-3; a_1 = 11 should be the answer
Explanation:
recursive formula is a_n=a_(n-1)+d
in this problem d=-3 because it goes down by 3.
the person above me made an arithmetic formula for it which would be
a_n=-3n+14 not +4 which is wrong