document.write( "Question 641031: You need to have $10,000 available in 25 years.If you are earning an interest rate of 5%,how much would you need to invest today to have $10,000 in 25 years, compounded annually? \n" ); document.write( "
Algebra.Com's Answer #403522 by cta1987(8)![]() ![]() You can put this solution on YOUR website! A=P(1+r/n)^nt \n" ); document.write( "t=25 years \n" ); document.write( "annually=1 time per year \n" ); document.write( "P=10000 \n" ); document.write( "r=0.05\r \n" ); document.write( "\n" ); document.write( "A=10,000(1+0.05/1)^1*25 \n" ); document.write( "A=10000(1.05)^25 \n" ); document.write( "A=10,000(3.386354941) \n" ); document.write( "A=33863.55 \n" ); document.write( " |