148k views
2 votes
Chenoa starts with $250 in her savings account. Each month she adds $15.

Which recursive function rule models the total amount in Chenoa’s savings account at the end of each month?

A)an=250⋅an−1 and a1=15

B)an=15⋅an−1 ​ and a1=250

C)an=15+an−1 ​ and a1=250

D)an=250+an−1 and a1=15

User Acn
by
8.2k points

2 Answers

7 votes

Answer:

the answer is c :)

Explanation:

User TLadd
by
8.5k points
4 votes

Chenoa starts with $250 in her saving account and each month she adds $15 in her saving account.

Therefore, we obtain a sequence as:

250, (250+15), (250+15+15),...

250, 265, 280,....

So, we get the first term (
a_(1)) as 250.

Now , we can clearly observe that the first term is 250 and second term is obtained by adding 15 to the first term that is 265 and so on.

Similarly in an arithmetic progression, last term is
a_(n) and its previous term is
a_(n-1).

Similarly,
a_(n) will be obtained by adding 15 to its previous term
a_(n-1).

So,
a_(n)=15+a_(n-1) and
a_(1)=250.

Therefore, Option C is correct.

User Dixit Patel
by
8.2k points