he pattern of numbers below is an arithmetic sequence:

14, 24, 34, 44, 54, ...

Which statement describes the recursive function used to generate the sequence?

The common difference is 1, so the function is f(n + 1) = f(n) + 1 where f(1) = 14.
The common difference is 4, so the function is f(n + 1) = f(n) + 4 where f(1) = 10.
The common difference is 10, so the function is f(n + 1) = f(n) + 10 where f(1) = 14.
The common difference is 14, so the function is f(n + 1) = f(n) + 14 where f(1) = 10.

Respuesta :

Answer:

third option

Step-by-step explanation:

Given the arithmetic sequence

14, 24, 34, 44, 54, ....

with f(1) = 14 and common difference d = 24 - 14 = 10

The recursive function allows a term in the sequence to be found by adding d to the previous term, thus

f(n + 1) = f(n) + 10 where f(1) = 14

Answer:

The common difference is 10, so the function is f(n + 1) = f(n) + 10 where f(1) = 14.

Step-by-step explanation:

So its c