Ask Question
7 May, 23:04

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 of the following recursive function represents the amount in Ryan's account in any month? A. next = 2 * now + 2, starting at 50 B. next = 2 + 2, starting at 2 C. next = now + 2, starting at 50 D. next = 2 - now, starting at 50 E. next = 2 * now, starting at 2

+4
Answers (2)
  1. 7 May, 23:51
    0
    I would say that it is 2*now + 2 starting at 50, which is A.
  2. 8 May, 02:46
    0
    A

    The initial amount is $50

    It is doubled every month

    And 2 dollars is added by the bank

    Therefore, the equation becomes:

    Next = 2 x now + 2, starting at 50
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “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 ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers