- If the first payment is $200, next month couple will pay 200∗1.05 and the month after this - 200∗1.052
- Such sequnce of payments is geometric progression.This means that payment made at month number (n+1) is 200∗1.05n
- Sum of payments made in the first (n+1) month is equial to:200+200∗1.05+200∗1.052+...+200∗1.05n==200∗(1+1.05+1.052+...+1.05n)==200∗(1.05n+1−1)/(1.05−1)==200/0.05∗(1.05n+1−1)==4000∗(1.05n+1−1)
- This sum should be equial or greater than value of the house $318,921.46.
If n+1=89, sum of payments will be $303,544.25 which is not enough.
If n+1=90, sum of payments will be $318,921.460.
This means that 90 payments are necessary to pay off the loan amount assuming no deposit was made.
Final payment will be 200∗1.0589≈15377 dollars assuming no deposit was made.
Comments