document.write( "Question 1173027: Calculate the average daily balance (in $) for October for a revolving credit account with a previous month's balance of $110 and the following activity. (Round your answer to the nearest cent.)\r
\n" );
document.write( "\n" );
document.write( "Oct 3: cash advance = $50
\n" );
document.write( "Oct 7: payment = $75
\n" );
document.write( "Oct 10: purchase = 29.59
\n" );
document.write( "Oct 16: credit = $30
\n" );
document.write( "Oct 25: purchase = $123.60\r
\n" );
document.write( "\n" );
document.write( "average daily balance = $ _____\r
\n" );
document.write( "\n" );
document.write( "My example had an annual percentage rate to work with and this one doesn't have one to work with. So not sure what to do without the annual percentage rate. \n" );
document.write( "
Algebra.Com's Answer #850787 by CPhill(1987) You can put this solution on YOUR website! Let's calculate the average daily balance for October:\r \n" ); document.write( "\n" ); document.write( "**1. Determine the Daily Balances:**\r \n" ); document.write( "\n" ); document.write( "* **Oct 1-2:** Balance = $110 (2 days) \n" ); document.write( "* **Oct 3-6:** Balance = $110 + $50 = $160 (4 days) \n" ); document.write( "* **Oct 7-9:** Balance = $160 - $75 = $85 (3 days) \n" ); document.write( "* **Oct 10-15:** Balance = $85 + $29.59 = $114.59 (6 days) \n" ); document.write( "* **Oct 16-24:** Balance = $114.59 - $30 = $84.59 (9 days) \n" ); document.write( "* **Oct 25-31:** Balance = $84.59 + $123.60 = $208.19 (7 days)\r \n" ); document.write( "\n" ); document.write( "**2. Calculate the Sum of Daily Balances:**\r \n" ); document.write( "\n" ); document.write( "* (2 * $110) + (4 * $160) + (3 * $85) + (6 * $114.59) + (9 * $84.59) + (7 * $208.19) \n" ); document.write( "* $220 + $640 + $255 + $687.54 + $761.31 + $1457.33 = $4021.18\r \n" ); document.write( "\n" ); document.write( "**3. Divide by the Number of Days in October (31):**\r \n" ); document.write( "\n" ); document.write( "* $4021.18 / 31 = $129.71548387\r \n" ); document.write( "\n" ); document.write( "**4. Round to the Nearest Cent:**\r \n" ); document.write( "\n" ); document.write( "* $129.72\r \n" ); document.write( "\n" ); document.write( "**Answer:**\r \n" ); document.write( "\n" ); document.write( "The average daily balance is $129.72. \n" ); document.write( " \n" ); document.write( " |