document.write( "Question 326643: you have $300,000.00 saved for retirement, your account earns 10% interest. how much will you be able to pull out each month if you want to be able to take withdrawals for 20 years? \n" ); document.write( "
Algebra.Com's Answer #233866 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
P=(300000*.1/12*(1+.1/12)^240)/(1+.1/12)^240-1
\n" ); document.write( "P=(300000*.00833*7.27)/6.32226
\n" ); document.write( "P=18167.73/6.32226
\n" ); document.write( "P=2873.61 per month
\n" ); document.write( "
\n" );