document.write( "Question 1054124: You want to be able to withdraw $40,000 each year for 30 years. Your account earns 9% interest.\r
\n" );
document.write( "\n" );
document.write( "a) How much do you need in your account at the beginning?\r
\n" );
document.write( "\n" );
document.write( "$\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b) How much total money will you pull out of the account?\r
\n" );
document.write( "\n" );
document.write( "$\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "c) How much of that money is interest?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #669325 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! I'm assuming it is compounded annually at 9%. \n" ); document.write( "A=P{1-(1+.09}^-30)}/.09 \n" ); document.write( "A is the amount needed at the start (present value or PV in some formulae) \n" ); document.write( "P=40,000, the amount withdrawn each year \n" ); document.write( "0.09 is the interest per compounding period \n" ); document.write( "30 is the number of years. \n" ); document.write( "If this were compounded twice a year, the interest rate r would be 0.045 (per compounding), and the exponent would be -60. \n" ); document.write( "You do this on a calculator by 1.09^-30 and subtract that from 1. \n" ); document.write( "That is about 0.92. don't round until the end. \n" ); document.write( "Then divide that by 0.09 and multiply by 40000 (or the reverse, since multiplication is commutative) \n" ); document.write( "A=$410946.16 \n" ); document.write( "------------------ \n" ); document.write( "You pull out $40,000 per year *30 years, or $1,200,000 \n" ); document.write( "----------------- \n" ); document.write( "Interest is 1200000-410946.16=$789,053.84. \n" ); document.write( " |