document.write( "Question 1153513: Edgar accumulated $5,000 in credit card debt. If the interest rate is 30% per year, and he does not make any payments for 3 years, how much will he owe (in dollars) on this debt in 3 years by each method of compounding? (Simplify your answers completely. Round your answers to the nearest cent.)
\n" );
document.write( "(a)
\n" );
document.write( "compound quarterly
\n" );
document.write( "$
\n" );
document.write( "(b)
\n" );
document.write( "compound monthly
\n" );
document.write( "$
\n" );
document.write( "(c)
\n" );
document.write( "compound continuously
\n" );
document.write( "$
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #775749 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the discrete compounding formula is f = p * (1 + r) ^ n \n" ); document.write( "f is the future value \n" ); document.write( "p is the present value \n" ); document.write( "r is the interest rate per time period \n" ); document.write( "n is then number of time periods\r \n" ); document.write( "\n" ); document.write( "in your problem, you are given: \n" ); document.write( "f = what you want to find \n" ); document.write( "p = 5000 \n" ); document.write( "r = 30% per year / 100 = .3 per year (percent / 100 = rate). \n" ); document.write( "n = 3 years\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you compound annually, the formula becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = 5000 * (1 + .3) ^ 3 = 10985\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you compound quarterly, the formula becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = 5000 * (1 + .3 / 4) ^ (3 * 4) = 11908.898\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you compound monthly, the formula becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = 5000 * (1 + .3 / 12) ^ (3 * 12) = 12162.67658\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you compound continuously, a different formula is used.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that formula is f = p * e ^ (r * n) \n" ); document.write( "f is the future value \n" ); document.write( "p is the present value \n" ); document.write( "e is the scientific constant of 2.718281828....... \n" ); document.write( "r is the interest rate per time period \n" ); document.write( "n is the number of time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with this formula, you leave the time periods in terms of years. \n" ); document.write( "it will make no difference what time periods and compounding periods you use, the answer will be the same. \n" ); document.write( "most of the time you will just give it the interest rate per year and the number of years.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the reason is as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "r * n = .3 * 3 = .9 when giving it rate and time in terms of years. \n" ); document.write( "r * n = .3 / 4 * 3 * 4 = .9 when giving it rate and time in terms of quarters. \n" ); document.write( "r * n = .3 / 12 * 3 * 12 = .9 when giving it rate and time in terms of months.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in your problem, the formula becomes f = 5000 * e ^ (.3 * 3) = 12298.01556.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the more compounding periods per year, the higher the future value. \n" ); document.write( "the highest is when you compound continuously.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is apparent from the data.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "5000 future value in 3 years\r\n" ); document.write( "\r\n" ); document.write( "compound annually 10985\r\n" ); document.write( "compound quarterly 11908.898\r\n" ); document.write( "compound monthly 12162.67658\r\n" ); document.write( "compound continuously 12298.01556\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |