document.write( "Question 943191: How much money would you have to invest today at 6% APR compounded monthly to accumulate the sum of $200,000 in 40 years? (Round your answer to two decimal places.) \n" ); document.write( "
Algebra.Com's Answer #575018 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How much money would you have to invest today at 6% APR compounded monthly to accumulate the sum of $200,000 in 40 years? \n" ); document.write( "---- \n" ); document.write( "40 yrs = 480 months \n" ); document.write( "6% APR = 0.5%/month \n" ); document.write( "--- \n" ); document.write( "200000 = Amt*(1 + 0.005)^480 \n" ); document.write( "Amt = 200000/1.005^480 \n" ); document.write( "Amt = $18252.42 \n" ); document.write( " |