Step-by-step explanation:
5.) f(1) = 7, f(n) = -4※f(n-1) + 15
[tex]f(2) = - 4 \times 7 + 15 = - 13 \\ f(3) = - 4 \times ( - 13) + 15 = 67 \\ f(4) = - 4 \times 67 + 15 = - 253[/tex]
The first four terms are 7, -13, 67, -253.
7.) f(1) = 3, f(n) = [f(n-1)]²
[tex]f(2) = (3)^{2} = 9 \\ f(3) = ( {9)}^{2} = 81 \\ f(4) = ( {81)}^{2} = 6561[/tex]
The first four terms are 3, 9, 81, 6561.