Calculating credit card debt using a geometric series

AI Thread Summary
The discussion focuses on calculating the balance of a credit card after n months using a geometric series. The initial charge is $800 with an 18% APR compounded monthly, resulting in a monthly interest rate of 1.5%. The balance after each month is derived by adding interest to the previous balance and subtracting the minimum payment of $15. The expressions for the balance after each month are formulated, demonstrating how the geometric series applies to the problem. The final expression for the balance after n months incorporates both the compounded interest and the cumulative effect of the minimum payments.
rosemary1234
Messages
1
Reaction score
0
A man gets a credit card and buys something that charges exactly 800 dollars to the card. The APR on the card is 18 % compounded monthly, and the minimum payment is 15 dollars a month. What is the expression for A(n), the balance on the card after n months? (This should be a geometric series).

I have tried to come up with different formulas, and none provide answers that make sense. I have tried to fit the information into formulas combining the sum of a geometric series and compound interest, with no luck.
 
Physics news on Phys.org
Perhaps take it one month at a time. After 1 month, what is the balance before, and after interest?
 
since apr=18%,then precentage rate is 18%/12=1.5%.
the balance after 1st month=800+800*1.5%
2nd month=(800+800*1.5%-15)(1+1.5%);
3rd month=((800+800*1.5%-15)(1+1.5%)-15))(1+1.5%);
rewirte; 1th month=800*(1+1.5%);
2nd month=800(1+1.5%)^2-15(1+1.5%);
3rd month=800(1+1.5%)^3-15(1+1.5%)^2-15(1+1.5%);
therefore, n month=800*(1+1.5%)^n-15(1+1.55)^(n-1)-15(1+1.5%)^(n-2)...15(1+1.5%)
the part after 800*(1+1.5%)^n is a geometric series///
problem solved !
 

Similar threads

Back
Top