document.write( "Question 1198536: What sum of money would Max need to invest to accumulate a total of $100000 at the end of 7 years at 8% p.a. interest compounding biannually? Answer to the nearest cent. \n" ); document.write( "
Algebra.Com's Answer #832154 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Compounding interest formula \n" ); document.write( "A = P*(1+r/n)^(n*t)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = final amount after t years \n" ); document.write( "P = deposit, aka starting amount \n" ); document.write( "r = annual interest rate in decimal form \n" ); document.write( "n = compounding frequency \n" ); document.write( "t = number of years\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "biannual = once every six months (aka twice a year) \n" ); document.write( "So we have n = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The goal is to have A = 100000 dollars at the end of t = 7 years, where the money is compounded n = 2 times a year. \n" ); document.write( "The interest rate in decimal form is r = 0.08 \n" ); document.write( "Your teacher asks you to find the deposit P.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Summary of values \n" ); document.write( "A = 100000 \n" ); document.write( "P = unknown \n" ); document.write( "r = 0.08 \n" ); document.write( "n = 2 \n" ); document.write( "t = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's solve for P. \n" ); document.write( "A = P*(1+r/n)^(n*t) \n" ); document.write( "100000 = P*(1+0.08/2)^(2*7) \n" ); document.write( "100000 = P*(1+0.04)^(14) \n" ); document.write( "100000 = P*(1.04)^(14) \n" ); document.write( "100000 = P*1.7316764476028 \n" ); document.write( "100000 = 1.7316764476028P \n" ); document.write( "1.7316764476028P = 100000 \n" ); document.write( "P = 100000/1.7316764476028 \n" ); document.write( "P = 57747.5082821806 \n" ); document.write( "P = 57747.51\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: Max needs to invest $57,747.51 \n" ); document.write( " \n" ); document.write( " |