Given that <span>Marta’s starting annual salary is $24,500 and at the beginning of each new year, she receives a $2850 raise.</span>
<span>The recursive formula to find Marta’s salary f(n) after n years is given by
f(n) = f(n - 1) + 2,850
where f(1) = 24,500
f(2) = f(1) + 2,850 = 24,500 + 2,850 = $27,350
f(3) = f(2) + 2,850 = 27,350 + 2,850 = $30,200
f(4) = f(3) + 2,850 = 30,200 + 2,850 = $33,050
f(5) = f(4) + 2,850 = 33,050 + 2,850 = $35,900
Therefore, </span><span>Marta’s salary be after 5 years will be $38,750.</span>