Respuesta :

Answer:

7, 11, 15, 19

Step-by-step explanation:

Using the recursive rule with f(1) = 7 , then

f(2) = f(1) + 4 = 7 + 4 = 11

f(3) = f(2) + 4 = 11 + 4 = 15

f(4) = f(3) + 4 = 15 + 4 = 19

The first 4 terms are 7, 11, 15, 19