

InterviewSolution
Saved Bookmarks
1. |
Determine the solution of the recurrence relationFn=20Fn-1 − 25Fn-2 where F0=4 and F1=14.(a) an = 14*5^n-1(b) an = 7/2*2^n−1/2*6^n(c) an = 7/2*2^n−3/4*6^n+1(d) an = 3*2^n−1/2*3^nThe question was posed to me in an interview for internship.Query is from Advanced Counting Techniques topic in section Counting of Discrete Mathematics |
Answer» Right answer is (b) an = 7/2*2^n−1/2*6^n |
|