229k views
0 votes
An electrician earns $110 after his first hour of working for a client. His total pay based on the number of hours worked can be represented using the sequence shown.

110, 130, 150, 170, ...
Which recursive formula can be used to determine the total amount of money earned for each successive hour worked based on the amount of money currently earned?

2 Answers

3 votes

Answer:

the answer is D

Explanation:

User Shabbirv
by
7.8k points
1 vote
lets analyse, the sequence adds 20 to the previous term, so that is:
f(n + 1) = 20 + f(n)
where f(1) = 110
User Arthur Edelstein
by
8.7k points