document.write( "Question 1042015: Samantha takes $28000.00 to the bank to invest into a term deposit.the bank gives her three option of interest rate with different compounding.\r
\n" );
document.write( "\n" );
document.write( "option 1 - simple interest type @ 10.2 % annually
\n" );
document.write( "option 2 - compounded interest type @ 10% annually
\n" );
document.write( "option 3 - compounded interest type @ 9.8% daily\r
\n" );
document.write( "\n" );
document.write( "compute her total amount after 30 months for all three option.conclude which option she should take to get maximum return on her investment. \n" );
document.write( "
Algebra.Com's Answer #657159 by Theo(13342)![]() ![]() You can put this solution on YOUR website! her present amount is 28000 \n" ); document.write( "she will be investing for 30 months.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "formula for simple interest is i = p * r * n. \n" ); document.write( "i is the interest. \n" ); document.write( "p is the present amount. \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( "formula for compound interest is i = f - p. \n" ); document.write( "first you find the future value and then you find the interest. \n" ); document.write( "formula for future value is f = p * (1 + r)^n. \n" ); document.write( "f is the future value \n" ); document.write( "p is the present amount \n" ); document.write( "r is the interest rate per time period \n" ); document.write( "n is the number of time periods \n" ); document.write( "i = interest\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the formulas you need to use interest rate as a decimal and not interest rate as a percent. \n" ); document.write( "interest rate as a decimal is equal to interest rate as a percent divided by 100.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "option 1 is simple interest type at 10.2% annually. \n" ); document.write( "formula is i = p * r * n. \n" ); document.write( "p = 28000. \n" ); document.write( "r = 10.2% per year divided by 100 = .102 per year divided by 12 = .0085 per month. \n" ); document.write( "n = 30 months. \n" ); document.write( "formula becomes: \n" ); document.write( "i = 28000 * .0085 * 30 = 7140. \n" ); document.write( "interest is equal to 7140.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "option 2 is compound interest type at 10% compounded annually. \n" ); document.write( "p = 28000. \n" ); document.write( "r = 10% per year divided by 100 = .10 per year. \n" ); document.write( "n = 30 months divided by 12 = 2.5 years. \n" ); document.write( "formula of f = p * (1 + r)^n becomes: \n" ); document.write( "f = 28000 * (1.10)^2.5 \n" ); document.write( "solve for f to get f = 35533.64 \n" ); document.write( "i = f - p \n" ); document.write( "this says that the interest is equal to the future value minus the present amount. \n" ); document.write( "formula becomes: \n" ); document.write( "i = 35533.64 - 28000 = 7533.64 \n" ); document.write( "interest is 7533.64\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "option 3 is compound interest type at 9.8% compounded daily. \n" ); document.write( "here it gets sticky because the number of days in a year is not exactly 365 and the number of days in a month is not exactly 30. \n" ); document.write( "you have to make some assumptions unless you are told what to assume is the number of days in a year and, consequently, the number of days in a month.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can use 365 days in a year or 360 days in a year or 365.25 days in a year, or if you really want to get fancy, some other number that takes into account you have a leap year every 4 years and some other adjustment every 100 years.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "all of them will yield an answer that should be very close to each other and should be consistent.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "consistent means that the number is either the greater of each of the other two or not the greater of each of the other two.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if we assume 360 days in a year, we would get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 28000 \n" ); document.write( "r = .098 per year divided by 360 = .000272222 per day \n" ); document.write( "n = 30 months * 360/12 = 900 days. \n" ); document.write( "formula of f = p * (1 + r)^n becomes: \n" ); document.write( "f = 28000 * (1.000272222)^900 \n" ); document.write( "solve for f to get f = 35772.20 \n" ); document.write( "i = f - p \n" ); document.write( "i = 7772.20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if we assume 365 days in a year, we would get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 28000 \n" ); document.write( "r = .098 per year divided by 365 = .000268493 per day. \n" ); document.write( "n = 30 months * 365/12 = 912.5 days. \n" ); document.write( "formula of f = p * (1 + r)^n becomes: \n" ); document.write( "f = 28000 * (1.000268493)^912.5 \n" ); document.write( "solve for f to get f = 35772.2204 \n" ); document.write( "i = f - p \n" ); document.write( "i = 7772.22\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your interest for the 3 options are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "7140 for option 1. \n" ); document.write( "7533.64 for option 2. \n" ); document.write( "7772.20 for option 3 assuming 360 days in a year. \n" ); document.write( "7772.22 for option 3 assuming 365 days in a year.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "option 3 is the winner whether or not you assumed 360 days in a year or 365 days in a year.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "option 3 would still be the winner even if you assumed 365.25 days in a year or something even more exotic, so i didn't bother to calculate using those.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they should really have told you how many days in a year to assume. \n" ); document.write( "this takes away the ambiguity. \n" ); document.write( "not telling you makes you work harder that you need to. \n" ); document.write( "in this case, it didn't matter. \n" ); document.write( "either assumption would have led to the same conclusion.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the more times you compound, the greater the effective rate, given that the present amount is the same and the annual interest rate is the same. \n" ); document.write( "the number of times you compound in a year reaches a limit which culminates into the continuous compounding formula of f = p * e^(r * n). \n" ); document.write( "f is the future value \n" ); document.write( "p is the present amount \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. \n" ); document.write( "in this formula, it doesn't matter whether the time period is in years or months of days or whatever because r*n will always be the same. \n" ); document.write( "for example: \n" ); document.write( "if r is 12% per year and n is 1 year, then r*n becomes .12 * 1 = .12 \n" ); document.write( "divide 12% per year by 12 and you get 1% per month. \n" ); document.write( "multiply 1 year by 12 and you get 12 months. \n" ); document.write( "r * n becomes .01 * 12 = .12. \n" ); document.write( "same number.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you had used the continuous compounding formula for option 3, your answer would have been f = 28000 * e^(.098 * 2.5) = 35773.39 which would have resulted in i = 7773.39.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "7773.39 is not much greater than 7772.22 \n" ); document.write( "this tells you that assuming daily compounding gives you a close approximation to continuous compounding.\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( " |