2.7k views
21 votes
If f(1)= 10 and f(n)=f(n-1)+4 then find the value of f(5)

User Asendjasni
by
5.2k points

1 Answer

1 vote

Answer:

f(5)=26

Explanation:

hello :

f(n)=f(n-1)+4 means : f(n)-f(n-1)=4 (comon diference for arithm - sequence)

so : f(n) =f(1)+(n-1)×4

f(n) =10+(n-1)×4

f(n) = 4n+6

f(5) = 4(5)+6 =26

User Egor Litvinchuk
by
5.3k points