document.write( "Question 1131240: A=P+P*r*t
\n" );
document.write( "What order would I do this in?\r
\n" );
document.write( "\n" );
document.write( "where A is the Amount (total principal plus interest) required to repay the loan, P is the Principal, r is the annual interest rate (quoted as a percent, but used as a decimal), and t is the time in years.\r
\n" );
document.write( "\n" );
document.write( "Complete the table below with the amounts you would have if you invested $1,000 at 7% interest with simple interest and with interest compounded annually.\r
\n" );
document.write( "\n" );
document.write( "Year Simple Interest Compound Interest
\n" );
document.write( "1yr $______________ $____________
\n" );
document.write( "2yr $_______________ $____________
\n" );
document.write( "3yr $______________ $_____________
\n" );
document.write( "4yr $______________ $_____________ \n" );
document.write( "
Algebra.Com's Answer #747999 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the simple interest formula is f = p + p * 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 the number of time period.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f is the same as A in your formula. \n" ); document.write( "n is the same as t in your formula.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the compound interest 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 the number of time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your problem statement is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Complete the table below with the amounts you would have if you invested $1,000 at 7% interest with simple interest and with interest compounded annually.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when solving these problems:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 1000 \n" ); document.write( "r = .07 per year \n" ); document.write( "n = number of years\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you apply these formula as shown in the following example for when n = 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when n = 4:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = p + p * r * n becomes f = 1000 + 1000 * .07 * 4 = 1280 (simple interest)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = p * (1 + r) ^ 4 becomes f = 1000 * (1 + .07) ^ 4 = 1310.79601 (compound interest)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "all the solutions are shown below.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Year Simple Interest Compound Interest\r\n" ); document.write( "\r\n" ); document.write( "1yr $______2070________ $_____1070_______\r\n" ); document.write( "\r\n" ); document.write( "2yr $______1140________ $_____1144.9_____\r\n" ); document.write( "\r\n" ); document.write( "3yr $______1210________ $_____1225.043___\r\n" ); document.write( "\r\n" ); document.write( "4yr $______1280________ $_____1310.79601_\r\n" ); document.write( " \n" ); document.write( "as n gets larger, the difference between compound interest formula and simple interest formula becomes greater and greater in favor of compound interest formula.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is because you are earning interest on interest with the compound interest formula while you are only earning interest on the original principal with simple interest formula.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the compound interest formula is the equivalent of taking what you earned each year and then adding it to the principal in your account for the following year.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |