document.write( "Question 1199059: Hello, I am having trouble with using a TVM solver. I am not sure if I'm getting the right answers. I'd love it if someone could help me. The question is:\r
\n" );
document.write( "\n" );
document.write( "Use a TVM Solver:
\n" );
document.write( "A) $2,500.00 investment earns interest at 7.5% compounded monthly. How long will it take it to double?\r
\n" );
document.write( "\n" );
document.write( "B) At what interest rate should $1,500.00 be invested, if you want to have $2,000.00 in 10 years compounded daily?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #832761 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "If you have a TI83 or TI84, then follow the steps mentioned below. \n" ); document.write( "If not, then skip to the next section.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Press the button labeled \"APPS\". \n" ); document.write( "It is likely a different color from the rest of the buttons.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Go to \"Finance\", then \"TVM Solver\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check out this page for a few examples \n" ); document.write( "https://people.tamu.edu/~kahlig//calc/tvm-solver.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For part (a), type the following values \n" ); document.write( "N = 0 \n" ); document.write( "I = 7.5 \n" ); document.write( "PV = -2500 \n" ); document.write( "PMT = 0 \n" ); document.write( "FV = 5000 \n" ); document.write( "P/Y = 1 \n" ); document.write( "C/Y = 12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "N = number of periods = number of years in this case \n" ); document.write( "I = interest rate in percent form \n" ); document.write( "PV = present value \n" ); document.write( "PMT = payment per period \n" ); document.write( "FV = future value \n" ); document.write( "P/Y = the number of payments per year \n" ); document.write( "C/Y = the number of compounding periods per year\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The PV is negative because it's a cash outflow. \n" ); document.write( "Positive values are cash inflows. \n" ); document.write( "The PMT is 0 because you aren't making periodic deposits; rather you make a one-time deposit.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "After those values are inputted, scroll back up to the first line N = 0 \n" ); document.write( "Then press the green \"alpha\" key and then hit \"enter\" \n" ); document.write( "This will then solve for N to get roughly 9.270813549\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In other words, the N = 0 will update to N = 9.270813549\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It takes about 9.270813549 years for the money to double at this interest rate, when compounded monthly.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0.270813549 years = 12*0.270813549 = 3.249762588 \n" ); document.write( "telling us that \n" ); document.write( "9.270813549 years = 9 years + 3.249762588 months\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In short, it takes about 9 years + 4 months for the money to double. \n" ); document.write( "I rounded up to the nearest whole month to guarantee the money cleared the doubling threshold.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's an alternative TVM solver if you don't have a TI83 or TI84 calculator.\r \n" ); document.write( "\n" ); document.write( "https://www.geogebra.org/m/mvv2nus2 \n" ); document.write( "The person who made this did so with the goal of emulating the TI83/TI84 calculator's TVM solver.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The inputs for that calculator would be the same as mentioned earlier.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's another alternative TVM solver \n" ); document.write( "https://arachnoid.com/finance/ \n" ); document.write( "While this solver doesn't allow you to specify compounding frequency, we can make an adjustment on the interest rate. \n" ); document.write( "Instead of 7.5%, we would have (7.5%)/12 = 0.625% as the monthly interest rate \n" ); document.write( "That TVM solver will produce N = 111.25 to indicate 111.25 months \n" ); document.write( "111.25 months = (111.25)/12 = 9.2708 years approximately\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's say we wanted to know what's going on under the hood of these TVM solvers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Recall the compound interest formula is \n" ); document.write( "A = P*(1+r/n)^(n*t)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "where, \n" ); document.write( "A = final value after t years \n" ); document.write( "P = deposit \n" ); document.write( "r = interest rate in decimal form \n" ); document.write( "n = number of times the money is compounded per year \n" ); document.write( "t = number of years\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In the case of part (a) \n" ); document.write( "A = 5000 which is double of 2500 \n" ); document.write( "P = 2500 \n" ); document.write( "r = 0.075 \n" ); document.write( "n = 12 \n" ); document.write( "t = unknown\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, \n" ); document.write( "A = P*(1+r/n)^(n*t) \n" ); document.write( "5000 = 2500*(1+0.075/12)^(12*t) \n" ); document.write( "5000/2500 = (1.00625)^(12*t) \n" ); document.write( "2 = (1.00625)^(12*t) \n" ); document.write( "log( 2 ) = log( (1.00625)^(12*t) ) \n" ); document.write( "log( 2 ) = 12*t*Log( 1.00625 ) \n" ); document.write( "t = log(2)/(12*log(1.00625)) \n" ); document.write( "t = 9.270813549\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We get the same answer as earlier to help confirm the answer is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Everything mentioned so far was for part (a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now onto part (b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Go back to your favorite TVM solver of choice to plug in these values: \n" ); document.write( "N = 10 \n" ); document.write( "I = 0 \n" ); document.write( "PV = -1500 \n" ); document.write( "PMT = 0 \n" ); document.write( "FV = 2000 \n" ); document.write( "P/Y = 1 \n" ); document.write( "C/Y = 365\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The I = 0 will be updated after we use the solver to determine the interest rate. \n" ); document.write( "For some TVM solvers, you'll leave that entry blank.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "After using the TVM solver, you should get I = 2.88% approximately\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's what the steps look like if we were to use the compound interest formula so we can solve for the variable r.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = P*(1+r/n)^(n*t) \n" ); document.write( "2000 = 1500*(1+r/365)^(365*10) \n" ); document.write( "2000/1500 = (1+r/365)^(3650) \n" ); document.write( "1.333333333 = (1+r/365)^(3650) \n" ); document.write( "(1+r/365)^(3650) = 1.333333333 \n" ); document.write( "1+r/365 = (1.333333333)^(1/3650) \n" ); document.write( "1+r/365 = 1.00007882 \n" ); document.write( "r/365 = 1.00007882 - 1 \n" ); document.write( "r/365 = 0.00007882 \n" ); document.write( "r = 365*0.00007882 \n" ); document.write( "r = 0.0287693\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We get an interest rate of roughly r*100% = 0.0287693*100% = 2.87693% which rounds to 2.88% found earlier. \n" ); document.write( "This helps confirm the answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Summary:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer to part (a) is 9.27 years, or 9 years, 4 months when rounding up to the nearest month.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer to part (b) is 2.88%\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Each answer is approximate. \n" ); document.write( "Round each decimal value according to the instructions your teacher provides; or seek further clarification of rounding instructions. \n" ); document.write( " \n" ); document.write( " |