asked 35.1k views
4 votes
The 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.

asked
User Itssajan
by
7.8k points

2 Answers

7 votes

Answer:

its b

Explanation:

answered
User Paugier
by
8.0k points
4 votes

Answer:

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

Explanation:

14 + 10 = 24

24 + 10 = 34

34 + 10 = 44

44 + 10 = 54

54 + 10 = 64

answered
User Borowis
by
7.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.