Problem 7 (15%) Find F(n) that satisfies the following recurrence
 F(n) = 5F(n - 1) - 6F(n -2).
Please justify your answer. Otherwise, you get 0 points.