document.write( "Question 966885: Determine the principal P that must be invested at rate r = 9%, compounded monthly, so that $500,000 will be available for retirement in t = 9 years. (Round your answer to the nearest cent.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #590911 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Determine the principal P that must be invested at rate r = 9%, compounded monthly, so that $500,000 will be available for retirement in t = 9 years. (Round your answer to the nearest cent.) \n" ); document.write( "*** \n" ); document.write( "compound Interest formula: A=P(1+r/n)^nt, P=initial investment, r=interest rate, n=number of compounding periods per year, A=amt after t-years. \n" ); document.write( "For given problem: \n" ); document.write( "A=500,000 \n" ); document.write( "P=? \n" ); document.write( "r=9% \n" ); document.write( "n=12 \n" ); document.write( "t=9 \n" ); document.write( ".. \n" ); document.write( "500000=P(1+.09/12)^12*9 \n" ); document.write( "500000=P(1+.0075)^108 \n" ); document.write( "500000=P(1.0075)^108 \n" ); document.write( "P=500000/(1.0075)^108 \n" ); document.write( "P=223102.32 \n" ); document.write( "principal P that must be invested=$223,102.32 \n" ); document.write( " |