contestada

A sequence is defined by the recursive function f(n + 1) = –10f(n). If f(1) = 1, what is f(3)?

Respuesta :

Answer:

f(3) = 100

Step-by-step explanation:

Using the recursive formula and f(1) = 1 , then

f(2) = - 10 f(1) = - 10 × 1 = - 10

f(3) = - 10 f(2) = - 10  × - 10 = 100

Answer:

100

Step-by-step explanation: