Given f(n) being a real valued function whose domain is the set of positive integers and that f(n) satisfies the following two properties. f(1)=23;f(n+1)=8+3×f(n) for n≥1.f(n) takes the form (a.bn)−c for n=1,2,3,4....and a,b,c are constants. find the sum of a+b+c
f(2)=8+3f(1)
f(3)=8+3(8+3f(1))
The following pattern is obtained:
f(n)=3(n−1)×23+8[1+3+32+33+....]
f(n)=3(n−1)×23+4[3(n−1)−1]
f(n)=27×3(n−1)−4
f(n)=9×3n−4
a+b+c=9+3+4=16
Option A is the correct choice