1.

Determine the solution of the recurrence relation Fn=20Fn-1 25Fn-2 where F0=4 and F1=14.

A. a<sub>n</sub> = 14*5<sup>n-1</sup>
B. a<sub>n</sub> = 7/2*2<sup>n</sup> 1/2*6<sup>n</sup>
C. a<sub>n</sub> = 7/2*2<sup>n</sup> 3/4*6<sup>n+1</sup>
D. a<sub>n</sub> = 3*2<sup>n</sup> 1/2*3<sup>n</sup>
Answer» C. a<sub>n</sub> = 7/2*2<sup>n</sup> 3/4*6<sup>n+1</sup>


Discussion

No Comment Found