document.write( "Question 1090542: A principal of $7000 is invested in an account paying an annual rate of 4%. Find the amount in the account after 3 years if the account is compounded semiannually, quarterly, and monthly.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #705032 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the formula to use is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = p * (1 + r) ^ n\r \n" ); document.write( " \n" ); document.write( "\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( "the interest rate per time period is determined as follows.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the interest rate per semi-annual time period is equal to the interest rate per year divided by 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the interest rate per quarterly time period is equal to the interest rate per year divided by 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the interest rate per monthly time period is equal to the interest rate per year divided by 12.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of time periods is determined as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of semi-annual time periods is equal to the number of years times 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of quarterly time periods is equal to the number of years times 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of monthly time periods is equal to the number of years times 12.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "interest rate is equal to interest rate percent divided by 100.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in your problem, the interest rate percent, otherwise known as the apr, is equal to 4%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide that by 100 to get an annual interest rate of .04.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the interest rate per year is equal to .04. \n" ); document.write( "the interest rate per semi-annual time periods is equal to .04/2 \n" ); document.write( "the interest rate per quarterly time periods is equal to .04/4 \n" ); document.write( "the interest rate per monthly time periods is equal to .04/12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of yearly time periods is equal to 3. \n" ); document.write( "the number of semi-annual time periods is equal to 2*3 \n" ); document.write( "the number of quarterly time periods is equal to 4*3 \n" ); document.write( "the number of monthly time periods is equal to 12*3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your equation of f = p * (1 + r) ^ n is set up as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for annual time periods:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 7000 \n" ); document.write( "r = .04 \n" ); document.write( "n = 3 \n" ); document.write( "f = 7000 * (1 + .04) ^ 3 = 7874.048\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for semi-annual time periods:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 7000 \n" ); document.write( "r = .04/2 \n" ); document.write( "n = 3*2 \n" ); document.write( "f = 7000 * (1 + .04/2) ^ (3*2) = 7883.136935\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for quarterly time periods:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 7000 \n" ); document.write( "r = .04/4 \n" ); document.write( "n = 3*4 \n" ); document.write( "f = 7000 * (1 + .04/4) ^ (3*4) = 7887.775211\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for monthly time periods:L\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 7000 \n" ); document.write( "r = .04/12 \n" ); document.write( "n = 3*12 \n" ); document.write( "f = 7000 * (1 + .04/12) ^ (3*12) = 7890.903122\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the more time periods per year, the greater the future value will be, up to the point where you have continuous compounding.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for example:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with daily compounding, the number of time periods per year is 365.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 7000 \n" ); document.write( "r = .04 / 365 \n" ); document.write( "n = 3 * 365 \n" ); document.write( "f = 7000 * (1 + .04/365) ^ (3*365) = 7892.426069\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the continuous compounding formula is f = p * e^(r * n)\r \n" ); document.write( " \n" ); document.write( "\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( "when p = 7000 and r = .04 and n = 3, the future value will be equal to 7000 * e^(.04 * 3) = 7892.477961\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with continuous compounding, the number of time periods per year becomes irrelevant, since all time periods per year will give you the same answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for example:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with 365 time periods a year, the continuous compounding formula becomes f = 7000 * e^(.04 / 365 * 3 * 365) which is equal to 7892.477962.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is because .04 / 365 * 3 * 365 becomes .04 * 3 * 365 / 365 which becomes .04 * 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with discrete compounding, which is the f = p * (1 + r) ^ n formula, 365 time periods a year gets you pretty close to what the continuous compounding formula gives you.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the future value curve for discrete compounding flattens as you approach continuous compounding and can go no further than that.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that the incremental change gets less and less, the more time periods you use.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1000 time periods a year gets you closer to continuous compounding.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "10000 time periods a year gets you closer still.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the limit is continuous compounding.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your future value can't get any higher than that.\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( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |