document.write( "Question 1197305: Hello, my problem is: On October 25, you plan to purchase a $1,800 computer by using one of your two credit cards. The Silver Card charges 18% interest and calculates interest based on the balance on the first day of the previous month. The Gold Card charges 18% interest and calculates interest based on the average daily balance. Both cards have a $0 balance as of October 1. The closing date is the end of the month for each card.
\n" );
document.write( "Your plan is to make a $600 payment in November, make a $600 payment in December, and pay off the remaining balance in January. All your payments will be received and posted on the 10th of each month. No other charges will be made on the account. (Round your answers to the nearest cent.)
\n" );
document.write( "(a)
\n" );
document.write( "Based on this information, calculate the interest (in $) charged by each card for this purchase.
\n" );
document.write( "Gold card:
\n" );
document.write( "Silver card:\r
\n" );
document.write( "\n" );
document.write( "Which card is the better deal and by how much (in $)? \n" );
document.write( "
Algebra.Com's Answer #830623 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "An APR of 18% means the monthly interest rate is (18%)/12 = 1.5% \n" ); document.write( "The decimal form of 1.5% is 0.015 \n" ); document.write( "We move the decimal point two spots to the left.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's what the table would look like for The Silver Card. \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The table highlights key dates in Oct, Nov, Dec, and Jan. \n" ); document.write( "Oct 1st is of course when the balance is $0. \n" ); document.write( "Oct 25th is when the computer was purchased, which bumps the balance up to $1800.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Nov 1st is when the first interest charge is calculated. But since the starting balance of the previous month (Oct 1st) was $0, this means we dont have to worry about interest here. \n" ); document.write( "More technically \n" ); document.write( "interest charged = 1.5% of $0 = 0.015*0 = 0 \n" ); document.write( "Therefore, the balance stays at $1800 on Nov 1st.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "On Nov 10th, the $600 payment is fully processed. \n" ); document.write( "That brings the balance down to 1800-600 = 1200 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "On Dec 1st, we take 1.5% of the balance on Nov 1st to calculate the interest for this month. \n" ); document.write( "interest = 1.5% of 1800 = 0.015*1800 = 27 dollars \n" ); document.write( "Be sure to NOT use the 1200. \n" ); document.write( "The $27 interest charge bumps the balance up to 1200+27 = 1227 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "On Dec 10th, a payment of $600 brings the balance down to 1227-600 = 627\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "On Jan 1st, the interest is calculated. \n" ); document.write( "1.5% of balance on Dec 1st = 1.5% of $1227 = 0.015*1227 = 18.405 which rounds to 18.41 \n" ); document.write( "This brings the balance up to 627+18.41 = 645.41 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "On Jan 10th is when the final payment is made, because the goal is to pay off the entire balance by this point. \n" ); document.write( "The payment here is $645.41\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Total amount paid back = (payment on Nov 10th)+(payment on Dec 10th)+(payment on Jan 10th) \n" ); document.write( "Total amount paid back = (600)+(600)+(645.41) \n" ); document.write( "Total amount paid back = 1845.41\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Subtract off the principal, aka amount loaned, to find the total interest \n" ); document.write( "1845.41 - 1800 = 45.41\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Or you could add up the values in the interest column \n" ); document.write( "0+27+18.41 = 45.41\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The total amount of interest for The Silver Card is $45.41\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now onto The Gold Card.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ADB = Average Daily Balance\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The chart is going to be a bit larger compared to the previous one. \n" ); document.write( "Below the table is an explanation how the ADB values are calculated and the interest charged. \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Review this article to refresh your memory on how to calculate the ADB \n" ); document.write( "https://www.thebalancemoney.com/average-daily-balance-finance-charge-calculation-960236\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's the ADB side calculation for the month of October. \n" ); document.write( "ADB = ( (24 days)*($0) + (7 days)*($1800) )/(31 days) \n" ); document.write( "ADB = $406.45\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The interest is found by this formula \n" ); document.write( "interest = (APR*ADB*n)/365 \n" ); document.write( "where, \n" ); document.write( "APR = annual percentage rate = annual interest rate of the card \n" ); document.write( "ADB = Average Daily Balance \n" ); document.write( "n = number of days in the billing cycle\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have \n" ); document.write( "APR = 0.18 \n" ); document.write( "ADB = 406.45 \n" ); document.write( "n = 31 days in oct\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's calculate the interest for October \n" ); document.write( "interest = (APR*ADB*n)/365 \n" ); document.write( "interest = (0.18*406.45*31)/365 \n" ); document.write( "interest = 6.21367397260273 \n" ); document.write( "interest = 6.21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The ADB and interest calculations for November and December will follow the same ideas. \n" ); document.write( "Use n = 30 for November and n = 31 for December.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add up all the values in the \"interest\" column \n" ); document.write( "6.21+20.51+12.24 = 38.96 \n" ); document.write( "This is the total interest charged on the Gold Card.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now let's compare the total interest for each card. \n" ); document.write( "Silver = $45.41 \n" ); document.write( "Gold = $38.96 \n" ); document.write( "We see the gold is better and the difference is 45.41-38.96 = 6.45 dollars\r \n" ); document.write( "\n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------- \n" ); document.write( "-------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answers: \n" ); document.write( "Gold Card interest charged: $38.96 \n" ); document.write( "Silver Card interest charged: $45.41\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Which card is better and by how much? The Gold Card is better by $6.45 \n" ); document.write( " \n" ); document.write( " |