document.write( "Question 1080926: how much must you deposit in an account that pays 8% interest, compounded monthly, to have a balance of $1000 after three years \n" ); document.write( "
Algebra.Com's Answer #695023 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! how much must you deposit in an account that pays 8% interest, compounded monthly, to have a balance of $1000 after three years \n" ); document.write( "---------- \n" ); document.write( "FV = Future value \n" ); document.write( "PV = Present value \n" ); document.write( "----- \n" ); document.write( "3 years = 36 months, the compounding period. \n" ); document.write( "8% per year = 8/12 % per month \n" ); document.write( "-------- \n" ); document.write( "FV = PV*(1 + 0.08/12)^(3*12) \n" ); document.write( "1000 = PV*1.00666667^36 \n" ); document.write( "PV = 1000/(1.00666667^36) \n" ); document.write( "PV =~ $787.25 \n" ); document.write( "================ \n" ); document.write( "Sounds like a bad deal. \n" ); document.write( "OK, not a bad deal, just a waste of time. \n" ); document.write( "$213 would last about 3 minutes at the free clinic. \n" ); document.write( " |