128k views
20 votes

f(n)=3^n

find expressions for
f(n+3) and
f(n+1)
hence find the value of
k such that
f(n+3)-f(n+1)= kf(n) where k ∈ N

User Muzammil
by
4.4k points

1 Answer

8 votes

Answer:


24(f(n))

Explanation:


f(n+3) = 3^(n+3)\\f(n+1) = 3^(n+1)

so


f(n+3) - f(n+1) = 3^(n+3) - 3^(n+1)


= 27(3^n) - 3(3^n)


= 24(3^n)


= 24(f(n))

hope this helped! :)

User Ahockley
by
5.6k points