5. Using Recursive Rules with Sequences
Sign In
Use a spreadsheet.
The number of monts: 15
The last payment: $213.60
Explanation: See solution.
Let a_n be balance after the n^(th) payment. We are asked to find how long it takes to pay back the loan. To do this, we will find a recursive rule for a_n. Then we will use a spreadsheet.
You borrow $3000. This tells us the balance at the beginning of the first month is $3000. Therefore, a_0=3000. We are asked to find how long it takes to pay back the loan. To do this we will use a spreadsheet.
=Round((1+0.1/12)*(A1)-213.59,2)in cell A2. When we hit enter we will get the following.