document.write( "Question 596055: How much must you invest today in order to have $50,000 in 20 years, if your savings account pays 3% interest compounded daily?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #377466 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How much must you invest today in order to have $50,000 in 20 years, if your savings account pays 3% interest compounded daily? \n" ); document.write( "------- \n" ); document.write( "A(t) = P(1+(r/n))^(nt) \n" ); document.write( "50,000 = P(1+(0.03/365))^(365*20) \n" ); document.write( "------ \n" ); document.write( "50,000 = P(1.000082192)^(7300) \n" ); document.write( "---- \n" ); document.write( "P = 50,000/(1.822074) \n" ); document.write( "---- \n" ); document.write( "P = $27,441.26 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |