Create a recursive function to model the table of values from part A. In that function, the year 2013 is the first data point, so n = 1 for 2013 (meaning f(1) = 2,000 is the first term of the sequence) and r is the constant value by which the number increases every year.
f(n)=

Create a recursive function to model the table of values from part A In that function the year 2013 is the first data point so n 1 for 2013 meaning f1 2000 is t class=