on the first day of march, a bank loans a man £2500 at a fixed rate of intrest of 1.5percent per month. this intrest is added on the last day of the month and is calculated on the amount due the first day of the next month.the man agrees to make repayments on the first day of each month and each repayment is £300 exept for the smaller final amount which will pay off the loan.

a) the amount that he owes at the start of each month is taken to be the amount still owing just after the monthly repayment has been made.

So, let Un and Un+1 represent the amounts that he owes at the start of two successive months. write down a recurrence relation involving Un+1 and Un.

B) find the date and the amount of the final payment.

To solve this problem, let's break it down step by step:

a) Recurrence Relation:
Based on the given information, the amount owed at the start of each month is taken to be the amount still owing just after the monthly repayment has been made. Let's represent the amount owed on the first day of month n as Un and the amount owed on the first day of the next month (n+1) as Un+1.

Since the interest is added on the last day of each month, the amount owed at the start of the next month (Un+1) can be calculated by adding the interest to the amount owed at the start of the current month (Un), minus the monthly repayment of £300.

Therefore, the recurrence relation involving Un+1 and Un is:

Un+1 = Un + (Un * 1.5/100) - 300

b) Final Payment:
To find the date and the amount of the final payment, we need to determine when the loan will be completely paid off.

Let's assume the loan is paid off after m months. We can set up an equation for the loan amount on the mth month as follows:

Um = 0 (since the loan is completely paid off)

Using the recurrence relation from part a, we can substitute Um into the equation:

Um-1 + (Um-1 * 1.5/100) - 300 = 0

Solving this equation for Um-1 will give us the amount owed on the last month before the loan is fully paid off. This final amount will represent the smaller final payment.

To find the date, we can determine the month m by counting the number of months that have passed starting from the first day of March until the loan is paid off.

Please note that to find the specific value for Um-1 and the exact month, you will need to perform the calculations using the given values and the recurrence relation.

looks like they want you to do it step by step, what a bother.

Here is the actuarial mathematical way of doing it.

2500 = 300[1 - 1.015^-n]/.015
.
.
1.015^-n = .875
using logs
n = 8.9

So he needs 8 full payments of £300

outstanding balance just after making the 8th payment
= 2500(1.015)^8 - 300(1.015^8 - 1)/.015
=

= 286.38

(notice the 8.9 indicated we were very close to another payment of 300)