5. Using Recursive Rules with Sequences
Sign In
You borrow $10 000. This tells us the balance at the beginning of the first month is $10 000. Therefore, a_0=10 000. Now, we can use a spreadsheet to find the balance after the fourth payment, a_4.
=Round((1+0.115/12)*(A1)-173.86,2)in cell A2. When we hit enter, we will get the following.
Next, copy cell A2, highlight cells A3 through A5, and paste.
We get 9683.38 in the fifth row. Therefore a_4=9683.38, and this tells us that the balance after the fifth payment is $9683.38.
=Round((1+0.115/12)*(A1)-173.86,2)in cell A2. When we hit enter, we will get the following.