document.write( "Question 1034689: David invested $220 in a savings account that offers a 3% return on the investment. The value of David's investment will be at least $400 after a period of years.\r
\n" );
document.write( "\n" );
document.write( "Hint: Use the formula A = P(1 + r)t, where A is the amount after t years, P is the amount invested, r is the rate of interest, and t is the time period. Use a calculator to compute the answer, and round it off to the nearest year.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #649348 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Using \n" ); document.write( "400 = 220(1.03)^t \n" ); document.write( "Now solve for t... \n" ); document.write( "1.818 = 1.03^t \n" ); document.write( "take ln \n" ); document.write( "ln 1.818 = t * ln(1.03) \n" ); document.write( "t = 20.225 or 20 years to the nearest year... \n" ); document.write( " |