document.write( "Question 973955: How much money would you need to deposit today at 5% annual interest compounded monthly to have $20000 in the account after 9 years? \n" ); document.write( "
Algebra.Com's Answer #595992 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
How much money would you need to deposit today at 5% annual interest compounded monthly to have $20000 in the account after 9 years?
\n" ); document.write( "-------------
\n" ); document.write( "9 yrs = 108 months
\n" ); document.write( "5% annual = (5/12)% per month = 5/1200
\n" ); document.write( "----
\n" ); document.write( "FV = PV*(1 + 5/1200)^108 = 20000
\n" ); document.write( "PV = 20000/(1 + 5/1200)^108
\n" ); document.write( "PV = $12,764.49
\n" ); document.write( "
\n" );