document.write( "Question 1054634: A Client has $160,000.00 getting 3% interest. Client would like to Withdrawal $600 per month. How long would the $160K last at that Withdrawal/Interest Rate?\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #669822 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Is the 3% compounded monthly? Quarterly? Annually? I will assume it's compounded monthly \n" ); document.write( ": \n" ); document.write( "n = number of withdrawals(we will find this number) \n" ); document.write( "A = present value 160,000 \n" ); document.write( "P = monthly payment 600 \n" ); document.write( "i = interest monthly 0.03/12 = 0.0025 \n" ); document.write( ": \n" ); document.write( "n = log[P/(P-A*i)]/log(1+i) \n" ); document.write( "n = log[600/(200-15000*.0025)]/log(1.0025) = \n" ); document.write( "n = log(600/162.5)/0.0025 \n" ); document.write( "n = 0.5673/0.0025 = 226.92 \n" ); document.write( ": \n" ); document.write( "I think the numbers are correct. Good luck. \n" ); document.write( " |