asked 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

asked
User Muzammil
by
6.5k 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! :)

answered
User Ahockley
by
8.2k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.