Which function is correctly described by the recursive notation g(1)=3

, g(n−1)+3
for n>1
?(1 point)
Responses

g(n)=3n+1
g of n is equal to 3 n plus 1

g(n)=2n−1
g of n is equal to 2 n minus 1

g(n)=3n
g of n is equal to 3 n

g(n)=n+2

1 answer

The correct function described by the recursive notation is:

g(n) = 2n - 1