zsiaiz
contestada

a sequence is defined by f (n) =-4+2n for n is greater than or equal to 1. which of the following statements is the recursive definition of f?


a. f(1)=-2, f(n)=f(n-1) +2

b. f(1)=-4, f(n)=f(n-1) +2n

c. f(1)=-2, f(n)=f(n-1) + (-4)

d.f(1)=-4, f(n)=f(n-1) +2

EXPLAIN WHY