You can
put this solution on YOUR website! .
If f(1)=9 and f(n)=f(n-1)+2 then find the value of f(6)
~~~~~~~~~~~~~~~
The formula describes the arithmetic progression with the first term of 9
and the common difference of 2.
Therefore, f(6) is the 6th term of this progression
f(6) = 9 + 5*2 = 9 + 10 = 19. ANSWER
Good joking Math problem.