The pattern of numbers below is an arithmetic sequence: 14, 24, 34, 54, ... Which statement describes the recurseuve function uses to generate the sequence?
Click the card to flip 👆
The common difference is 10, so the function is f(n + 1) =f(n) + 10 where f(1) = 14.