if your outstanding balance is under $1000. As a further promotion, the interest rate was a low per month (compounded monthly), if you use an automatic minimal payment plan.
Gullible Gregory got himself a credit card from the TwentyBucks Corporation. The advertisement for the card touted the low monthly minimal payment, which isGregory used the card to buy himself a 40 inch HD TV which costs , and signed up for the monthly automatic minimal payment plan. How many months will it take for him to pay for the TV?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Assuming that the amount first gets compounded and he pays thereafter,
Let Gullible Gregory owe the bank f ( n ) at month n .
We know that f ( 1 ) = 8 0 0
We can formulate the recurrence for the amount owed on the n th month as follows
f ( n ) = f ( n − 1 ) ( 1 + 0 . 0 2 ) − 2 0
This is explained as follows. Say in the first month he owes the bank $ 8 0 0 . In the second month, he will first have to pay 2 % interest, therefore the amount that he owes the bank will become 8 0 0 ( 1 . 0 2 ) = 8 1 6 . Then he pays $ 2 0 , thus, at the end of the first month, he owes the bank 8 1 6 − 2 0 = $ 7 9 6 .
At the beginning of the third month, the bank charges interest on the amount due, which is 7 9 6 . The amount owed becomes 7 9 6 ( 1 . 0 2 ) and he pays 2 0 , thus he owes the bank 7 9 6 ( 1 . 0 2 ) − 2 0 at the end of the third month. This fits neatly in our equation.
Thus, again, f ( n ) = f ( n − 1 ) ( 1 + 0 . 0 2 ) − 2 0 and f ( 1 ) = 8 0 0
This is a recurrence and we can solve this. But I used Wolfram alpha because it looks quite complex. You can use the following code in WolframAlpha
We get a closed form as follows
which is quite terrifying to be honest. We want to find out when a ( n ) = 0 , in other words, when he owes the bank nothing.
We equate a ( n ) = 0 , which gives us n = 8 2 . 2 6 4 9 . This means he takes ≈ 8 3 months to repay the bank, and thus our answer is 80-90 months.