00:01
In the question they given formula of annual payment.
00:11
Here we have to denote annual payment is a.
00:16
A equal to p multiplies i of 1 plus i hold to the power of n divided by 1 plus i hold to the power of n minus 1.
00:30
It is the formula of annual payment.
00:33
Here we have to find out annual payment a.
00:45
First we have to write the program and run the program.
00:49
We have annual payment.
00:52
First we have to write p equal to in the formula p is borrowed amount of money.
01:00
So we have to enter input.
01:08
First we have to write input enter borrowed amount of money.
01:31
Next we can take i.
01:34
Here i is annual interest rate.
01:39
So we can write the program input of enter annual interest rate.
01:53
0 minus 1 is the annual interest rate.
02:00
Next we can take n.
02:03
Here n is the number of years.
02:06
So we can write the program input of enter number of years.
02:25
Now we can write the formula.
02:28
The formula of annual payment is a equal to.
02:32
In this program we can write the formula in this way...