document.write( "Question 519899: Determine the principal P that must be invested at rate r, compounded monthly, so that $500000 will be available for retirement in t years.\r
\n" );
document.write( "\n" );
document.write( "r=7.5%, t=20 \n" );
document.write( "
Algebra.Com's Answer #346177 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Determine the principal P that must be invested at rate r, compounded monthly, so that $500000 will be available for retirement in t years. \n" ); document.write( "r=7.5%, t=20 \n" ); document.write( "** \n" ); document.write( "compound interest formula: A=P(1+r)^t, P= initial investment, r=interest rate/period, \n" ); document.write( "t=number of periods, A=amount after t periods. \n" ); document.write( ".. \n" ); document.write( "For given problem: \n" ); document.write( "A=500000, r=.075/12=.00625, t=12*20=240 \n" ); document.write( ".. \n" ); document.write( "500000=P(1+.075/12)^12*20 \n" ); document.write( "P=500000/(1+.00625)^240 \n" ); document.write( "=500000/(1.00625)^240 \n" ); document.write( "=$112,087.09 \n" ); document.write( "ans: \n" ); document.write( "The principal that must be invested=$112,087.09 \n" ); document.write( " |