27.4k views
2 votes
You got a job selling books at the mall. You are paid $70 per day plus $2 for each book you sell. Which recursive formula models this situation?

User Bill Reiss
by
5.3k points

2 Answers

3 votes

Answer:

a1 = 70

an = an–1 + 2

Explanation:

User Memoalv
by
5.4k points
3 votes

Answer:

f(x) = 70 + 2x

Explanation:

In this problem, we first need to consider how much we get per day.

$70 is our constant.

$2 will be dependent on the number of books sold.

Here 'x' will represent the number of books sold.

f(x) = 70 + 2x

Now let's try it out.

Let's say we sold 0 books

f(0) = 70 + 2(0) = 70

This shows us that we only get our constant pay.

Now let's try for 1 or more books.

f(1) = 70 + 2(1) = 72

f(2) = 70 + 2(2) = 74

So the recursive formula f(x) = 70 + 2x is a good formula to model the situation.

User Sergey Vasiliev
by
5.8k points