document.write( "Question 389132: A principal of $2400.00 is invested at 8% interest, compounded annually. How many years will it take to accumulate $7000.00 or more in the account? \r
\n" );
document.write( "\n" );
document.write( "Write the answer as a whole number. \n" );
document.write( "
Algebra.Com's Answer #275642 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 7000 = 2400*(1.08)^n (n in years) \n" ); document.write( "1.08^n = 7000/2400 \n" ); document.write( "n*log(1.08) = log(70/24) \n" ); document.write( "n = log(70/24)/log(1.08) \n" ); document.write( "n =~ 14 years \n" ); document.write( " \n" ); document.write( " |