asked 192k views
4 votes
Ryan opens a bank account with $50. Each month he deposits an amount that doubles his savings. Ryan gets $2 from the bank each month as an incentive for maintaining this savings pattern. Which recursive function represents the amount in Ryan’s account in any month?

next = 2 × now + 2, starting at 50
next = 2 + 2, starting at 2
next = now + 2, starting at 50
next = 2 – now, starting at 50
next = 2 × now, starting at 2

asked
User Hitz
by
7.9k points

2 Answers

7 votes

Answer:

A.) next = 2 × now + 2, starting at 50

Explanation:

answered
User Amgad Fahmi
by
8.0k points
2 votes
next = 2 × now + 2, starting at 50
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.