Q. If f(1)=7 and f(n)=4f(n−1)+n then find the value of f(3).Answer:
Given f(1)=7: We are given that f(1)=7. To find f(3), we first need to find f(2) using the recursive formula f(n)=4f(n−1)+n.Substitute n=2 into the formula to find f(2).f(2)=4f(2−1)+2f(2)=4f(1)+2f(2)=4(7)+2f(1)=70f(1)=71
Find f(2): Now that we have f(2)=30, we can use it to find f(3) using the same recursive formula.Substitute n=3 into the formula to find f(3).f(3)=4f(3−1)+3f(3)=4f(2)+3f(3)=4(30)+3f(3)=120+3f(3)=123