152k views
5 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?

User Lexus
by
7.0k points

2 Answers

1 vote

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

I got it right on the test.

The pattern of numbers below is an arithmetic sequence: 14, 24, 34, 44, 54, ... Which-example-1
User Khayam Khan
by
6.5k points
7 votes
There exist the same question that has the following choices.

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

The correct answer is letter C. The common difference is 10, so the function is f(n + 1) = f(n) + 10 where f(1) = 14.
User Dallin
by
7.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.