Sindhuja R. answered 06/16/20
Experienced Tutor specializing in Geometry
Given equation : f(n)=2×f(n-1)+3 for all n≥2
Given values: f(1)=7
Substitute the given value in the above equation: f(n)=2×f(n-1)+3
f(2)=2* f(2-1)+3
=2* f(1)+3 (Given f(1)=7)
=2* 7 + 3
= 14+3
f(2) = 17
Similarly substitute for n=3 and n=4
f(n)=2×f(n-1)+3
f(3)=2* f(3-1)+3
=2* f(2)+3
=2* 17 + 3
= 34+3
f(3) = 37
n=4:-
f(n)=2×f(n-1)+3
f(4)=2* f(4-1)+3
=2* f(3)+3
=2* 37 + 3
= 74+3
f(4) = 77
So, the values are 7, 17, 37, 77 => option D