document.write( "Question 1032194: The annual interest rate on a credit card is 13.99%. If the minimum payment of $20 is made each month, how many months will it take to pay off an unpaid balance of $901.42? Assume that no new purchases are made on the credit card.\r
\n" );
document.write( "\n" );
document.write( "Please show me how to work it out AND the answer if possible. Thank you so much. \n" );
document.write( "
Algebra.Com's Answer #646901 by pphantom(4)![]() ![]() ![]() You can put this solution on YOUR website! Where N is the number of monthly payments, i is the decimal interest rate per MONTH, A is the amount owed, and P is the payment amount.\r \n" ); document.write( "\n" ); document.write( "N = -LOG(1-iA/P)/LOG(1+i) \n" ); document.write( "i = 13.99% per year/100/12 months per year = .011658 \n" ); document.write( "A = $901.42 \n" ); document.write( "P = $20 \n" ); document.write( "N - -LOG(1-.011658*901.42/20) / LOG(1+.011658) \n" ); document.write( "N = 64 months\r \n" ); document.write( "\n" ); document.write( "Credit goes to http://brownmath.com/bsci/loan.htm#LoanNumber for the complete explanation and the basic formulas. I just had to figure out what they were using for i and put your numbers into it. \n" ); document.write( " |