document.write( "Question 1078090: Suppose you deposit $1500 in a savings account that pays interest at an annual rate of 6%. No money is added or withdrawn from the account. How many years will it take for the account to contain $2500? \n" ); document.write( "
Algebra.Com's Answer #692570 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 2500 = 1500(1+0.06)^t \n" ); document.write( "So we have our unknown as a power function (^t). To solve, we need to use logs. \n" ); document.write( ": \n" ); document.write( "t = [log(A)-log(P)]/log(1+r) where A is the amount, P the principal, and r the rate. \n" ); document.write( "t = [log(2500)-log(1500)]/log(1.06) = 8.88, or 8.9 years. \n" ); document.write( "---------------------------------------- \n" ); document.write( "Check: \n" ); document.write( "2500 = 1500(1+0.06)^8.8 Correct, check it out, comes out to 2504 due to rounding. \n" ); document.write( " |